• Resolved djsieff

    (@djsieff)


    This plugin is great but problem is by default it replaces the pricing structure with it’s own and hides woocommerce final price, can you please make a check box to give the woocommerce pricing back so we can have both on the page. You will see on this page as you change the variable product the price I want seen will flash up for a split second then disappear. I need that price visual as the variable products are on sale t will show me the original RRP with the sale price where as the product add on plugin does not. Is there a way to get those woocommerce price shown and not hidden?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author bizswoop

    (@bizswoop)

    We reviewed the URL you provided, we suspect this type of behavior of the flashing and disappearing is related to a theme or page builder conflict occurring with Product Add-ons.

    Yes, you are correct. Product Add-ons does modify the WooCommerce product price structure. The WooCommerce product price becomes the Subtotal price in our new Add-ons price structure on the product page.

    As you can see in this quick video running the Storefront default theme. For variable products and the variations, the Subtotal value is updated based upon the selection and shows the WooCommerce Product Price of Standard or Sale price if active on a product.

    https://www.loom.com/share/258a8f65337942ed83a19c88c2857066

    We do offer a paid add-on Product Add-ons Plus to manage the Product Add-ons new price structure allowing you to hide line items, like Subtotal, Add-ons or modify the text.

    To clarify, this add-on doesn’t restore the default WooCommerce price structure, so it might not meet your requirements from your request. If you do have more questions, since we aren’t allowed to discuss paid add-ons on the support forum, you could reach out to us directly at bizswoop.com/support

    In general, using our Product Add-ons plugin you would be required to opt into the new pricing structure created by the plugin on the product page. For our plugin design it would not be possible to support default WooCommerce product page price structure and Product Add-ons on the product page together.

    Thread Starter djsieff

    (@djsieff)

    This used to show the price before with out an issue I think you changed a setting with an update? It’s a great script, but just would like to see the original pricing somehow, even the video you posted it not showing the original price, just the add on structure, so it is the plug in doing it not the theme.

    Thread Starter djsieff

    (@djsieff)

    Removing this line in the product.php
    add_action(‘wp_enqueue_scripts’, [$this, ‘enqueue_scripts’]);

    will bring back the pricing I’m after, but there is some line within the script that is hiding it?

    • This reply was modified 4 years, 6 months ago by djsieff.
    Plugin Author bizswoop

    (@bizswoop)

    Not sure we are following the comment about the price hiding action you outlined. Feel free to review the logic of the script, we have it available on our Github repo here: https://github.com/bizswoop/Product-Add-ons/blob/master/assets/product.js

    Hopefully this can help provide more clarity on the logic of the script and functionality behavior.

    Thread Starter djsieff

    (@djsieff)

    whats this line?

    price += additional;
    $total.html(formatPrice(price));
    $(“.woocommerce-variation-price”).hide();

    Plugin Author bizswoop

    (@bizswoop)

    We are following now better the issue you are flagging.

    If we understand correctly now, you are flagging this behavior by WooCommerce.

    https://ibb.co/3zWRjmh

    The display of the regular price crossed out and showing the sale price on a product variation.

    Yes, you are correct. Our Product Add-ons structure is hiding this behavior. However, we agree this should be fixed by our logic. And not hidden.

    In our next release scheduled, we will deploy a fix to stop hiding this in our structure. The line will be shown as https://ibb.co/DfMKbyT

    This should resolve the issue for you once this new version is released hopefully within the next few weeks. We’ll leave the support forum topic open until the fix is released.

    Plugin Author bizswoop

    (@bizswoop)

    In our latest release version 2.0.10, we addressed the hiding of the Product Variation sale price. Now the crossed out regular price is listed as part of the WooCommerce pricing structure.

    Thank you for reporting and flagging the issue to us.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin hides original price from woocommerce’ is closed to new replies.