- Posts: 19
- Thank you received: 0
Cannot edit Front-End Order Product Vendor if modified Vendor User ACL
9 years 7 months ago #262036
by mhdlabs
-- HikaShop version -- : 2.6.4
-- HikaMarket version -- : 1.7.2
-- Joomla version -- : 3.6.4
-- PHP version -- : 5.4.43
-- Browser(s) name and version -- : Safari 10.0.3
Hello,
Let's say that I modified the ACL of a Vendor User from the back-end and disabled "order listing" action.
The problem is that in Front-End >> Order View >> Edit Product >> I cannot see the filed that allows me to change Order Product Vendor!
Knowing that this happens if I disabled any of the ACL order actions, and the only way to make that field appear in front-end is to enable the entire order ACL group, and surely its sub-elements - which opposes what I want to implement.
Your help to fix this issue is truly appreciated,
Kind regards.
-- HikaMarket version -- : 1.7.2
-- Joomla version -- : 3.6.4
-- PHP version -- : 5.4.43
-- Browser(s) name and version -- : Safari 10.0.3
Hello,
Let's say that I modified the ACL of a Vendor User from the back-end and disabled "order listing" action.
The problem is that in Front-End >> Order View >> Edit Product >> I cannot see the filed that allows me to change Order Product Vendor!
Knowing that this happens if I disabled any of the ACL order actions, and the only way to make that field appear in front-end is to enable the entire order ACL group, and surely its sub-elements - which opposes what I want to implement.
Your help to fix this issue is truly appreciated,
Kind regards.
Please Log in or Create an account to join the conversation.
9 years 7 months ago #262067
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 Cannot edit Front-End Order Product Vendor if modified Vendor User ACL
Hi,
Thanks for the report.
We added a patch in HikaMarkt 1.7.3 for that missing ACL ( order/edit/vendor ).
You can add manually the ACL in the "administrator/components/com_hikamarket/type/market_acl.php" file by adding the entry
in the order edit array.
Regards,
Thanks for the report.
We added a patch in HikaMarkt 1.7.3 for that missing ACL ( order/edit/vendor ).
You can add manually the ACL in the "administrator/components/com_hikamarket/type/market_acl.php" file by adding the entry
Code:
'vendor',
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.161 seconds