Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Display product with tax does not when customer is logged in

    You'll need something like this from the plugins:
    http://www.zen-cart.com/downloads.php?do=file&id=1177

    I'm not familiar with Sweden, so check to see if there are zones in Sweden in the list.

    Backup your SQL database before running any scripts.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base7 with Wholesale PRO - 88 preinstalled plugins zero errors.

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Display product with tax does not when customer is logged in

    You said you want to charge everyone for tax ... by everyone do you mean everyone in the world or everyone in Sweden?

    If you mean everyone in the world then build your Zone Definition for the taxes to be the whole world ...

    In the FAQs there is a Zone Definition for the Rest of the World except the US ... use that and add the US and now it is the whole world ...

    Then you can use the default settings on the Product Tax etc. and everyone in the world will always see Tax and everyone in the world will always be charged tax ...

    Not sure if you want to do that, but that is how you can do it ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #13
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: Display product with tax does not when customer is logged in

    Yes, everyone one in the world.

    I didn't see a Rest of the World except US in the FAQ or in the Plugins. Can't I set create a Zone Definition of 'All Countries' and 'All Zones'? Then I could set
    Admin>Configuration>My Store>Country: United States
    Admin>Configuration>My Store>Zone: Alabama

    Or actually anything, since all countries are included, right?

    The answer seems to be 'no' because that's what I did but I'm still getting tax without logging in and no tax when logged in.

  4. #14
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Display product with tax does not when customer is logged in

    You can paste this in the Tools ... Install SQL Patches ...
    Code:
    INSERT INTO `geo_zones` (`geo_zone_id`, `geo_zone_name`, `geo_zone_description`, `last_modified`, `date_added`) VALUES (23, 'The World', 'All Countries Around the World', NULL, '2014-02-04 00:00:00');
    
    INSERT INTO `zones_to_geo_zones` (`zone_country_id`, `zone_id`, `geo_zone_id`) VALUES (1, 0, 23),
    (2, 0, 23),
    (3, 0, 23),
    (4, 0, 23),
    (5, 0, 23),
    (6, 0, 23),
    (7, 0, 23),
    (8, 0, 23),
    (9, 0, 23),
    (10, 0, 23),
    (11, 0, 23),
    (12, 0, 23),
    (13, 0, 23),
    (14, 0, 23),
    (15, 0, 23),
    (16, 0, 23),
    (17, 0, 23),
    (18, 0, 23),
    (19, 0, 23),
    (20, 0, 23),
    (21, 0, 23),
    (22, 0, 23),
    (23, 0, 23),
    (24, 0, 23),
    (25, 0, 23),
    (26, 0, 23),
    (27, 0, 23),
    (28, 0, 23),
    (29, 0, 23),
    (30, 0, 23),
    (31, 0, 23),
    (32, 0, 23),
    (33, 0, 23),
    (34, 0, 23),
    (35, 0, 23),
    (36, 0, 23),
    (37, 0, 23),
    (38, 0, 23),
    (39, 0, 23),
    (40, 0, 23),
    (41, 0, 23),
    (42, 0, 23),
    (43, 0, 23),
    (44, 0, 23),
    (45, 0, 23),
    (46, 0, 23),
    (47, 0, 23),
    (48, 0, 23),
    (49, 0, 23),
    (50, 0, 23),
    (51, 0, 23),
    (52, 0, 23),
    (53, 0, 23),
    (54, 0, 23),
    (55, 0, 23),
    (56, 0, 23),
    (57, 0, 23),
    (58, 0, 23),
    (59, 0, 23),
    (60, 0, 23),
    (61, 0, 23),
    (62, 0, 23),
    (63, 0, 23),
    (64, 0, 23),
    (65, 0, 23),
    (66, 0, 23),
    (67, 0, 23),
    (68, 0, 23),
    (69, 0, 23),
    (70, 0, 23),
    (71, 0, 23),
    (72, 0, 23),
    (73, 0, 23),
    (74, 0, 23),
    (75, 0, 23),
    (76, 0, 23),
    (77, 0, 23),
    (78, 0, 23),
    (79, 0, 23),
    (80, 0, 23),
    (81, 0, 23),
    (82, 0, 23),
    (83, 0, 23),
    (84, 0, 23),
    (85, 0, 23),
    (86, 0, 23),
    (87, 0, 23),
    (88, 0, 23),
    (89, 0, 23),
    (90, 0, 23),
    (91, 0, 23),
    (92, 0, 23),
    (93, 0, 23),
    (94, 0, 23),
    (95, 0, 23),
    (96, 0, 23),
    (97, 0, 23),
    (98, 0, 23),
    (99, 0, 23),
    (100, 0, 23),
    (101, 0, 23),
    (102, 0, 23),
    (103, 0, 23),
    (104, 0, 23),
    (105, 0, 23),
    (106, 0, 23),
    (107, 0, 23),
    (108, 0, 23),
    (109, 0, 23),
    (110, 0, 23),
    (111, 0, 23),
    (112, 0, 23),
    (113, 0, 23),
    (114, 0, 23),
    (115, 0, 23),
    (116, 0, 23),
    (117, 0, 23),
    (118, 0, 23),
    (119, 0, 23),
    (120, 0, 23),
    (121, 0, 23),
    (122, 0, 23),
    (123, 0, 23),
    (124, 0, 23),
    (125, 0, 23),
    (126, 0, 23),
    (127, 0, 23),
    (128, 0, 23),
    (129, 0, 23),
    (130, 0, 23),
    (131, 0, 23),
    (132, 0, 23),
    (133, 0, 23),
    (134, 0, 23),
    (135, 0, 23),
    (136, 0, 23),
    (137, 0, 23),
    (138, 0, 23),
    (139, 0, 23),
    (140, 0, 23),
    (141, 0, 23),
    (142, 0, 23),
    (143, 0, 23),
    (144, 0, 23),
    (145, 0, 23),
    (146, 0, 23),
    (147, 0, 23),
    (148, 0, 23),
    (149, 0, 23),
    (150, 0, 23),
    (151, 0, 23),
    (152, 0, 23),
    (153, 0, 23),
    (154, 0, 23),
    (155, 0, 23),
    (156, 0, 23),
    (157, 0, 23),
    (158, 0, 23),
    (159, 0, 23),
    (160, 0, 23),
    (161, 0, 23),
    (162, 0, 23),
    (163, 0, 23),
    (164, 0, 23),
    (165, 0, 23),
    (166, 0, 23),
    (167, 0, 23),
    (168, 0, 23),
    (169, 0, 23),
    (170, 0, 23),
    (171, 0, 23),
    (172, 0, 23),
    (173, 0, 23),
    (174, 0, 23),
    (175, 0, 23),
    (176, 0, 23),
    (177, 0, 23),
    (178, 0, 23),
    (179, 0, 23),
    (180, 0, 23),
    (181, 0, 23),
    (182, 0, 23),
    (183, 0, 23),
    (184, 0, 23),
    (185, 0, 23),
    (186, 0, 23),
    (187, 0, 23),
    (188, 0, 23),
    (189, 0, 23),
    (190, 0, 23),
    (191, 0, 23),
    (192, 0, 23),
    (193, 0, 23),
    (194, 0, 23),
    (195, 0, 23),
    (196, 0, 23),
    (197, 0, 23),
    (198, 0, 23),
    (199, 0, 23),
    (200, 0, 23),
    (201, 0, 23),
    (202, 0, 23),
    (203, 0, 23),
    (204, 0, 23),
    (205, 0, 23),
    (206, 0, 23),
    (207, 0, 23),
    (208, 0, 23),
    (209, 0, 23),
    (210, 0, 23),
    (211, 0, 23),
    (212, 0, 23),
    (213, 0, 23),
    (214, 0, 23),
    (215, 0, 23),
    (216, 0, 23),
    (217, 0, 23),
    (218, 0, 23),
    (219, 0, 23),
    (220, 0, 23),
    (221, 0, 23),
    (222, 0, 23),
    (224, 0, 23),
    (223, 0, 23),
    (225, 0, 23),
    (226, 0, 23),
    (227, 0, 23),
    (228, 0, 23),
    (229, 0, 23),
    (230, 0, 23),
    (231, 0, 23),
    (232, 0, 23),
    (233, 0, 23),
    (234, 0, 23),
    (235, 0, 23),
    (236, 0, 23),
    (237, 0, 23),
    (238, 0, 23),
    (239, 0, 23),
    (240, 0, 23);
    Then change the Name/Definition to read as you like ...

    Next, set up the Tax Rate to use this Zone Definition ...

    Then set the Tax settings in My Store back to the defaults and you should get both guests and logged in users seeing taxes ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #15
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: Display product with tax does not when customer is logged in

    And we have a winner! Thanks for your persistence Linda. Coffee and donut on the way....

  6. #16
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Display product with tax does not when customer is logged in

    Thanks for the update that this is now working for you ...

    Thanks also for the coffee and donuts, we really appreciate the support that allows us to continue to help you!
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #17
    Join Date
    Aug 2011
    Posts
    199
    Plugin Contributions
    0

    Default Re: Display product with tax does not when customer is logged in

    Don't know if this is the right answer, but I had similar problem. Even put a query - http://www.zen-cart.com/showthread.p...69#post1237369

    And after reading up a bit, my problem got sorted by changing the Configuration -> My store -> Basis of product tax setting to "shipping"

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Big problem with layout when customer is logged in
    By gorie in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Jun 2011, 09:04 PM
  2. Shipping Estimator does not work for me when not logged in
    By speedraceratl in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Aug 2009, 06:14 PM
  3. Price does not display when product is free?
    By eleven01 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 29 May 2009, 06:57 AM
  4. Replies: 1
    Last Post: 27 Oct 2006, 10:11 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