Webkul_Stripe Payment
- Open
app/design/frontend/base/default/template/wkstripe/info.phtml
and apply patch below:
+++ /info.phtml
@@ 42, 73 @@
if(!$wk_jq('#webkul_stripe_token').length) {
-- old $wk_jq('#co-payment-form').append("<input type='hidden' name='payment[webkul_stripe_token]' id='webkul_stripe_token' value=''/>");
++ new $wk_jq('#firecheckout-form').append("<input type='hidden' name='payment[webkul_stripe_token]' id='webkul_stripe_token' value=''/>");
}
-- old $wk_jq('#co-payment-form').delegate("#checkout-payment-method-load input[name='payment[method]']","click",function(event){
++ new $wk_jq('#firecheckout-form').delegate("#checkout-payment-method-load input[name='payment[method]']","click",function(event){
- Save the file and clear Magento cache.