Hi again,
I just noticed that it’s a user first order email that gets the double frame – but once the user has a login and orders again everything seems normal. It’s really wierd
Hi Pinal,
Sorry for the late answer – hello theme from elementor
Hi again,
Fixed it by adding following in the functions.php
add_filter( 'woocommerce_get_price_html', 'react2wp_woocommerce_hide_product_price' );
function react2wp_woocommerce_hide_product_price( $price ) {
return '';
}
Hi @pinalshah
Sorry for the late response.
1. No, just for the “quotation request sent”
2. No, it does not.
Thank you for your support!