Tax in frontend doesnt work after saving

  • Posts: 6
  • Thank you received: 0
9 years 10 months ago #162153

-- url of the page with the problem -- : goededoelenmarkt.eu
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 2.5.11
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : Torch
-- Error-message(debug-mod must be tuned on) -- : No message

I have a problem and read almmost all articles on the forums. As far as I know i did all i could. But still having a problem.

When a vendor adds an article in the front end, it all goes fine. He enters the Tax 21% and the prices are shown correct.
But when the vendor saves the article, the tax goes automaticly back to default "none" again.

I can change the product in the backend. that works fine. But anyone has an idea if I am missing something?

And I must say.... its still a wonderful component! Great job.


Attachments:

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

  • Posts: 26024
  • Thank you received: 4005
  • MODERATOR
9 years 10 months ago #162155

Hi,

Please edit the file "administrator/components/com_hikamarket/classes/product.php" and replace the line

		unset($product->product_tax_id);
By
		if(!hikamarket::acl('product_edit_tax'))
			unset($product->product_tax_id);
It will be fix in the next package (1.4.2).
Thanks for the report and sorry for the inconvenient.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Last edit: 9 years 10 months ago by Jerome.

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

  • Posts: 6
  • Thank you received: 0
9 years 10 months ago #162158

Jerome you are the best! It all works now!

Thank you so much for the best service ever!

Have a nice weekend,
Marco

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

Moderators: Obsidev
Time to create page: 0.065 seconds
Powered by Kunena Forum