• Resolved SypoMark

    (@sypomark)


    Hello there,

    I hope that you can help. This might be quite specific, or it may apply to lots of sites that use Advanced Dynamic Pricing, I don’t know.

    My client’s site uses WP Configurator to generate the majority of her products. The plugin functions to allow a customer to configurate their product before purchase. An admin user can set prices to the options chosen.

    The problem that is being experienced is that the mini-cart does not include these extra costs when displaying a product’s price. However, the basket, the checkout and the product page all display the correct full price, including the optional extras.

    Having been passed from WP Configurator’s developers who said it was a problem with WooCommerce, that plugin’s developer had a better look and suggested the problem might be caused by Advanced Dynamic Pricing. I can confirm that this seems to be the case.

    After I deactivated your plugin on the site and the price displayed in the minicart was then accurate, having added a bag with extra-priced leathers. However, with the plugin reactivated, the pricing ends up inaccurate. This change is immediate, following a page refresh.

    Is there anything I can do to amend this error, or is something that needs fixing at your end?

    With kind regards,

    Mark

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi Mark

    Could you share “WP Configurator” plugin ?

    you can submit it(zip file) as new ticket to https://algolplus.freshdesk.com/

    but we’ll review the issue and reply only tomorrow.

    thanks, Alex

    Thread Starter SypoMark

    (@sypomark)

    Hi Alex,

    Thanks for your quick reply.

    I have just submitted a support ticket at the specified address. I hope that you can help solve this.

    As the minicart is the only place displaying the inaccurate prices, I am guessing you use a different calculation for that from the other places in the site?

    With kind regards,

    Mark

    missundaztood

    (@missundaztood)

    Hi, @sypomark,

    Thank you.
    We’ll check it and answer you in the ticket.

    missundaztood

    (@missundaztood)

    You need to paste the following code in the functions.php of your theme:

    add_action( 'woocommerce_before_mini_cart', function() {
        WC()->cart->calculate_totals();
    } );
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mini Cart displaying inaccurate prices’ is closed to new replies.