WebSite X5Help Center

 
Tom D.
Tom D.
User

Rearrange products  en

Auteur : Tom D.
Visité 871, Followers 1, Partagé 0  
Mots-clés :: product,products,shopping

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. 

Posté le
6 RéPONSES - 1 CORRECT
Tom D.
Tom D.
User
Auteur

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

Lire plus
Posté le de Tom D.
Tom D.
Tom D.
User
Auteur

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

Lire plus
Posté le 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!

Lire plus
Posté le de Claudio D.
Tom D.
Tom D.
User
Auteur

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

Lire plus
Posté le 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!

Lire plus
Posté le de Claudio D.
Tom D.
Tom D.
User
Auteur

Thanks for the solution! this works perfectly!

Lire plus
Posté le de Tom D.