- Posts: 21
- Thank you received: 0
place the description of the items next to the ph
- giuseppe123456
-
Topic Author
- Offline
Less
More
10 years 3 months ago #243231
by giuseppe123456
place the description of the items next to the ph was created by giuseppe123456
-- 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
-- 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
Please Log in or Create an account to join the conversation.
10 years 3 months ago #243234
by lousyfool
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" )
Replied by lousyfool on topic place the description of the items next to the ph
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
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.
10 years 3 months ago #243306
by lousyfool
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" )
Replied by lousyfool on topic place the description of the items next to the ph
(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
to where else you want it, probably right above the line
Save the edited view and reload the product page in the frontend.
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
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
Code:
<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.182 seconds