-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.5.18
-- Browser(s) name and version -- : chrome
-- Error-message(debug-mod must be tuned on) -- : none
Hi,
I am working on the layout for categories. This section of code
echo preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->row->category_description);
Grabs the description, as well as the image uploaded under the 'images and files' box in the product. Is there a way to separate the image and description?
Thanks