• Resolved antoinelrx

    (@antoinelrx)


    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)
  • Plugin Support Aamir

    (@aamiribsf)

    Hi @antoinelrx,

    Thank you for reaching out!

    The filter code you shared is intended for customizing the table’s styles but won’t work for hiding elements or columns. To achieve your goal, we suggest using the {{cart.product.names}} shortcode. This will display only the product names without showing the entire table.

    If you need further assistance or have any additional questions, feel free to let us know.

    Best regards,

    Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @antoinelrx,

    We haven’t received a response from you for some time now. Based on the elapsed time and considering that you may have found a solution by now, I’m going to mark this thread as resolved.

    However, please feel free to start a new thread if you have any further questions or require additional assistance in the future.

    We’re here to help whenever you’re ready to continue.

    Thank you for your understanding and cooperation.

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