WebSite X5Help Center

 
Tom D.
Tom D.
User

Rearrange products  en

Author: Tom D.
Visited 863, Followers 1, Shared 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. 

Posted on the
6 ANSWERS - 1 CORRECT
Tom D.
Tom D.
User
Author

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

Read more
Posted on the from Tom D.
Tom D.
Tom D.
User
Author

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

Read more
Posted on the from 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!

Read more
Posted on the from Claudio D.
Tom D.
Tom D.
User
Author

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

Read more
Posted on the from 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!

Read more
Posted on the from Claudio D.
Tom D.
Tom D.
User
Author

Thanks for the solution! this works perfectly!

Read more
Posted on the from Tom D.