- Posts: 57
- Thank you received: 1
Variants disappears if you hide any in Access leve
11 years 10 months ago - 11 years 10 months ago #178778
by 888
Variants disappears if you hide any in Access leve 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
Variants disappears if you hide in Access level (Default store access) product - edit
It does not matter what you hide
I did test hide metadescription in product - edit - Default store access and Variants disappears in front end add product
same in hikashop demo
demo.hikashop.com/index.php?option=com_h...y_pathway=14&lang=en
-- HikaMarket version -- : 1.5.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.14-1
hi
Variants disappears if you hide in Access level (Default store access) product - edit
It does not matter what you hide
I did test hide metadescription in product - edit - Default store access and Variants disappears in front end add product
same in hikashop demo
demo.hikashop.com/index.php?option=com_h...y_pathway=14&lang=en
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 #178781
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 Variants disappears if you hide any in Access leve
Hi,
You're right.
With the merge for the release I missed an ACL for the product.
In the file "administrator/components/com_hikamarket/types/market_acl.php" please replace
By
So you will be able to set the acl "product / edit / variants" to display the variant tab.
Regards,
You're right.
With the merge for the release I missed an ACL for the product.
In the file "administrator/components/com_hikamarket/types/market_acl.php" please replace
Code:
'warehouse',
'characteristics',
'plugin' => array()
),
'variant' => array(
Code:
'warehouse',
'characteristics',
'variants',
'plugin' => array()
),
'variant' => array(
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.
11 years 10 months ago #178784
by 888
Replied by 888 on topic Variants disappears if you hide any in Access leve
hi
thanks it works now
thanks it works now
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.240 seconds