Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2008
    Posts
    11
    Plugin Contributions
    0

    Default No line for Shipping tax?

    Hello,

    I try to setup "Taxes for Canadian site/zones". All calculation work fine, except for shipping tax, i define :

    - The Tax class : GST shipping class
    - The tax rate : GST on shipping 5.0%
    - Edit the shipping module to ajust TAX Class
    - Ajuste all categories /products

    The result look like this:

    ++++++++++++++++++++++++++
    Your Total

    Sub-Total: $11.95
    5.0% GST + 7.5% TVQ: $1.54
    Zone Rates (Shipping to CA): $5.50

    Total : $19.26
    ++++++++++++++++++++++++++

    The Total included 28 cent of shipping taxe, but
    the line "5.0% GST (shipping) : $ 0,28" is missing on display.

    Does someone have a idea ?


    Thanks


  2. #2
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: No line for Shipping tax?

    Same problem here, anyone have a solution ? I've followed the famous Canadian Tax Setup tutorial but cannot get the shipping tax included.

  3. #3
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: No line for Shipping tax?

    truongp, what shows up in the invoice email ? I've discovered that all taxes are correctly listed and added in the invoice that is mailed to the customer. Now I just need to try and figure out why the shipping tax is not added in the checkout. Anyone else who can offer a much appreciated suggestion ?

  4. #4
    Join Date
    Mar 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: No line for Shipping tax?

    Ok, i found the problem, after the famous Canadian Tax Setup tutorial, i revalidate some of my parameters to make sure they setup well, they sould look like these:


    1) The admin/store/Shipping tax basis on = SHIPPING

    2) The admin/store/billing tax basis on = SHIPPING

    3) The module: shiiping / transport / use GST/PVT/HSP / basis on : Shipping class

    4) In the module "Total Order" pour place le shipping à 150 value


    I also fixe a bug in the tax calculation about the zen_round() function. In \includes\classes\order.php. Search for "Zen_round".
    I exchange the "estimated decimal" by a fixe value. Because, i only use Canadian currency, so i don't care.

    Originaly:

    $current_row_tax_exc = zen_round(($products_tax / 100) *
    $shown_price , $currencies->currencies[$this->info
    ['currency']]['decimal_places']);

    After:


    $current_row_tax_exc = zen_round(($products_tax / 100) *
    $shown_price, 4);


    I hope that will help.


  5. #5
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    help question Re: No line for Shipping tax?

    Glad that worked out for you. I've checked my settings but can't find the problem. The GST on shipping line is still not included in the checkout.

  6. #6
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: No line for Shipping tax?

    If anyone can offer a solution I'd be most appreciative as this is the only issue I'm having before going live.

    Output in invoice: CORRECT
    Sub-Total: $35.00
    Low Order Fee: $5.00
    Flat Rate (Best Way): $9.00
    7.0% PST (BC) + 5.0% GST: $4.80
    5.0% GST on shipping: $0.45
    Total: $54.25

    Output in Checkout: INCORRECT
    http://www3.telus.net/public/a3a5986...te/Capture.jpg

  7. #7
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: No line for Shipping tax?

    Did a complete re-install and now ads shipping tax in checkout.

 

 

Similar Threads

  1. v151 Tax set for shipping to Wisconsin but cart is charging for shipping to other states
    By CookieMonster in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 30 Sep 2013, 05:44 AM
  2. v151 Shipping Estimator Questions for Popup and In-Line Cart Views
    By DBB1 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Nov 2012, 12:52 AM
  3. Basis of product tax (Shipping for US and Billing for Canada)
    By abender in forum Customization from the Admin
    Replies: 2
    Last Post: 12 Dec 2006, 03:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR