• Resolved onnetgr

    (@onnetgr)


    Hello.
    I have a webstore and the prices are with VAT.
    For example the price for product “A” is 10 € including vat
    In the cart and checkout when the deal is activated the discount adds the vat +24% so from the total subducts 12,40€ instead of 10€.
    Plugin calculates 2 times the VAT

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pimwick

    (@pimwick)

    You can set this config option so that the discount value will be correct. To set the config option:

    1. Download the wp-config.php from your FTP server. Keep a backup of wp-config.php in case there are problems.
    2. Edit wp-config.php and scroll to the end and add the following bit of code:

    Scroll towards the bottom, and before the line that says “Happy blogging.” add this code ABOVE that line:

    define( 'PW_BOGO_DISCOUNT_PRICE_INCLUDES_TAX', true );
    
    /* That's all, stop editing! Happy blogging. */

    3. Save the wp-config.php file and re-upload it to your server.

    If you have any problems, replace wp-config.php with your backup file.

    Let me know if you have any questions!

    Plugin Author pimwick

    (@pimwick)

    I’m marking this thread as resolved but let us know if you need further help. Best of luck with your store!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Discount problem’ is closed to new replies.