osCmax v2.5 User Manual
Results 1 to 5 of 5

Products not showing Tax

This is a discussion on Products not showing Tax within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I dont know whats happened ... I can't get the system to display products with tax or to get the ...

      
  1. #1
    Member Munt's Avatar
    Join Date
    Jul 2010
    Posts
    49
    Rep Power
    0


    Default Products not showing Tax & Not added on checkout

    I dont know whats happened ... I can't get the system to display products with tax or to get the tax to calculate on checkout .... I'm sure it was working at some point ... perhaps a database issue.

    I would be massively appreciative if someone could help me out ... I'm at my wits end.

    Just let me know any details you need to help me diagnose the problem.

    Thanks folks
    Last edited by Munt; 08-18-2010 at 07:50 AM. Reason: Edit title

  2. #2
    Member Munt's Avatar
    Join Date
    Jul 2010
    Posts
    49
    Rep Power
    0


    Lightbulb Re: Products not showing Tax

    It's working now ... here's what I did. EDIT Not working

    • I restored my database from an earlier version (Tax tables might have been fubared)
    • added customer groups (i forgot to add them this time round)
    • made sure they were not tax exempt
    • selected display taxes in customer groups
    • and the same in the main site configuration
    • Changed all products to Taxable Items
    Made this to easily change all products with SQL

    Code:
    update products set products_tax_class_id = replace(products_tax_class_id,'0','1');
    update products set products_tax_class_id = replace(products_tax_class_id,'2','1');
    Hope this helps someone
    Last edited by Munt; 08-18-2010 at 03:14 PM. Reason: didn't work

  3. #3
    Member Munt's Avatar
    Join Date
    Jul 2010
    Posts
    49
    Rep Power
    0


    Default Re: Products not showing Tax

    OK ... now customers sign they can see the prices with tax.

    when they create an account they can still see the products with tax

    however when they log out and in again they do not have tax applied.

    Maybe assigning users to a customer group automatically when they sign in could fix this ?

    Any ideas ?

    Live Store
    Last edited by Munt; 08-18-2010 at 03:16 PM. Reason: adding link

  4. #4
    Member Munt's Avatar
    Join Date
    Jul 2010
    Posts
    49
    Rep Power
    0


    Default Re: Products not showing Tax

    As I think it possibly could be a database problem from the switch over from OsC here's a few snippets of the database.

    default user account:

    • (128, 0, '', 'Firstname', 'Munt', '0000-00-00 00:00:00', 'r-----@----.com', 144, '23456789', '', '---------', '1', 0, NULL, 'Retail', 0, '0', '', '');

      the retail is added automatically but isnt the user group (i think)
    customer group

    • 1 Retail 1 0

    and my tax class

    • 2 Taxable Item Any taxable item 2010-07-02 20:45:23 2010-07-02 20:45:23

    tax rates

    • 2 2 1 1 17.5000 Vat @ 17.5% 2010-07-15 00:04:00 2010-07-03 04:18:58

    configuration values

    • 17 Tax Decimal Places TAX_DECIMAL_PLACES 2 Pad the tax value this amount of decimal places 1 20 2010-08-18 23:42:32 2010-07-02 20:45:23 NULL NULL
    • 18 Display Prices with Tax DISPLAY_PRICE_WITH_TAX true Display prices with tax included (true) or add the tax at the end (false) 1 21 2010-08-18 14:42:09 2010-07-02 20:45:23 NULL tep_cfg_select_option(array('true', 'false'),
    Last edited by Munt; 08-18-2010 at 03:28 PM.

  5. #5
    Member Munt's Avatar
    Join Date
    Jul 2010
    Posts
    49
    Rep Power
    0


    Default Re: Products not showing Tax

    Sorry for the excessive posts ... Perhaps the hack I mentioned in Specials & Customer Group Problem fixes my issue for now (Adding a customer group with an ID of 0 not tax exempt and displaying taxes). I haven't been emptying my browser cache after all DB edits. So I can't be sure what worked and what didn't.

    4 Days non stop on this ... I think I better give it a rest for tonight before I break it anymore
    Last edited by Munt; 08-18-2010 at 03:42 PM.

Similar Threads

  1. catalog not showing products
    By asiabound in forum osCmax v2 Installation issues
    Replies: 4
    Last Post: 10-20-2009, 12:01 PM
  2. products not showing
    By Lara Croft in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 01-07-2007, 08:50 PM
  3. All products showing up in New Products for the Month
    By BuckroeBill in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 02-20-2005, 09:45 AM
  4. products showing up in catalog twice?
    By operadivamommy in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 09-09-2004, 01:38 PM
  5. Products not showing up
    By ReginaStelling in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 04-14-2004, 05:10 AM

Tags for this Thread

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
  •