-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.27
-- Browser(s) name and version -- : Firefox 37.0.1
-- Error-message(debug-mod must be tuned on) -- : none
Hi,
I have some doubts about custom fields configuration that I have not been able to solve reading the docs.
at my shop I configured J! ACL in this manner: auto-registered users can Add items to wishlist but not to cart; in other side only "registered customers" with some privileges are able to Add to Cart (In Hikashop Config the ACL is configured as default)
In Hikashop I configured one custom field at the item table. ( it's name "talla"=size of the piece). This custom field is configured to Displays at Front-end, back-end Form and B.E. Listings, and restricted to some categories. In Hika config, the "Display custom item fields" is set to yes.
I have 2 issues:
1. Selected categories where this field should be applied dissapear when I close the config and then reopen it, so I'm not able to check where the c.field is being aplied. It's necessary to open the PHP table (in myPHPadmin) to see that the field is being aplied to categories X, Y, or Z.
2. The custom field is showed only to customers that are able to add to cart, not to the registered users adding to wishlist. Note that at the c.field config the Access level is configured to "All".
For me it's neccessary this field being showed to all registered users because when they add to wishlist I need to know which size they choose. Moreover, if they save the wishlist, and I upgrade their privileges, when they convert the wishlist to Cart the c.field is neccessary.
Any help, please.