WebSite X5Help Center

 
Marco B.
Marco B.
User

Additonal text before cart search side?  en

Autor: Marco B.
Besucht 1095, Followers 3, Geteilt 0  

Hello,

does anyone knows, or is there any possiblity to implement a additional text before the carsearch side.

Because in my Onlineshop it would be very good to put e.g. "This prices includes all taxes ...  shipping costs not included" 

Can anybody help?

Thanks

Gepostet am
6 ANTWORTEN - 1 NüTZLICH - 1 KORREKT
Incomedia
Stefano G.
Incomedia

Hello Marco

Unfortunately, this is currently not possible on the Cart Search page. However, you can add text almost everywhere else.

Can you perhaps add this text to the Footer? Or perhaps on the cart page?

Please try one of these places and let me know if it works for you

Thank you

Stefano

Mehr lesen
Gepostet am von Stefano G.
Marco B.
Marco B.
User
Autor

Hello Stefano,

Thanks for you answer, yes I could add this to the end of the page, but it is not very useful if you have an onlineshop where you don´t have any navigation on the top to come back to the Start page. On the Desktop Version I could use the Sticky Bar, but thats not available on the mobile Version.

Thanks

Mehr lesen
Gepostet am von Marco B.
Giuseppe Guida
Giuseppe Guida
User

The sticky bar is also available on the mobile version, you have to activate it in STEP 2 Model / Sticky bar on all views, not only on the Desktop view (see photo below)

Mehr lesen
Gepostet am von Giuseppe Guida
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Marco B.
Hello Stefano, Thanks for you answer, yes I could add this to the end of the page, but it is not very useful if you have an onlineshop where you don´t have any navigation on the top to come back to the Start page. On the Desktop Version I could use the Sticky Bar, but thats not available on the mobile Version. Thanks

(It > En)  ... put the LINK of the page and also post a STAMP (screenshot) to understand how it should be...

.

Mehr lesen
Gepostet am von  ‪ KolAsim ‪ ‪
Giuseppe Guida
Giuseppe Guida
User

If that's what you want to achieve then follow these directions...

At STEP 3 Map enter the following code in the "Properties" of the Special Page "E-commerce Cart: search", tab "Expert / Before closing the HEAD tag":

<style>
#im-cartsearch-container .filter-sidebar::before {
content: "here put your custom text" !important;
font-size: 9pt;
color: red;
}
</style>

Mehr lesen
Gepostet am von Giuseppe Guida