Modify the layout of product page

  • Posts: 23
  • Thank you received: 0
12 years 1 month ago #70252

Hi,
my client asked me to move the part relating to description above the galley and the shopping cart? Is it possible? I have an HikaShop Business version.

For clarity enclose the product page as it is now and how I would like to change ...

thank you very much
Sandra

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
12 years 1 month ago #70321

Hi Sandra,

To edit the product page view, you can edit the view "product / show_default" in HikaShop > Display > Views.
Then you can cut & paste some code below other part of code.

In your case, I think that the easiest way is to remove the code:

	<?php
	//LAYOUT show_block_img
	$this->row = & $this->element;
	$this->setLayout('show_block_img');
	echo $this->loadTemplate();
	?>
And paste the code in the view "product / show_block_img" in "show_default" to put the div "hikashop_small_image_div" under the description of the product, put the div "hikashop_product_main_image_thumb" before the description and the div "hikashop_product_right_part" under "hikashop_product_bottom_part".

Hope this will help you.

Last edit: 12 years 1 month ago by Xavier.

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

  • Posts: 23
  • Thank you received: 0
12 years 4 weeks ago #70663

thanks Xavier, I did...

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

Time to create page: 0.053 seconds
Powered by Kunena Forum