Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% if context == "checkout" %}
- <script>
- FC.client.on('cart-coupon-add.done', function (params) {
- if (FC.json.total_order > 0) {
- FC.checkout.renderPaymentMethod();
- }
- });
- </script>
- {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement