- Posts: 263
- Thank you received: 11
Can't save shipping method in front-end
12 years 2 months ago #162241
by Flooder
Can't save shipping method in front-end was created by Flooder
Hello there,
When i edit a product on the front-end, I can't block shipping method there. Hikamarket doesn't save shipping methods.
Thanks
Hikashop 2.3.1
Joomla 3.3.0
Hikamarket 1.4.1
When i edit a product on the front-end, I can't block shipping method there. Hikamarket doesn't save shipping methods.
Thanks
Hikashop 2.3.1
Joomla 3.3.0
Hikamarket 1.4.1
Please Log in or Create an account to join the conversation.
12 years 2 months ago #162288
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 Can't save shipping method in front-end
Hi,
There is a javascript problem in the plugin "hikashop | shippingmanual_price".
Please edit the file "plugins/hikashop/shippingmanual_price/shippingprices_views/market_product.php" and replace
By:
It will fix the javascript problem and allow you to block a shipping method.
Regards,
There is a javascript problem in the plugin "hikashop | shippingmanual_price".
Please edit the file "plugins/hikashop/shippingmanual_price/shippingprices_views/market_product.php" and replace
Code:
tableUser = tplLine.parentNode,
htmlblocks = {
cpt: this.cpt,
Code:
tableUser = tplLine.parentNode,
htmlblocks = {
cpt: this.cpt[pid],
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: Flooder
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.195 seconds