• Resolved wpkey10

    (@wpkey10)


    Hi,

    I checked your plugin and it works great. The only problem for now is to define Quebec taxes.

    In Quebec taxes are calculated like this:
    Product without taxes: 10.00
    Canada federal tax: 5% 10.00 x 5% = 0.5
    Quebec provincial tax: 8.5% (10.00 + 0.5) x 8.5% = 0.8925
    Total: 10.00 + 0.5 + 0.8925 = 11.3925

    The problem is to display the Federal tax and Provincial tax separate and to store them separate, and make the totals.

    Can you make a special case like this?

    I don’t mind to use the percentage of 13.9250 to calculate the total taxes (federal and provincial) but I need to display them separate in the cart like this:

    Product 10.00 (w/o tax)
    Federal tax 0.50
    Provincial tax 0.89
    Total: 11.39

    It could be a reverse calculation too. Starting with 11.39 to calculate the 2 taxes.

    Where these are calculated and how to modify them?

    Thanks for you help and good work.

    https://www.ads-software.com/extend/plugins/jigoshop/

    Update: Maybe you can add an exception in the function
    function get_cart_tax() from the jigoshop_cart class?
    Or pass the province as a parameter and make an if inside the function?

    Thanks for any help…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    You’ll be pleased to know that we have a Canadian on the team and as a result we’re making improvements to taxes – the latest version of Jigoshop has more tax options and features. I’ll just check the options currently for seperating them out.

    Thread Starter wpkey10

    (@wpkey10)

    That’s great!
    Maybe this can be helpful:

    https://en.wikipedia.org/wiki/Sales_taxes_in_Canada
    https://www.cra-arc.gc.ca/gsthst/

    Thank you.

    Thread Starter wpkey10

    (@wpkey10)

    BTW, the taxes are calculated on customer residence. E.g.:
    If customer enter Quebec like residence it should calculate like above the both taxes, one on the top of other.
    If the customer, enter Ontario only a single tax should be displayed: HST 13%
    If US than 0% should be displayed.

    There is an improvement but still can’t add both taxes and display the correct name for each of them.

    Please let me when it will be ready. Many thanks for that.

    Thread Starter wpkey10

    (@wpkey10)

    Any news about Canada/Quebec taxes?
    There is other way to contact but WP?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Jigoshop – WordPress eCommerce] Quebec, Canada taxes’ is closed to new replies.