Home › Forums › WoodMart support forum › I need help with my checkout page
I need help with my checkout page
- This topic has 7 replies, 2 voices, and was last updated 5 months, 1 week ago by Luke Nielsen.
-
AuthorPosts
-
July 16, 2024 at 7:56 pm #583753
maximvanatParticipantHey, I need help with my checkout page, it looks to cheap, I want payment and delivery method choose like this in the picture, please can you help me with this ?
Attachments:
You must be logged in to view attached files.July 17, 2024 at 9:19 am #583837
Luke NielsenKeymasterHello,
You can customize the Checkout page by using our Layout builder in Dashboard -> Layouts, or add an already created layout via Dashboard -> Layouts -> Add new. https://take.ms/NTstn
Check our article on how to create a layout for the Checkout page – https://xtemos.com/docs-topic/checkout-page-builder/
Kind Regards
July 20, 2024 at 11:04 am #584544
maximvanatParticipantI need help with add quantity, In my site – zahradnestroje.sk i have add quantity with green frame, but i want style like in the photo with the red, but turn color to greeen
Thank you so muchAttachments:
You must be logged in to view attached files.July 22, 2024 at 10:21 am #584690
Luke NielsenKeymasterHello,
Use the code below for help:
.wd-product div.quantity input[type=button] { border: 0; } .wd-product div.quantity input[type=number] { border-left: var(--wd-form-brd-width) solid var(--wd-form-brd-color); border-right: var(--wd-form-brd-width) solid var(--wd-form-brd-color); border-radius: 5px; background-color: var(--wd-form-brd-color); color: #fff; }
The color of the border change in Theme Settings -> Styles and Colors -> Forms – https://take.ms/QlGWQ
Kind Regards
July 22, 2024 at 9:13 pm #584941
maximvanatParticipantin the notebook is working but in the phone it is not working
July 23, 2024 at 9:31 am #584988
Luke NielsenKeymasterHello,
It’s a cache issue because via the admin panel the code above works – https://take.ms/FwOq0, clear the mobile/browser/server cache.
Kind Regards
July 25, 2024 at 10:05 pm #585830
maximvanatParticipantBut when I click on the shop, it show me customized button like on the photo 1, but when i click more and open same category, it shows me basic button like in the photo 2
Attachments:
You must be logged in to view attached files.July 26, 2024 at 11:02 am #585947
Luke NielsenKeymasterHello,
Replace the previous code with the below one, clear the mobile/browser/server cache and recheck the issue.
body .wd-product div.quantity input[type=button] { border: 0; } body .wd-product div.quantity input[type=number] { border-left: var(--wd-form-brd-width) solid var(--wd-form-brd-color); border-right: var(--wd-form-brd-width) solid var(--wd-form-brd-color); border-radius: 5px; background-color: var(--wd-form-brd-color); color: #fff; }
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register