WebSite X5Help Center

 
George G.
George G.
User

Shopping cart button colors  en

Автор: George G.
Просмотрено 599, Подписчики 2, Размещенный 0  

Hello, please see picture with all details

1. The shopping card has two "Process with the order" bunnons . 

    if the mouse on botton #1 it change color 

    if the mouse on botton #2 dont change color , please let me know how to fix it

2. same issue on "Step 3 - Order report" with button "Buy now"

3. after i click on "Buy now" take about 10 sec to get confirmation , is it normal ? Please let me know if possible to add some massage like "Your Order in progress, please wait" to prevent multy click on button.

Размещено
9 Ответы - 1 Корректно
Aleksej H.
Aleksej H.
Moderator

Hello.

1. Add this code:

<style>

.btn-proceed-to-order:hover {
background-color: #000 !important;
}

</style>

Here:

You can find out a little more about adding code here https://aleksius.com/en/incomedia-website-x5/css-and-js-adding-to-website-x5

If you do not see changes on the site, please clear your browser cache. Perhaps before this it is worth uploading the entire site to hosting, and not just the changes.

2. The answer is the same as for 1.

3. The order completion message should appear almost immediately. As far as I understand, this depends on the speed of request processing by the server (hosting). Perhaps it was a temporary delay.

Читать больше
Размещено От Aleksej H.
Aleksej H.
Aleksej H.
Moderator

#000 is the background color. You can specify a different color. The color code can be found, for example, here https://htmlcolorcodes.com/

Читать больше
Размещено От Aleksej H.
George G.
George G.
User
Автор

Hi Aleksej, how to add shoping card to the sitemap creation , i cant to see it here 

Читать больше
Размещено От George G.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

At the bottom of special pages, click on the shopping cart, then while holding down the mouse button, drag the shopping cart symbol upwards, with the mouse on the left edge of the sitemap so that the marker for insertion appears.

-----

Читать больше
Размещено От Daniel W.
George G.
George G.
User
Автор

Hi Daniel , do you know how to add "shopping cart" icon to header , like on picture attached

Читать больше
Размещено От George G.
Aleksej H.
Aleksej H.
Moderator

Hello George G.. You may find these video tutorials useful.

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