OFFLINE-GmbH / oc-snipcartshop-plugin

Ecommerce solution for October CMS using snipcart.com as a backend
MIT License
11 stars 4 forks source link

Show a continue shopping button #6

Closed tekjava closed 7 years ago

tekjava commented 7 years ago

Here is how you can add the Continue Shopping button to the cart.

Will need to expand the dependencies component code and add this: Snipcart.execute('config', 'show_continue_shopping', true);

The second script in the dependencies component code should look like this: <script> Snipcart.api.cart.currency('{{ snipcartDependencies.activeCurrency | lower }}'); Snipcart.execute('config', 'show_continue_shopping', true); </script>

This would be a nice addition as an option in configuration settings. :)

tobias-kuendig commented 7 years ago

This will be available in version 1.0.21. Thank you for your input!