WebSite X5Help Center

 
Lucifer M.
Lucifer M.
User

2023.3.4 new features question  en

Autor: Lucifer M.
Visitado 483, Seguidores 1, Compartilhado 0  

Hello just updated the program, and the question is: how to make hearts larger in the product card? I need to make the card larger, and the heart is too small except for the visibility function there is nothing else(and I'd like to pick different stars)

the second question is how do I notify customers about the countries where the goods are delivered and where they are not delivered? for example, I have written worldwide delivery, a person will order and I can not put the goods in that country, you have a choice of where to deliver in the delivery section, but I would like to be in advance, the essence of the question is that the product will be advertised through tick tokers who have a huge fan base around the world but not everywhere can be delivered goods are already in production and will soon be delivered to the warehouse and I need to quickly solve the issue.

Publicado em
4 RESPOSTAS - 1 CORRIGIR
Aleksej H.
Aleksej H.
Moderator

Hello.

"how to make hearts larger in the product card?" - Add this code:

<style>
.im-wishlist-button svg {
width: 50px;
height: 50px;
}
</style>

Here:

You can learn more about embedding code here https://aleksius.com/en/incomedia-website-x5/css-and-js-adding-to-website-x5

"the second question is how do I notify customers about the countries where the goods are delivered and where they are not delivered?" - it would be nice to be able to show a message on the checkout page. As far as I know, at the moment there is no such possibility.
You can indicate this information on a separate "Payment and Delivery" page.
You can also try changing this text (it is displayed on the checkout page): "Choose the shipment and payment mode you prefer, then click on the 'Next' button to continue with your order.".

Ler mais
Publicado em de Aleksej H.
Lucifer M.
Lucifer M.
User
Autor

Thank you very much your code for hearts fits, but it helps a little, because the maximum that can be done is 25 by 25 otherwise they do not fit and hearts can not be moved to the right.

Aleksej H.
Hello. "how to make hearts larger in the product card?" - Add this code: <style> .im-wishlist-button svg { width: 50px; height: 50px; } </style> Here: You can learn more about embedding code here https://aleksius.com/en/incomedia-website-x5/css-and-js-adding-to-website-x5 "the second question is how do I notify customers about the countries where the goods are delivered and where they are not delivered?" - it would be nice to be able to show a message on the checkout page. As far as I know, at the moment there is no such possibility. You can indicate this information on a separate "Payment and Delivery" page. You can also try changing this text (it is displayed on the checkout page): "Choose the shipment and payment mode you prefer, then click on the 'Next' button to continue with your order.".
Ler mais
Publicado em de Lucifer M.
Lucifer M.
Lucifer M.
User
Autor

I got a job, but I came up with the maximum is to make a round menu button, replace the picture with an icon on the globe and that the menu pops out and there is a list of countries to choose from, but the optimization is strange. On the left just transparency 100 filled with black, but even if here add a picture "map of the world" would be better, or that the menu was on the whole side of the black and not in the right corner on the phone in one line is very good but on the computer is empty, the company has another menu but it does not see and can not)

Ler mais
Publicado em de Lucifer M.
Aleksej H.
Aleksej H.
Moderator

Without a link to the site with the problem, I cannot try to help you.

Ler mais
Publicado em de Aleksej H.