Home Forums WoodMart support forum Role based pricing appears wrong in quickview Reply To: Role based pricing appears wrong in quickview

#493722

Artem Temos
Keymaster

Hello,

Yes, it is correct, our theme uses AJAX to load the information for the product. And it uses a core WooCommerce function to get this information called wc_get_product. This functionality can be viewed in the file wp-content/themes/woodmart/inc/integrations/woocommerce/modules/quick-view.php
https://gyazo.com/0122101676d5d95d729702d49c6694ae

Kind Regards