Announcement

Collapse
No announcement yet.

Editing continue button in cart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Editing continue button in cart

    I was wondering if anybody knows which file and where the code is for the continue button on the the cart page.
    I've found the Act_ShoppingCart.html but can't figure out where to put the code for what i want to do, which is close the browser.

    Any help would be great.

    #2
    Not tried but may be worth a go... in ActShoppingCart.html look for

    Code:
    <INPUT TYPE="IMAGE" NAME="ACTION_CONTINUE" SRC="continue_shopping.gif" ALT="NETQUOTEVAR:CONTINUEBUTTON">
    and replace with:

    Code:
    <INPUT TYPE="IMAGE"  SRC="continue_shopping.gif" onClick="javascript:self.close();" onKeyPress="javascript:self.close();" value="Close Window" ALT="NETQUOTEVAR:CONTINUEBUTTON">
    Not tried and best to take a copy of the original before implemeting


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X