• Resolved clickmac

    (@clickmac)


    First off I would like to say, I really do love this plugin.

    I have noticed a change in the order review php file from since version 2.1.8 till now (2.1.10) that the order_review div cannot load when ajax is running.

    Here is the code:

    <?php if ( ! is_ajax() ) : ?><div id="order_review"><?php endif; ?>
    .....
    <?php if ( ! is_ajax() ) : ?></div><?php endif; ?>

    If someone would like to make an add on for coupons and extra amount by a click of a button on the checkout page and would like the order review div to be refreshed afterwards.

    How do I go about doing this when the above code is in placed?
    As it currently disables refreshing using custom ajax.

    https://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter clickmac

    (@clickmac)

    The change from since 2.1.8 at changeset is currently giving us problems as we would need ajax to load at this div.

    Is it possible to revert back to allowing ajax at this div?

    If not, can you all please provide an alternative for the refreshing after sending values to the database using ajax?

    Thanks.

    Thread Starter clickmac

    (@clickmac)

    🙂 Got is working. Thanks guys

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not doing ajax Order Review – causing errors’ is closed to new replies.