Announcement

Collapse
No announcement yet.

Buttons Not Showing in Cart

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

    Buttons Not Showing in Cart

    Hi!...

    Just got coupon codes working correctly in the cart and checkout pages after following other posts solutions...

    Now have a problem getting specific buttons to display at the bottom of the shopping cart page:

    Update - Save - Retrieve - Continue Shopping - Checkout Now

    The the titles show when I run the cursor over the buttons and the buttons are functional, but they are hidden behind a long bar that has one of our pallette colors. I suspect the problem is with some customizing of the Color Schemes on the Palette Colors...I have had to readjust these 3 palette colors continously to get .gifs to show up, but this time I can't get these particular buttons to display. We are using a customized "Curves" template.

    Here is the Act_ShoppingCart html from CAPTURECOUPON onward, this may help: Thanks!

    <P>
    <TABLE BORDER="0" CELLPADDING=0 CELLSPACING="0">
    <TR>
    <TD align="center">
    <Actinic:REMOVE TAG="UpdateButton">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:UPDATEBUTTON"> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_UPDATE" SRC="update.gif" ALT="NETQUOTEVAR:UPDATEBUTTON">
    </Actinic:REMOVE>
    <Actinic:REMOVE TAG="UpdateButtonDisabled">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:UPDATEBUTTON" DISABLED> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_UPDATE" SRC="update.gif" ALT="NETQUOTEVAR:UPDATEBUTTON" DISABLED>
    </Actinic:REMOVE>
    </TD>
    <Actinic:REMOVE TAG="ShoppingList">
    <TD align="center">
    <Actinic:REMOVE TAG="SaveButton">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:SAVEBUTTON"> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_SAVE" SRC="save.gif" ALT="NETQUOTEVAR:SAVEBUTTON">
    </Actinic:REMOVE>
    <Actinic:REMOVE TAG="SaveButtonDisabled">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:SAVEBUTTON" DISABLED> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_SAVE" SRC="save.gif" ALT="NETQUOTEVAR:SAVEBUTTON" DISABLED>
    </Actinic:REMOVE>
    </TD><TD align="center">
    <Actinic:REMOVE TAG="RestoreButton">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:RESTOREBUTTON"> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_GET" SRC="retrieve.gif" ALT="NETQUOTEVAR:RESTOREBUTTON">
    </Actinic:REMOVE>
    <Actinic:REMOVE TAG="RestoreButtonDisabled">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:RESTOREBUTTON" DISABLED> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_GET" SRC="retrieve.gif" ALT="NETQUOTEVAR:RESTOREBUTTON" DISABLED>
    </Actinic:REMOVE>
    </TD>
    </Actinic:REMOVE>
    <TD align="center">
    <Actinic:REMOVE TAG="ContinueButton">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CONTINUEBUTTON"> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_CONTINUE" SRC="continue_shopping.gif" ALT="NETQUOTEVAR:CONTINUEBUTTON">
    </Actinic:REMOVE>
    <Actinic:REMOVE TAG="ContinueButtonDisabled">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CONTINUEBUTTON" DISABLED> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_CONTINUE" SRC="continue_shopping.gif" ALT="NETQUOTEVAR:CONTINUEBUTTON" DISABLED>
    </Actinic:REMOVE>
    </TD>
    <TD align="center">
    <Actinic:REMOVE TAG="CheckoutButton">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CHECKOUTBUTTON"> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_BUYNOW" SRC="checkoutnow.gif" ALT="NETQUOTEVAR:CHECKOUTBUTTON">
    </Actinic:REMOVE>
    <Actinic:REMOVE TAG="CheckoutButtonDisabled">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CHECKOUTBUTTON" DISABLED> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_BUYNOW" SRC="checkoutnow.gif" ALT="NETQUOTEVAR:CHECKOUTBUTTON" DISABLED>
    </Actinic:REMOVE>
    </TD>
    </TR>
    </TABLE>
    </P>

    <!-- NETQUOTEVAR:BACKLINK -->

    </TD></TR>
    </TABLE>

    <Actinic:EXTRAFOOTERTEXT><span class="actxsmall"><TABLE><TR><TD><IMG SRC="NETQUOTEVAR:POWEREDBYLOGO" WIDTH="45" HEIGHT="50" BORDER="0" ALT=""></TD><TD><FONT SIZE=1><B>NETQUOTEVAR:TRADEMARKS</B></FONT></TD></TR></TABLE></span></Actinic:EXTRAFOOTERTEXT>
    <!-- Add your Shopping Cart footer html here -->
    <!-- ShoppingCart HTML end -->
    Peter
    http://www.pearlstrings.com

    #2
    This is being delt directly with support.
    Regards,

    Toby Blanchard

    Comment

    Working...
    X