- Posts: 112
- Thank you received: 1
Hikamarket Vendor Shipping - Price per Product
9 years 11 months ago #253582
by darrelluk
Hikamarket Vendor Shipping - Price per Product was created by darrelluk
-- HikaShop version -- : 2.6.4
-- HikaMarket version -- : 1.7.1
-- Joomla version -- : 3.6.2
Hi,
When our vendors create their shipping options using the Hikashop Manual plugin on the front-end they select Price Per Product to Yes. When they save the record it always reverts back to No. We have to go into the backend and set it for them.
How can I make it so that the Vendors can set Price per Product on the front-end?
Thx, Darrell
-- HikaMarket version -- : 1.7.1
-- Joomla version -- : 3.6.2
Hi,
When our vendors create their shipping options using the Hikashop Manual plugin on the front-end they select Price Per Product to Yes. When they save the record it always reverts back to No. We have to go into the backend and set it for them.
How can I make it so that the Vendors can set Price per Product on the front-end?
Thx, Darrell
Please Log in or Create an account to join the conversation.
9 years 11 months ago #253585
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 Hikamarket Vendor Shipping - Price per Product
Hi,
Can you please first update HikaMarket to the latest version (1.7.2).
(And also update your Joomla to 3.6.4 for the security fixes)
Regards,
Can you please first update HikaMarket to the latest version (1.7.2).
(And also update your Joomla to 3.6.4 for the security fixes)
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.
Please Log in or Create an account to join the conversation.
9 years 10 months ago #254459
by darrelluk
Replied by darrelluk on topic Hikamarket Vendor Shipping - Price per Product
Hi Jerome,
I have upgraded to 1.7.2 and 3.6.4.
The issue I reported still exists.
When a vendor wants prices per product and sets it to YES, it reverts back to NO when saved.
How can I figure what is happening here?
Thx, Darrell
I have upgraded to 1.7.2 and 3.6.4.
The issue I reported still exists.
When a vendor wants prices per product and sets it to YES, it reverts back to NO when saved.
How can I figure what is happening here?
Thx, Darrell
Please Log in or Create an account to join the conversation.
9 years 10 months ago #254463
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 Hikamarket Vendor Shipping - Price per Product
Hi,
Thanks for the report.
I reproduced the issue in my local website and I find the fix for that.
In the file "administrator/components/com_hikamarket/classes/plugin.php" place replace the code (twice in the file)
By
Regards,
Thanks for the report.
I reproduced the issue in my local website and I find the fix for that.
In the file "administrator/components/com_hikamarket/classes/plugin.php" place replace the code (twice in the file)
Code:
$key = str_replace(array($plugin_type.'_', '_'), array('', '', '-'), $k);
Code:
$key = str_replace(array($plugin_type.'_', '_'), array('', '-'), $k);
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.
Please Log in or Create an account to join the conversation.
9 years 10 months ago #254464
by darrelluk
Replied by darrelluk on topic Hikamarket Vendor Shipping - Price per Product
Hi Jerome,
Thanks for that. It is working now.
Thx, Darrell
Thanks for that. It is working now.
Thx, Darrell
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.213 seconds