WebSite X5Help Center

 
Michele M.
Michele M.
User

Riga E bordi varianti nel carrello E-commerce  it

Author: Michele M.
Visited 338, Followers 1, Shared 0  

Per togliere la riga e bordi varianti nel carrello e-commerce ho sempre usato questo script:

<style>.imProductListSeparator { display: none; } #imProductList_20_1 select {border: 0;}</style>

X VARIANTI <script type="text/javascript">
$(document).ready(function(){
$("select").css({'border':'0'});
});
</script>

Però con la versione 2023.3.7 non fuziona...

Qualche consiglio?

Posted on the
16 ANSWERS - 1 CORRECT
Mirko Boschetti
Mirko Boschetti
Moderator

Sei sicuro che questo sia rimasto invariato?

#imProductList_20_1 select

Read more
Posted on the from Mirko Boschetti
Michele M.
Michele M.
User
Author

Si

Read more
Posted on the from Michele M.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

link pagina

Read more
Posted on the from Giancarlo B.
Michele M.
Michele M.
User
Author

Ho provato anche questo: PER TOGLIERE entrambe:
<style>.imProductListSeparator { display: none; } #imProductList_20_1 select {border: 0;}</style>
<script type="text/javascript">
$(document).ready(function(){
$("select").css({'border':'0'});
});
</script>
da inserire in ogni pagina dove c'è il carrello

ma non cambia nulla...

Read more
Posted on the from Michele M.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

per la linea puoi provare questo:

#im-product-container .product-separator {
height: 0px!important;

}

Read more
Posted on the from Giancarlo B.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

per la linea puoi provare questo:

#im-product-container .product-separator {
height: 0px!important;

}

Read more
Posted on the from Giancarlo B.
Michele M.
Michele M.
User
Author

Grazie 

Read more
Posted on the from Michele M.
Michele M.
Michele M.
User
Author

Funziona sulla scheda prodotto ma non sul carrello ricerca

Read more
Posted on the from Michele M.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT
Michele M.
Funziona sulla scheda prodotto ma non sul carrello ricerca

infatti era per la pagina postata.

Read more
Posted on the from Giancarlo B.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

#im-products .im-products-card .im-products-separator {
display: none!important;
}

Read more
Posted on the from Giancarlo B.
Michele M.
Michele M.
User
Author

si può avere uno script che raggruppa entrambe?

Read more
Posted on the from Michele M.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT
Michele M.
si può avere uno script che raggruppa entrambe?

sono pagine differenti e puntano a due ID diversi.

Read more
Posted on the from Giancarlo B.
Michele M.
Michele M.
User
Author

Allora mi serve anche lo script per la wishlist

Read more
Posted on the from Michele M.
Michele M.
Michele M.
User
Author

Risolto anche x wishlist. Grazie

Read more
Posted on the from Michele M.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

bene chiudi il post

Read more
Posted on the from Giancarlo B.