All things Shopify and commerce
Hello, I am trying to create a link which will allow users to reach the cart page directly with the product already added to cart with quantity of 1.
I was following the exact instructions from this link and it still does not work. https://help.shopify.com/en/themes/customization/cart/use-permalinks-to-preload-cart?utm_source=guru...
This is how I did it according to the insturctions but not working, its showing cart is empty.
https://store.uprightpose.com/cart/415226036260:1
Any help please?
Thank you
Hi Ariav,
Nick here from Shopify.
I did a test and clicked the link which you provided in the post also and found the same result. This is what I see here when I followed the process. I'm going to take a deeper look into this for you and get back to you when I have an update if that's ok. I'm not quite sure why it isn't working.
All the best,
Nick
To learn more visit the Shopify Help Center or the Community Blog.
Hi Ariav,
I did some further testing on this for you and found out why the link you added was not working. The reason behind the link not working is because it is a product id and not a variant id for the product. For the permalink to sync properly it must be a variant id. For example, it is like saying t-shirt instead of black t-shirt with the logo in red in small. So just to make sure to get the variant id in the search console after adding .xml at the end of the product page.
I did one which works which you can see from the link below:
https://store.uprightpose.com/cart/43106781710:1
Hope this helps and makes it clear why this wasn't working with the link you used. Don't hesitate to ask should you have any other questions about this or anything else.
Nick
To learn more visit the Shopify Help Center or the Community Blog.
What about add to cart — but remain on the page where you are? Anyone got ideas on this?
Thank you Nick, that's great and its working for me now.
But this looks like its sending you directly to checkout page. Can we use the same concept for Cart page?
You can do do a link like so:
https://yourstore.com/cart/add/43106781710
What about the product that hasn't any variant, How Can I get the permalink cart of that product?
I don't understand how shopify is so inept with this basic feature - I had to look through 20 different articles to explain this in simple terms.
To find the variant id of a product with no variants: in shopify backend goto Products > Click the product you want to add > Now add .xml to the end of the url so store.com/admin/products/id.xml
From the xml page, look for <id type="integer">#########</id> - This is the number you need to add instead of the product number.
Thanks for not clarifying this anywhere, shopify.
Shopify actually creates a new silent variant when you create a product.
This can be found with their API with a simple query, but they could have included an easier way to access ids like that in the dashboard, for non-developers.
Keep in mind, in the .xml file, the right id is in the variants array, as opposed to the <product> field directly.
<variants type="array">
<variant>
<id type="integer">38169489375384</id>
....
What code did you use to query what you got in the above picture
Just add the product to the basket and then click on the item in the basket and the URL of the new product page that opens has the ID appended at the end of the URL for example https://shop.evolutionpowertools.com/products/hulk-electro-v2-h320e-230v-electric-plate-compactor?va... I have no idea why this variable isn't exposed within the back end of shopify along with the product SKU.
This is how I found it, hope that helps anyone running into this issue (I'm using chrome):
1. On the product page on the front end, right-click on the "add to cart" button, then click "Inspect".
2. Go on below the selection, it should look something like this: <div id="VariantsJson-4520496300141" class="hide" aria-hidden="true">, click to toggle it open.
3. Under should be the variant id under "id" (see screenshot).
Hi,
I am trying to add Unique URL for add to cart for each product through meta
Its working fine like adding that product in cart but on checkout page its showing Sold out, and I have done setting of Continue selling when out of stock
can you tell me what's the issue is?
Hi Ariav,
Yep just as Jason shows us here, just to put /add after /cart should do the trick for you here. Yours would like this for example: - https://store.uprightpose.com/cart/add/43106781710
There is also a way to add different quantities for this feature also. It would slightly change the layout of this to something like this for example https://store.uprightpose.com/cart/add?id=43106781710&quantity=99. Maybe Jason knows a more simple way to put the link together for a different quantity in the cart?
Nick
To learn more visit the Shopify Help Center or the Community Blog.
How do I make this AJAX add to cart?
Hi Nick! is there a way to add a discount code to that link (cart) and then it applies in the next step (checkout page).
Thanks!
I'm trying to do this too. While also adding an affiliate ID to the URL.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024