WebSite X5Help Center

 
Peer L.
Peer L.
User

E-commerce product-page edit design layout  de

Autore: Peer L.
Visite 796, Followers 1, Condiviso 0  

Where can I edit the product, detail page layout?

I need more space above, the product is behind my sticky bar, I need to insert a separator. And I want to insert a return button. And I want to modify the add button.

I cant edit the special page in the sitemap that way.

Is there any chance to edit the layout?

Postato il
9 RISPOSTE
Andreas S.
Andreas S.
Moderator

Sometimes this is only possible via the general settings under "2" Text Styles, Fields & Buttons or under "3" at the bottom of Onlineshop: Product Page.
Since this product page is a script-generated page, you can only intervene here via individual CSS code.

If you mark the Onlineshop: Product page and go under "Properties" tab "Advanced", you can insert this code...

<style>#im-product-container {padding-top: 100px!important;} </style>

Leggi di più
Postato il da Andreas S.
Peer L.
Peer L.
User
Autore

Hello Andreas,

Thanks a lot. 

I managed to insert a separator via the HTML field in the properties of the product page. But I can't manage to deactivate the add button in the detail page. I want to list real estate properties, so an add button is rediculous. I can switch of the buttons in the product listing, but it appears again on the details page. 

Leggi di più
Postato il da Peer L.
Peer L.
Peer L.
User
Autore

And there is no return button on the detail page. 

Leggi di più
Postato il da Peer L.
Andreas S.
Andreas S.
Moderator

Try adding this code to the other one! Inside the brackets <style>

.product-quantity-add, .product-add {display: none;}

Usually you just need to link the word "Return" to your product page in the text of the product details.
But you can try to insert a HTML code in the text area.

<button> Return</button>

Leggi di più
Postato il da Andreas S.
Peer L.
Peer L.
User
Autore

Hallo Andreas, vielen lieben Dank. Bißchen rumpelig, aber ne gute Lösung. Ein Eintrag in der Sitemap von X5 wäre eleganter. Der Add Button ist unsichtbar, der Caounter leider noch nicht. Aber immerhin...

Leggi di più
Postato il da Peer L.
Andreas S.
Andreas S.
Moderator

Kannst du mir die Seite zeigen, damit ich es direkt sehe was du meinst?

Leggi di più
Postato il da Andreas S.
Andreas S.
Andreas S.
Moderator

Es gehört der Code so ausgebessert!

.product-quantity-add, .product-add {display: none!important;}

Leggi di più
Postato il da Andreas S.
Peer L.
Peer L.
User
Autore

Wow, cool. danke.

schade, dass sich hier keiner von x5 meldet.

ich komme bestimmt noch mal auf dich zu...;)

Leggi di più
Postato il da Peer L.