How do I get rid of the duplicate product details?

  • Posts: 14
  • Thank you received: 2
12 years 2 months ago #61459

How do I get rid of the duplicate product details?

www.proaudioshop.com/index.php/component/hikashop/product/cid-1

Thanks!

Chris

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
12 years 2 months ago #61542

Hi gmedia,

You can edit the view "product / show_tabular" in HikaShop > Display > Views and comment/remove the lines:

	<div id="hikashop_product_description_main_mini" class="hikashop_product_description_main_mini">
		<?php
		$resume = substr(strip_tags(preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description)),0,300);
		$resume .= "...<a href='#description'>See more</a>";
		echo JHTML::_('content.prepare',$resume);
		?>
	</div>

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

  • Posts: 14
  • Thank you received: 2
12 years 2 months ago #61558

Great!

Thanks!

Chris

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

Time to create page: 0.062 seconds
Powered by Kunena Forum