• Resolved dream160

    (@dream160)


    Hi there,

    I would like to style the product detail table {{cart.product.table}}. Wondering which template file should I modify?

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support CartFlows Team

    (@cartflows)

    Hello @dream160

    Thank you for showing your interest in WooCommerce Cart Abandonment Recovery.

    Yes, It is possible to customize the product details table for that you just need to modify the following file.

    woo-cart-abandonment-recovery/modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php

    Which contains get_email_product_block function on line no. 1520 where you just need to modify $style variable accordingly.

    If you have any question in the future, please feel free to contact us at support.

    Here is support link: https://cartflows.com/support/

    Thread Starter dream160

    (@dream160)

    Hi @cartflows

    Perfect! Thank you very much. Please keep up the good work!

    • This reply was modified 5 years, 8 months ago by dream160.

    If I make a change in the plugin files, will this change be overwritten on the very next official upgrade?

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @alexvannini,

    Yes, the changes made will be overwritten by the next update.

    Are you want to customize the product table?
    If yes, then we have provided a filter through which you can customize the product table.

    To customize product table, please refer the below doc:
    https://cartflows.com/docs/filters-to-customize-product-table/
    (you need to add custom code in function.php of the child theme)

    If you have any questions in the future, please feel free to contact us at support.

    Here is support link: https://cartflows.com/support/

    Thank You!

    Make changes to be always overwritten by new updates sounds like a really crazy activity: it’s not acceptable for a serious user.

    Perhaps you should make the parameters available in the settings section of the plugin, and store the values in a more permanent fashion…

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @alexvannini,

    If you made changes in the core files of the plugin, then it will override by the new update, which is the default functionality of the WordPress.

    If you want to modify the code, then you can but in function.php of the child theme. The code written in this file will not overwrite. Again filter should be provided by a plugin to make changes in code.

    Thank You!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is it possible to customize the product details table?’ is closed to new replies.