• Resolved silvercvp

    (@silvercvp)


    Hello, when I add a coupon code on my second step I press apply coupon and it is returned to the first step. How can force to stay on the same page?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    you’re using an older version of the plugin. Would you please update the plugin to the latest 2.7 version? On the “WP Admin -> Plugins” page there should be an update notice next to the plugin’s name.

    Thread Starter silvercvp

    (@silvercvp)

    Thanks, Diana I updated it and I still have the same issue

    Plugin Author SilkyPress

    (@diana_burduja)

    In your “storefront-child” theme there is a template file added that modifies the coupon form. The file’s path is /wp-content/themes/storefront-child/woocommerce/checkout/form-coupon.php.

    Normally in that file the <form> element has the “checkout_coupon” CSS class. Your <form> element has this class missing, therefore the form cannot initiate the AJAX application of the coupon. Note that this issue is independent of the multi-step checkout plugin. If you deactivate the multi-step checkout plugin, then you’ll see that, when applying the coupon, the page refreshes.

    If you add back the “checkout_coupon” CSS class, then the coupon can be applied to the order through AJAX, i.e. without refreshing the page. See this screenshot.

    Thread Starter silvercvp

    (@silvercvp)

    perfecto, ya quedó. gracias

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘coupon code going back to first step’ is closed to new replies.