WebSite X5Help Center

 
Tom D.
Tom D.
User

Rearrange products  en

Автор: Tom D.
Просмотрено 867, Подписчики 1, Размещенный 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. 

Размещено
6 Ответы - 1 Корректно
Tom D.
Tom D.
User
Автор

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

Читать больше
Размещено От Tom D.
Tom D.
Tom D.
User
Автор

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

Читать больше
Размещено От 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!

Читать больше
Размещено От Claudio D.
Tom D.
Tom D.
User
Автор

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

Читать больше
Размещено От 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!

Читать больше
Размещено От Claudio D.
Tom D.
Tom D.
User
Автор

Thanks for the solution! this works perfectly!

Читать больше
Размещено От Tom D.