Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2008
    Posts
    67
    Plugin Contributions
    0

    Default Sales Tax problem

    I have been placing test orders on our new site and have noticed that the word "Tax" is missing on the checkout pages. This occurs on step 2 of 3 of checkout and step 3 of 3 on checkout.

    It shows the word "sub total" and then the shipping type "UPS GROUND" for instance and the it shows the amount for Tax, but the word "Tax" is missing, and then is says "Total" and shows the total.

    It is also missing from the email that is sent after the order is placed. I have used the developer toolkit to find many defines for Tax so I would assume it should be there. Can anybody tell me exactly where to look to figure this out.

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Sales Tax problem

    For the email one, take a look in:-

    includes\languages\english\checkout_process.php (or the relevant copy in your custom template language folder)

    I have the following:-

    define('EMAIL_TEXT_SUBJECT', 'Order Confirmation');
    define('EMAIL_TEXT_HEADER', 'Order Confirmation');
    define('EMAIL_TEXT_FROM',' from '); //added to the EMAIL_TEXT_HEADER, above on text-only emails
    define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!');
    define('EMAIL_DETAILS_FOLLOW','The following are the details of your order.');
    define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
    define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
    define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');
    define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');
    define('EMAIL_TEXT_PRODUCTS', 'Products');
    define('EMAIL_TEXT_SUBTOTAL', 'Sub-Total:');
    define('EMAIL_TEXT_TAX', 'Tax: ');
    define('EMAIL_TEXT_SHIPPING', 'Shipping: ');
    define('EMAIL_TEXT_TOTAL', 'Total: ');
    define('EMAIL_TEXT_DELIVERY_ADDRESS', 'Delivery Address');
    define('EMAIL_TEXT_BILLING_ADDRESS', 'Billing Address');
    define('EMAIL_TEXT_PAYMENT_METHOD', 'Payment Method');

    I'll try to find others...

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Sales Tax problem

    Also...

    includes\languages\english\modules\order_total\ot_tax.php


    Again, if you have a custom template with this in the appropriate languages folder, that's the one you check.

  4. #4
    Join Date
    Jan 2008
    Posts
    67
    Plugin Contributions
    0

    Default Re: Sales Tax problem

    I've searched most of my site for MODULE_ORDER_TOTAL_TAX_TITLE because it seems that is the define.

    I found it in includes/languages/english/modules/order_total/ot_tax.php but everything seems fine there. I also checked includes\languages\english\checkout_process.php and it seems to be fine. I'm guessing that somewhere the variable is not being passed, but that's just a guess.

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Sales Tax problem

    Get to the offending page(s) and then view source code. See if this throws up any light.
    20 years a Zencart User

  6. #6
    Join Date
    Jan 2008
    Posts
    67
    Plugin Contributions
    0

    Default Re: Sales Tax problem

    I did do that, it led me to the page with the code for the tax output. Everything seemed to be fine,, but then again I'm a beginner when it comes to PHP code, so now I've checked what I think are all defines for Tax and any modules or template pages that output Tax and they seem fine, but it still is not there. Any other ideas?

  7. #7
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Sales Tax problem

    Check you tax configuration in your Admin - make sure you gave your tax a name and description.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  8. #8
    Join Date
    Jan 2008
    Posts
    67
    Plugin Contributions
    0

    Default Re: Sales Tax problem

    well that was simple, of all the places I didn't look. Thanks!

 

 

Similar Threads

  1. New York State Sales Tax by Zip Full Database for Local Sales Tax Mod 2011
    By SCHNiKEN in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 11 Apr 2011, 04:51 AM
  2. Replies: 11
    Last Post: 23 Jul 2010, 11:49 AM
  3. Tax problem with sales tax and trinity payjunction module
    By rdxrdx in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Jul 2010, 10:25 PM
  4. Sales Tax-Order for $50 or less don't pay sales Tax
    By jhobson in forum Basic Configuration
    Replies: 0
    Last Post: 4 Sep 2008, 05:08 PM
  5. Sales Tax Problem
    By pitotubes in forum General Questions
    Replies: 5
    Last Post: 28 Jul 2008, 04:50 PM

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