I’ve built a dynamic page which lists my products in a repeater. Now I want the Add to Cart button to send the selected item to the shopping cart at the price listed in the database table I’m using for the dynamic page.
There doesn’t seem to be a button built with this functionality already in place. I have no programming experience and am not looking to code the solution so I’m hoping I’m just missing something that is already built.
If I use the Add to Cart button for the My Store site I’ll have to maintain prices for each product in the Store Products or Collections database. This defeats the whole purpose of building a dynamic page in the first place.
To recap the functionality I’m looking for:
The page lists several items
Click Add to Cart next to any item
That item is added to the cart at that items price
The Add to Cart button is grabbing the price from the database table that the repeater is grabbing the products image, description, etc. from.