Checkout for specific product
-
Hello,
I am using two checkouts in a website.
cart_one
and
cart_twocart_one is a normal checkout with products
In cart_two, I added a special product into it (from cartflows tab “Products”).
So whenever I go to URL: website.com/cart_two, that special product is being added to the cart automatically.
I named the step_slug “cart_two”.When I use the “add to cart” button of that special product, it works as expected. The URL is attached to it “website.com/cart_two” and it is being added automatically.
The issue is: when I type manually the url in browser, the product is added in cart as well.Can’t I modify it so that when I manually use the url of cart_two to show something like “the cart is empty” and only when I click on the product button to actually add the product in cart?
Maybe if there’s a way to use a parameter in the url?
cart_two?product=123
or if there’s another way?Can you please provide any suggestions or help?
Would really appreciate it.Thank you
The topic ‘Checkout for specific product’ is closed to new replies.