cancel
Showing results for 
Search instead for 
Did you mean: 

magento v2 - stripe multishipping checkout not working, onepage checkout is working

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

magento v2 - stripe multishipping checkout not working, onepage checkout is working

When multi address shipping, billing.phtml loads the stripe paymnent module but does not run the java script at bottom of page, see below

<script type="text/javascript">
    //<![CDATA[
    Element.getElementsBySelector($('payment_form_<?php echo $_code ?>'), 'input', 'select').each(function(el) {
        el.value = TemplateTag.Stripe.Card[el.id] || "";
        el.observe('change', function(elem) {
            var elem = Event.element(event);
            TemplateTag.Stripe.Card[elem.id] = elem.value;
        });
    });
    //]]>
</script>

 

in onepage checkout the payment section loads the same stripe payment module and all runs fine. Help!

Jack

1 REPLY 1

Re: magento v2 - stripe multishipping checkout not working, onepage checkout is working

My Stripe Magento 2 extension works correctly with multishipping.

Also, it has a lot of advanced functionality: preauthorization / capture and payment review / accept / decline modes, partual refunds, webhooks (Stripe events) integration, etc: https://mage2.pro/c/extensions/stripe