Hi good day,
I don't know if I'm in the right place with my question,
Does anyone know how to add the option "continue shopping" when a customers added a product to their shopping bag? Now they can only process the order but I would like to give them an option as well to continue shopping.
Thank you in advance
regards
Here is the reference link , how to add continue shopping button on the checkout page - https://magento.stackexchange.com/questions/199250/how-to-add-continue-shopping-button-in-checkout-p...
I have tried that in my theme and its working well .
Thank you for your fast response @Manthan Dave,
Thank you for your answer, as I can see it is on the shipping page where this link goes, right?
I would like to see this link at ...../checkout/cart ...page. If it is added as your answer where would the link show up at the page where the customer already ordered right?
We are selling B2B o invoice, so the customer journey is little different.
Thank you for your time
regards
Yes link is displayed on checkout page just to beside with the button NEXT
Goodmorning @Manthan Dave,
I'm trying to get this done as you mentionend, it just seems my structure from my theme is different. I can find the file
\vendor\magento\module-checkout\view\frontend\web\template\shipping.html
but these files are not in my theme at those places?
app\design\frontend[Vendor][theme]\Magento_Checkout\web\template\shipping.html
app\design\frontend[Vendor][theme]\Magento_Checkout\web\js\view\shipping.js
regards
@RockMariska - Yes it is not there , just to clarify are you using custom theme for your store ?
The meaning was this path is -
app\design\frontend\[Vendor][theme]\Magento_Checkout\web\template\shipping.html
app\design\frontend\[Vendor][theme]\Magento_Checkout\web\js\view\shipping.js
Vendor - Your VendorName directory of custom theme
Theme - Your themeName directory of custom theme
So you need to override magento 's default shipping.html (\vendor\magento\module-checkout\view\frontend\web\template\shipping.html) file into your custom theme and then you need to add given code to your custom theme files.
Hope you got it.
Hi @Manthan Dave,
it has been a little while but I'm now getting back to this "continu shopping" issue
the override for the shipping.html is clear to me. But the js file would I also need to override this one? and how would or what needs to be changed at this js file?
Thank you very much for your time and help,
regards