-- url of the page with the problem -- :
www.joeysdiner.co.uk/order-online
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
Hi - I am displaying a takeaway menu in table form. I have gone into product/listing_table.php file and have tried to paste in
<!-- PRODUCT DESCRIPTION -->
<div class="hikashop_product_desc" style="text-align:<?php echo $this->align; ?>">
<?php
echo preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->row->product_description);
?>
</div>
<!-- EO PRODUCT DESCRIPTION -->
below the Product title but this does not work!! I am at a complete lost as to where it needs to go, I also need the category description under the catergory heading in the same file??
I have read the documentation but it has only frustrated rather than solved anything!! Can anyone give me where the code needs to be placed(if the correct code)? Any help much appreciated.