Adjust layout product detail

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
IOU42
Posts: 26
Joined: 25 Jun 2016, 21:10

Adjust layout product detail

Post by IOU42 » 09 Jul 2016, 08:02

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!

System info:
Running Aimeos Laravel: 2022.10
Laravel Framework 9.52
Almalinux
PHP 8.1

User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

Re: Adjust layout product detail

Post by aimeos » 09 Jul 2016, 11:57

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

IOU42
Posts: 26
Joined: 25 Jun 2016, 21:10

Re: Adjust layout product detail

Post by IOU42 » 11 Jul 2016, 21:57

Thanks working well!

System info:
Running Aimeos Laravel: 2022.10
Laravel Framework 9.52
Almalinux
PHP 8.1

Post Reply