I’m relatively new to Shopify, so please forgive me if this is obvious!
I’m trying to add multiple products to one page, so that you can buy them all from the one page (for example, add a pasta, sauce and a cheese to your cart, all from one page). Is there a way to do this on Shopify? I’ve had a good look around and I can’t see the option anywhere. I’ve also looked around online for help, but to no avail.
My current solution was to copy and paste the HTML from each product page onto one new page. However, when you try to select a variant, or click the add to cart button, the normal behaviour doesn’t happen. When you change the variant, the options grey out and are no longer selectable. When you click Add to cart, it takes you straight to the cart page, instead of the cart popping up on the right hand side. The strange thing is that it all works fine for the first product on the page, but not the ones after that.
If there is an easier way to do this (like a setting on Shopify somewhere) please let me know! Or if you know how to fix my code so that my method will work, also please let me know! Any help would be greatly appreciated!
A cart permalink takes your customers directly to the first page of the checkout screen with items pre-loaded into their cart. See more details: how to use cart permalinks? This is an advanced tutorial and is not supported by Shopify. Knowledge of HTML, CSS, JavaScript, and Liquid is required.
I could help you more with your store URL. Could you share your website URL? And if your website is password protected then also provide a password?
I appreciate the response, but I don’t think permalinks would help me here. I still want the customer to be able to choose from the products, as there are variants for each. If you have a look at the link I posted on the original post, you’ll be able to see what I’m trying to achieve.