Thanks mate – works as a charm. I am using these:
mag_products_integration_product_final_price_with_tax
mag_products_integration_product_regular_price_with_tax
Added this:
esc_attr( $atts[‘prefix’] ) . esc_html( number_format( $product[‘regular_price_with_tax’], 0, ‘,’, ”) ) . esc_attr( $atts[‘suffix’] ), $atts[‘prefix’],
-
This reply was modified 6 years, 1 month ago by eiriksnilsen.