Shopping cart button colors
Author: George G.
Visited 889,
Followers 2,
Shared 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.
Posted on the
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.
#000 is the background color. You can specify a different color. The color code can be found, for example, here https://htmlcolorcodes.com/
Author
Hi Aleksej, how to add shoping card to the sitemap creation , i cant to see it here
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.
-----
Author
Hi Daniel , do you know how to add "shopping cart" icon to header , like on picture attached
My Test page >> http://finde-links.de/123shop-hosteurope/ (Test page only)
-----
-----
-----
There is also a paid shopping cart symbol (12 Crediits) that shows the number of items, see
>> https://market.websitex5.com/de/objekte/1600384e-1fb4-41e0-93bf-9c8136b633
And here the guide in English, see
-----
Cart Status Object. How to view cart data
>> https://guide.websitex5.com/en/support/solutions/articles/44001801585
Hello George G.. You may find these video tutorials useful.