Skip to main content

Variants disappears if you hide any in Access leve

More
11 years 10 months ago - 11 years 10 months ago #178778 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
Last edit: 11 years 10 months ago by 888.

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #178781 by Jerome
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
Code:
'warehouse', 'characteristics', 'plugin' => array() ), 'variant' => array(
By
Code:
'warehouse', 'characteristics', 'variants', 'plugin' => array() ), 'variant' => array(
So you will be able to set the acl "product / edit / variants" to display the variant tab.

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.

More
11 years 10 months ago #178784 by 888
hi
thanks it works now

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.240 seconds
Powered by Kunena Forum