• Hello. I used this plugin in one of my client’s online store and I found a small bug referring to variable produts.

    For instance: there is a variable product with 3 options: $30, $60 and $90. The $60 variation is added to the cart and the cart is shared. After clicking the share link, the shared cart page shows the correct product and its options, but its price is shown as $30. It is only after adding that product to the cart that I get the correct price.

    In other words: the plugin is working as expected, it is only the price display that is incorrect – it does not seem to take into account the fact that it is a variable product and that the price for the selected variation should be displayed instead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @denisgomesfranco,

    I checked our demo site and see it still work normally

    There might be an incompatibility with your theme and other plugins

    In order to check if this is an issue triggered by another plugin or from inside our plugin, please follow my below instructions. I need to make sure that our plugin is functional with the basic WooCommerce & theme on your site or not.

    – Create a full backup of your site and keep it in a safe place.

    – Updates all current active plugins on your site to the latest versions, so do WooCommerce and WordPress, too.

    – Switch the theme on your site to the Storefront theme/ WPClever theme.

    – Deactivate all other plugins, except for WooCommerce & our plugin.

    – Check the front-end behavior.

    Please follow these steps. If after taking these steps and our plugin is working again, then it’s another plugin or theme on your site has caused this, you can find that out by reactivating plugins one by one to find the culprit.

    Regards,`

    Thread Starter denisgomesfranco

    (@denisgomesfranco)

    Hi @miemie, thanks for getting back. I’ll check that possibility and get back to you. The only plugin we use and think *could* be affecting this is the Extra Product Options plugin, but this one is critical to the store operation.

    My fix is remove the prices…They can add the items to their cart to see prices correctly.

    .wpcss-products .product-price, .wpcss-products .product-subtotal {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘View shared cart page shows wrong prices’ is closed to new replies.