- Posts: 431
- Thank you received: 19
A few bugs discovered in version 2
8 years 10 months ago - 8 years 10 months ago #282958
by neo191987
Replied by neo191987 on topic A few bugs discovered in version 2
Thanks for the reply. I will deactivate the description and additional fields for the variants to avoid this. Can you look at this problem from the
post
?
Last edit: 8 years 10 months ago by neo191987.
Please Log in or Create an account to join the conversation.
8 years 10 months ago #282959
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 A few bugs discovered in version 2
Hello,
In the HikaMarket order class, please replace
By
In order to filter the input regarding the custom fields settings.
Regards,
In the HikaMarket order class, please replace
Code:
$new_address = $fieldsClass->getInput(array($type.'address', 'address'), $address, true, 'order', false, 'backend');
Code:
$new_address = $fieldsClass->getFilteredInput(array($type.'address', 'address'), $address, true, 'order', false, 'display:vendor_order_edit=1');
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.
Moderators: Obsidev
Time to create page: 0.228 seconds