• Resolved yordankadacheva

    (@yordankadacheva)


    If you have products with variations, when choose variation from the dropdown menu, the price of the variation is not visible.

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter yordankadacheva

    (@yordankadacheva)

    I have found another way to run my site

    Hi,

    I have the same problem.

    How did you solve it? Did you use anothr plugin for catalog mode?

    Thanks in advance

    dimas23

    (@dimas23)

    Good day!
    I have the same problem. The price does not change in a variable product. If I disable the plugin, then everything works. Is there a solution for this?
    Thank you!

    Plugin Author MultiVendorX

    (@wcmp)

    @dimas23 @vicdilu , it seems like theme conflict issue.

    Please switch to some default theme like twenty sixteen and check again. please do keep us posted.

    dimas23

    (@dimas23)

    With another theme, this also does not work

    Plugin Author MultiVendorX

    (@wcmp)

    @dimas23,have you checked with twenty sixteen theme?

    dimas23

    (@dimas23)

    Yes. Doesn’t work with this theme either. But if I disable the plugin, then everything works.

    Plugin Author MultiVendorX

    (@wcmp)

    Hi @dimas23, as you can see it is working fine on our end : https://www.loom.com/share/f24b7ae387ea4279bb22c1dbb8a52313

    Can you please keep only WooCommerce and WC Catalog ENquiry activated, after that test the flow again.

    PLease do keep us posted.

    This video is not really about my problem.
    In my variable products, I have a size A at a price of 100 and a size B at a price of 150, for example. It allows you to choose both size A and B, but the price does not change when you choose. It just displays that the price is 100-150 and that’s it. But before, the price changed when choosing product A or option B. If I disable the plugin, then everything works.

    Plugin Author MultiVendorX

    (@wcmp)

    @dimas23, thanks for much for your co-opereation. we are able to recreate this on our end, we will fix this in our next update.

    Good day!
    Thank you!
    When is the update planned?
    Is it 1 week, 1 month, less, more?

    Rajsekhar Chatterjee

    (@rajsekharchatterjee11)

    Hi @dimas23 @vicdilu @yordankadacheva
    Use this code in your currently active theme functions.php file to display price in variation.

    // display price at variation
    add_action('woocommerce_catalog_enquiry_single_variation', function(){
    	do_action( 'woocommerce_single_variation' );
    });

    🙂

    Many thanks!
    Works with this code.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Variations not showing price’ is closed to new replies.