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