Advertisement
rijarob

Custom PO Display Footer

May 16th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {% if context == "checkout" %}
  2. <script>
  3. FC.client.on('cart-coupon-add.done', function (params) {
  4. if (FC.json.total_order > 0) {
  5. FC.checkout.renderPaymentMethod();
  6. }
  7. });
  8. </script>
  9. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement