• Resolved pixelmm

    (@pixelmm)


    Is possible to not include the prices of the products in the mail?

    Could be great to have a minimal configuration in the BO like:

    Price: None | VAT escluded | Vat Included

    Anyway We saw that the prices, VAT escluded present in the maikl, are all calculated wrongly example:
    VAT included: 12,00€ (22%)
    On the table: 8,81€ (wrong calculation must be 9,36€)
    How are calculated the prices???

    Thanks

    • This topic was modified 2 years, 6 months ago by pixelmm.
    • This topic was modified 2 years, 6 months ago by pixelmm.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pixelmm

    (@pixelmm)

    in the while i’ve implemented a new filter to disable price and total columns.
    code is here: https://pastebin.com/BrXmVDme

    with this you can disable the price columns:

    add_filter( 'woo_ca_recovery_disable_prices', '__return_true' );

    i hope you can implements in next version something like that and also prices included VAT

    thanks

    • This reply was modified 2 years, 6 months ago by pixelmm.

    Hello @pixelmm,

    Great! We’re happy to hear that the issue is resolved now.

    I will also share your suggestion with our developers.

    Best wishes,
    Mahdi

    Yes, price including VAT is a must, because the prices in the e-mails are confusing for the customers.

    Thread Starter pixelmm

    (@pixelmm)

    any news about the future implementation?

    Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @pixelmm,

    we are adding this feature in our upcoming future update.

    Best Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove the column prices + wrong calculation’ is closed to new replies.