VAT not showing on checkout

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 4 months ago #141913

-- url of the page with the problem -- : www.giftprint.nl/webshopsoud/index.php/b...d-bestellen/checkout
-- HikaShop version -- : 2.2.3
-- Joomla version -- : 2.5
-- PHP version -- : 5.3.3-7
-- Browser(s) name and version -- : Firefox 26.0
-- Error-message(debug-mod must be tuned on) -- : Error_message

Hi,

I upgraded (finaly) to Hikashop 2.2.3 (from 2.1.1). There were several things to adjust and many are solved, but there is one left. The tax is not showing on the checkout page. This wordked fine for years in Hikashop 2.1.1 (and before). I've tried everything, made a complete new taxcategory, zone, rate. It's just not showing up in the checkout. The productpage shows the price with tax, but once in the checkout the tax doesn't show anymore. (The url provided is a not used url for testingpurposes).

Best Regards,
Michel Pouli.

Attachments:
Last edit: 11 years 4 months ago by jouwnaambord.nl.

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 4 months ago #141989

Hi,

If you see the taxed price on the product page and not on the cart, then it's probably that you have edited the file "cart" of the view "checkout" via the menu Display->Views with the old version of HikaShop and didn't get the updated version because of that. You would have to remove the cusotmization of that view file in order to use the latest version and then reapply your modifications to the new version.

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 3 months ago #144049

Hi Nicolas,

No I truncated all the modificated files, but the tax isn't showing and there's also strange behavior of my custom fields. Some modules on the left side are also corrupted.

Michel

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #144085

Hi,
It seems like you still have some modifications through the cart file of the checkout view of your front-end template, can your revert these changes by using the "trash" icon through the page "Hikashop->Display->Views" ?
Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 3 months ago #144537

Hi Mohamed,

That was the first thing I did, didn't work.

Michel

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #144564

Ok, and can you :
- edit the file : "components\com_hikashop\views\checkout\tmpl\cart.php"
- change this line :

if(empty($row->$namekey) && !strlen($row->$namekey)) continue;
by :
if(empty($row->$namekey) || !strlen($row->$namekey)) continue;
- and test it again ?

Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 3 months ago #144578

Ok, changed that. Seems to solve the strange behavior of the custom fields. Still, the tax is not showing.

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 3 months ago #144824

Hi there,

Could you try to update to the last version available (2.3.0)?
Make sure you don't have any customization on any checkout file to make sure you can retrieve the tax.
And you can also check your configuration to make sure the tax is displayed.

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 3 months ago #144991

Hi,

I discovered that the tax is not showing on some products. On others it does. For example article ID 742

Michel

Attachments:
Last edit: 11 years 3 months ago by jouwnaambord.nl.

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 3 months ago #145033

Please check that you have selected the correct "tax category" for all your products when you edit them.

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 3 months ago #145133

Hi Nicolas,

They are. It's already working fine for years in Hikashop 2.0.

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 3 months ago #145210

If it works for some products and not others, the only reason is that the products for which it doesn't work have a tax category which is not correct. There is no other reason I can give you as I don't think that there is any other plausible reason

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 3 months ago #145224

I can understand your argumentation, I agree. Still there's only one tax category (europe) wich I use for all the products. here are the screenshots. I searched for a reason, but can't find any.

Michel

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 3 months ago #145453

Then it means that in the product_tax_id column of the hikashop_product table, you have some inconsistency for the variants of these products.
I would recommend to create mass action on all your products/variants and set that column value to the id of the tax category of your tax rule with an "update the value" action on that column and that should help.

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 2 months ago #149219

Hi Nicolas,

I've upgraded to joomla 3.2.3. I've updated the database with a massaction and assigned the taxcat. to all the products/variants. The problem is still the same.

Michel.

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 2 months ago #149350

Please provide a backend, FTP and database access to your website and we can have a look at the problem:
www.hikashop.com/contact-us.html

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 2 months ago #149408

Hi Nicolas

I've sended a p.m.

Michel

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 2 months ago #149426

Hi,

I've only provided a backend access. Could you also provide a FTP and a database access please ?

Please Log in or Create an account to join the conversation.

  • Posts: 515
  • Thank you received: 22
  • Hikashop Business
11 years 2 months ago #149509

please give me your IP, so I can add it tot my whitelist

Michel

Please Log in or Create an account to join the conversation.

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 2 months ago #149520


Part of the message is hidden for the guests. Please log in or register to see it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.341 seconds
Powered by Kunena Forum