- Posts: 57
- Thank you received: 1
tax are not saved in frond end
11 years 10 months ago - 11 years 10 months ago #178725
by 888
tax are not saved in frond end was created by 888
-- HikaShop version -- : 2.3.4
-- HikaMarket version -- : 1.5.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.14-1
hi
after updating HikaMarket to 1.5 tax (tax category) are not saved in frond end if you add or edit product
did test on your demo
demo.hikashop.com/index.php?option=com_h...t&Itemid=844&lang=en
did not work
-- HikaMarket version -- : 1.5.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.14-1
hi
after updating HikaMarket to 1.5 tax (tax category) are not saved in frond end if you add or edit product
did test on your demo
demo.hikashop.com/index.php?option=com_h...t&Itemid=844&lang=en
did not work
Last edit: 11 years 10 months ago by 888.
Please Log in or Create an account to join the conversation.
11 years 10 months ago #178730
by Jerome
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.
Replied by Jerome on topic tax are not saved in frond end
Hi,
Damned, I missed it !
In the file "administrator/components/com_hikamarket/classes/product.php" please replace
By
It will fix the issue.
Regards,
Damned, I missed it !
In the file "administrator/components/com_hikamarket/classes/product.php" please replace
Code:
$removeFields = array(
'contact', 'delay_id', 'tax_id', 'waitlist', 'display_quantity_field', 'price_percentage',
Code:
$removeFields = array(
'contact', 'delay_id', 'waitlist', 'display_quantity_field', 'price_percentage',
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.
The following user(s) said Thank You: 888
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.156 seconds