WebSite X5Help Center

 
Tom D.
Tom D.
User

Rearrange products  en

Autor: Tom D.
Visitado 866, Seguidores 1, Compartilhado 0  

Hello, 

Does anyone know how to rearrange the products when added to V10? The program rearranges it using the number, but the art. nr. W1000 comes before the W40. Tried to rearrange it using drag&drop but won't do. 

Publicado em
6 RESPOSTAS - 1 CORRIGIR
Tom D.
Tom D.
User
Autor

And maby someone knows how to get rid of the 'add to cart' button? im trying to show the products only. 

Thanks in advance!

Regards, Tom

Ler mais
Publicado em de Tom D.
Tom D.
Tom D.
User
Autor

Sorry fixed the rearranging problem :) but i still have the add-to-cart button...

Ler mais
Publicado em de Tom D.
Incomedia
Claudio D.
Incomedia

Hello Tom,

To remvoe the add to cart button you need to go to step 2 and select the page where you added the cart and then open the properties and go to the Expert tab and add following code:

<style> body .imProductListBoxAdd{visibility:hidden; } </style>

Many thanks!

Ler mais
Publicado em de Claudio D.
Tom D.
Tom D.
User
Autor

Hello Claudio, 

thank you for your reaction. But i can't get it to work. I copied your HTML code into page properties / advanced / inbetween all the tags (im not really good at HTML, so it didn't work and i tried it all), but it's still visible. Am i doing something wrong? 

Regards, Tom

Ler mais
Publicado em de Tom D.
Incomedia
Claudio D.
Incomedia

Hello Tom,

Please try to use following code and add it in Before closign the HEAD tag:

<style> body .imProductListText img{visibility:hidden!important; } </style>

Many thanks!

Ler mais
Publicado em de Claudio D.
Tom D.
Tom D.
User
Autor

Thanks for the solution! this works perfectly!

Ler mais
Publicado em de Tom D.