Remove columns and price issue
-
Hi,
I would like to remove the price column from the column because it is calculating the price incorrectly. See below :I tried with your filter but both lines don’t do anything. maybe the selector is wrong ?
add_filter( 'woo_ca_email_template_table_style', 'wcar_product_table_styles', 10 );
function wcar_product_table_styles( $style ){
$style['table']['price']['style'] = 'display:none;';
$style['price']['style'] = 'display:none;';
return $style;
}The email looks bad on mobile because of the table. It would be nice to have a template we can override with our own.
Regards.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.