How to display the product code on the product page ?
You need to edit the CSS of HikaShop via the interface in the configuration under the tab display in the CSS area.
There, in order to display the product code on the product page, you can remove the CSS:
.hikashop_product_code_main{ display:none; }
I've tried to make the product code disappear from the description (i am using Joomla 1.7)and it does not seem to work...the code still appears on the description of the product... is there anything else i can do to make things work?
Thanks.