• Resolved onnetgr

    (@onnetgr)


    Hello
    I have the problem below
    As you can see in the first picture, in the product view the prices are correct
    1,59€ with vat for retail and 1,24€ without 13% vat for wholesale

    In the shop and category view the prices are wrong
    The retail price is range instead of the minimum (default variation) price and the wholesale price is the retail price again
    The theme I use is Woodmart

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter onnetgr

    (@onnetgr)

    I managed to fix the price issue but not the price range issue
    Can you help with this?

    Plugin Author WebWizards

    (@webwizardsdev)

    Hi there,

    Are you seeing the range, but you’d like to see only the minimum price?

    In B2BKing -> Settings -> Tiered Pricing, please make sure to deactivate “Show Tiered Price Range”, as that might interfere.

    Furthermore, add this PHP code snippet to your site:

    function iconic_format_price_range( $price, $from, $to ) {
        return wc_price($from);
    } 
    add_filter( 'woocommerce_format_price_range', 'iconic_format_price_range', 10000, 3 );

    This should help show only the minimum instead of the range.

    I believe you may already have some other code snippet that does something similar, if you do, it may help to share that, as it might conflict with the above.

    As this pricing feature is part of B2BKing Pro, we can best assist you if you open a ticket with us at https://webwizards.ticksy.com – there we can also check the setup directly on your site if you provide site or staging site access.

    • This reply was modified 1 year, 3 months ago by WebWizards.
    Thread Starter onnetgr

    (@onnetgr)

    You are amazing thank you so much!

    Plugin Author WebWizards

    (@webwizardsdev)

    Glad if I could help : )

    If you feel it deserves, please consider leaving a rating for the plugin here on www.remarpro.com, it’s a big help to us.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem in price in shop and categories’ is closed to new replies.