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?