Subversion Repositories SmartDukaan

Rev

Rev 16493 | Rev 17007 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16493 Rev 16521
Line 152... Line 152...
152
        <div class="text-center" id="firsttip">
152
        <div class="text-center" id="firsttip">
153
          <center>
153
          <center>
154
            <img src="<?php echo $base_url;?>img/paytm-buy.jpg" class="img img-responsive"/>
154
            <img src="<?php echo $base_url;?>img/paytm-buy.jpg" class="img img-responsive"/>
155
          </center>
155
          </center>
156
        </div>
156
        </div>
-
 
157
        <div class="text-center">
-
 
158
          After clicking <b>Buy</b> button, scroll up and click <b>Cart</b> icon to proceed.
-
 
159
        </div>
157
        <div class="text-center hidden" id="secondtip">
160
        <div class="text-center" id="secondtip">
158
          <center>
161
          <center>
159
            <img src="<?php echo $base_url;?>img/paytm-cart.jpg" class="img img-responsive"/>
162
            <img src="<?php echo $base_url;?>img/paytm-cart.jpg" class="img img-responsive"/>
160
          </center>
163
          </center>
161
        </div>
164
        </div>
162
      </div>
165
      </div>
163
      <div class="modal-footer">           
166
      <div class="modal-footer">           
164
        <a class="shownexttip btn btn-primary btn-wcb btn-block" href="#" id="shownexttip" onclick="ga('send', 'event', 'paytmpopup', 'shownexttip', me);pma.send('popups','paytm','shownexttip',me,null);"><span class="notificationok">Next</span></a>
167
        <!-- <a class="shownexttip btn btn-primary btn-wcb btn-block" href="#" id="shownexttip" onclick="ga('send', 'event', 'paytmpopup', 'shownexttip', me);pma.send('popups','paytm','shownexttip',me,null);"><span class="notificationok">Next</span></a> -->
165
        <a class="hidden gotit btn btn-success btn-wcb btn-block" href="#" id="oktatabyebye" onclick="ga('send', 'event', 'paytmpopup', 'gotit', me);pma.send('popups','paytm','gotit',me,null);"><span class="notificationok">Got it</span></a>        
168
        <a class="gotit btn btn-success btn-wcb btn-block" href="#" id="oktatabyebye" onclick="ga('send', 'event', 'paytmpopup', 'gotit', me);pma.send('popups','paytm','gotit',me,null);"><span class="notificationok">Got it</span></a>        
166
      </div>      
169
      </div>      
167
    </div><!-- /.modal-content -->
170
    </div><!-- /.modal-content -->
168
  </div><!-- /.modal-dialog -->
171
  </div><!-- /.modal-dialog -->
169
</div><!-- /.modal -->
172
</div><!-- /.modal -->
170
173