• Resolved Aitor Méndez

    (@aitormendez)


    If the price is different or if a sale price is entered, it is displayed normally, but if all variations have the same price, the element appears empty:

    <div class="woocommerce-variation-price"></div>

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Aamir

    (@aamiribsf)

    Hello @aitormendez,

    Greetings for the day!

    It seems you were able to figure it out as the thread was marked as resolved.

    If you have more questions, please don’t hesitate to raise a new ticket! 

    Have a great day ahead ??

    Thread Starter Aitor Méndez

    (@aitormendez)

    Yes, thank you for the answer.

    I marked it as solved because the problem was not related to the plugin, but to Woocommerce.

    Apparently, if all variations have the same price, the price is not displayed. I added a filter to eliminate this behavior.

    add_filter('woocommerce_show_variation_price', function () {
    return true;
    });
    Plugin Support Aamir

    (@aamiribsf)

    Hello @aitormendez,

    Thanks for sharing this information.

    Ths will surely help others facing the same issue.

    If you have more questions, please don’t hesitate to raise a new ticket! 

    Have a great day ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.