Announcement

Collapse
No announcement yet.

ShoppingCart page missing buttons

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

    ShoppingCart page missing buttons

    I’m using, clean layout, theme 4. Why are the following buttons in “Act_ShoppingCart.html” disabled and some images are just white?

    1, Update
    2, Save
    3, Retrieve
    4, Continue
    5, Checkout ( this is visible, and works!)

    How do I add the above buttons and make them work ?

    Sample Code from Act_ShoppingCart.html:

    <Actinic:REMOVE TAG="UpdateButton">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:UPDATEBUTTON"> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_UPDATE2" SRC="update.gif">
    </Actinic:REMOVE>
    <Actinic:REMOVE TAG="UpdateButtonDisabled">
    <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:UPDATEBUTTON" DISABLED> -->
    <INPUT TYPE="IMAGE" NAME="ACTION_UPDATE" SRC="update.gif" DISABLED>
    </Actinic:REMOVE>
    ------------------------------------------------
    Real Time Embedded System Design,
    Consumer AV product (Assembler / C) richard@binaryimage.co.uk
    Professional Audio Product Sales (online) www.prosoundtools.com
    ------------------------------------------------

    #2
    'Update', 'Save' and 'Continue' should always be there and they should always work. 'Save' and 'Retrieve' will appear or not depending on your settings for 'Enable Repeat Orders' in 'Business Settings | Ordering'.

    What do you mean by 'some images are just white'? I don't understand. Is it possible to have a URL to look at?

    Comment


      #3
      ShoppingCart page missing buttons

      Only the "checkout buton " is visible, see www.prosoundtools.com/acatalog/ the other default buttons on the page are blank images( white,invisable). and the missing butons are not available within V6, in the same style as the " checkout buton"!
      ------------------------------------------------
      Real Time Embedded System Design,
      Consumer AV product (Assembler / C) richard@binaryimage.co.uk
      Professional Audio Product Sales (online) www.prosoundtools.com
      ------------------------------------------------

      Comment


        #4
        Gotcha

        You have got the same colour (white) for both Palette Colour 1 and Palette Colour 3 in 'Design | Colours'. This makes them invisible against your white background.

        I suggest you copy 'save.gif' 'retrieve.gif' 'continue_shopping.gif' and 'update.gif' from 'Actinic Ecommerce v6\Formats\Themes\Layout9' into 'Actinic Ecommerce v6\Site1' as this will put in grey buttons that look like the 'Checkout Now' button.

        Comment


          #5
          The other button images are not supplied in the same theme/style as the “ checkout “ and the rest of the buttons I have used throughout the design. Could you please email me the same style buttons that are missing..

          The images supplied ( *.gif) ,that are being called from the script are just white buttons with out text on them. So I’m not sure how colour setting affect the blank.gif button images.
          ------------------------------------------------
          Real Time Embedded System Design,
          Consumer AV product (Assembler / C) richard@binaryimage.co.uk
          Professional Audio Product Sales (online) www.prosoundtools.com
          ------------------------------------------------

          Comment


            #6
            Here are the images
            Attached Files

            Comment

            Working...
            X