We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32025
    • 305 Posts
    I have treasure chest installed. I have a Shopping Cart, and a product page for my first product. I installed the placeholders in the shopping cart page for add to cart. You can see the page in action here: http://70.85.226.130/~apicsday/index.php?id=26

    I have a problem: When you click on add to cart nothing happens. Isn’t it supposed to automatically redirect to the cart contents page where you check out?

    Does anyone know how I can fix this, it’s very important to my site.
      Making the web a better place on site at a time! Dayton Web Design: http://www.dayton-web-design.com/
      • 32025
      • 305 Posts
      OK I suspect I need to give more info for help.

      Here is the product page: http://70.85.226.130/~apicsday/gould.html You can click the add to cart, but it does not redirect to the cart page. Nothing shows it was added to the cart. If you click on the manual button that I created below that says view cart, then you can view the cart. Here is my checkout cart page: http://70.85.226.130/~apicsday/cart.html

      Here is the code that is put on each page:
      Product Page:
      [[TreasureChest?&item=`1`]]
      [+treasure.item_name+]
      <br>
      [+treasure.amount+]
      <br/>
      [+treasure.image+]
      <br/>
      [+treasure.add+]
      <br/>
      <a href="[(base_url)][~25~]">Check Out</a>

      and
      Cart Page:
      [!TreasureChest? &service=`cart`!]


      My structure looks like this:
      Shopping Cart (25)
      Cart Event (26) - This is my first product page

      Now in my Product Manager Configuration I have:
      Cart ID: 25
      Cart HTML Element: .treasure-cart
      Add to Cart String: Add to Cart
      View Cart String: View Cart
      Empty Cart String: Empty Cart
      "Add" Class: treasureChest
      "Empty" Class: emptyTreasureChest

      Am I missing some variables on the page or something?
        Making the web a better place on site at a time! Dayton Web Design: http://www.dayton-web-design.com/
        • 22574
        • 181 Posts
          • 3927
          • 16 Posts
          I get a syntax Error in FF in WebDeveloper