• Resolved kaboemnld

    (@kaboemnld)


    Hello,

    All options in woocommerce is inclusief tax, when the plugin sent mail to customer abandon cart it’s excl tax and the customer things it’s cheaper

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @kaboemnld,

    Please use this filter code to display the Cart Total including Tax and Shipping cost in the Product Table, you need to add this filter code to your child themes functions.php -or- use a code snippets plugin to add this filter code.

    // Show product table with cart total including tax and shipping cost add_filter( 'woo_ca_recovery_enable_cart_total', '__return_true' );

    Hope this helps.

    Can someone help me? I dont understand the solution.

    Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @bijjuud,

    Please add the filter code to your child themes functions.php -or- if you dont have a child theme use a code snippets plugin and add the filter code, once you add this filter code to your website, it enables you to show the tax information on the abandoned cart emails product table.

    Let me know if you have any questions or concerns left unanswered as I would be more than happy to assist you further.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘excl tax’ is closed to new replies.