place the description of the items next to the ph

  • Posts: 21
  • Thank you received: 0
8 years 10 months ago #243231

-- url of the page with the problem -- : www.souvenirsardegna.it
-- HikaShop version -- : 2.6.3

hello , I would like to place the description of the items next to the photos , soto the button " buy"
see attached image

thank you


Attachments:

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

  • Posts: 2143
  • Thank you received: 747
8 years 10 months ago #243234

Hi,

Two of several threads on the same subject:
www.hikashop.com/forum/product-category-...uct-description.html
www.hikashop.com/forum/product-category-...m-to-right-side.html

Please also read the documentation on layout customization, explaining views, and how to find and override them: www.hikashop.com/support/documentation/1...-display.html#layout


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

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

  • Posts: 2143
  • Thank you received: 747
8 years 10 months ago #243306

(Continuation from your "side trip" to the other thread .)

First, carefully study the documentation under this link I already gave you. Following instructions there is essential to create a proper view override to avoid you losing your changes when updating HikaShop.

At the bottom of that documentation page you'll even find an image showing the various blocks on a product page, hinting what to move where in the code depending on your specific needs.

So, when creating your view override of "product / show_default" for your frontend template you will probably do as follows:

Move this block of code

<div id="hikashop_product_description_main" class="hikashop_product_description_main">
		<?php
		echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description));
		?>
	</div>

to where else you want it, probably right above the line
<div id="hikashop_product_contact_main" class="hikashop_product_contact_main">

Save the edited view and reload the product page in the frontend.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

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

Time to create page: 0.091 seconds
Powered by Kunena Forum