Announcement

Collapse
No announcement yet.

shopping cart buttons

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

    shopping cart buttons

    I have somehow messed up the buttons on my shopping cart. My Update & Checkout buttons work, however the save/continue buttons do not.

    I have looked at the code and noticed that all the inputs use the same ACTION. How does actinic know what button I am pressing? Is it by the value? Also, i note on some actinic sites, that ACTION_GET, ACTION_CONTINUE etc are used.

    Code:
    <INPUT class="ca_submit" TYPE="SUBMIT" NAME="ACTION" VALUE="Update">			
    <INPUT class="ca_submit" TYPE="SUBMIT" NAME="ACTION" VALUE="Save Shopping List">
    <INPUT class="ca_submit" TYPE="SUBMIT" NAME="ACTION" VALUE="Return to the catalog">
    <INPUT class="ca_submit" TYPE="SUBMIT" NAME="ACTION" VALUE="Checkout Now">
    Please try adding an item to my cart (on the left, choose household>cleaning products to see some items).

    Thanks,
    Paul.

    #2
    You could first try checking your Act_ShoppingCart template against the original to see if something has been changed.

    Comment


      #3
      Hi,

      My shopping cart is different, but I can not see anything wrong with it. Do you know where I find the original version to compare it to?

      Thanks,
      Paul.

      Comment


        #4
        You should find it in one of the folders in:
        C:\Program Files\Actinic v7\Formats\Themes

        Comment


          #5
          lovely, fixed.

          Thanks,
          Paul.

          Comment

          Working...
          X