Page 1 of 1

Adjust layout product detail

Posted: 09 Jul 2016, 08:02
by IOU42
Hi,

With the shop installed I am trying to change the layout of the product detail page. I want the associated long description to be visible by default. Now it is hidden by default (display 'none', I believe triggered by java script 'toggle-js').
What is the best way to do this? Can it be done using the configuration when in the 'list item detail screen' of the long description?

Thanks!

Re: Adjust layout product detail

Posted: 09 Jul 2016, 11:57
by aimeos
The easiest way is to create a new extension for your project (https://aimeos.org/developer/extensions/), copy the template in question and adapt it to your needs.

Re: Adjust layout product detail

Posted: 11 Jul 2016, 21:57
by IOU42
Thanks working well!