Home › Forums › WoodMart support forum › I only Want “Buy Now” Button On Single Product Page.
I only Want “Buy Now” Button On Single Product Page.
- This topic has 6 replies, 2 voices, and was last updated 4 weeks, 1 day ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 12, 2024 at 8:30 am #621754
likhoonkhanParticipantI only Want “Buy Now” Button On Single Product Page,I turned off Add to cart option from my panel but still show add to cart button on single product page. Please help me.
Attachments:
You must be logged in to view attached files.December 12, 2024 at 2:21 pm #621869
Aizaz Imtiaz AwanKeymasterHello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
button.single_add_to_cart_button.button.alt { display: none; }
Best Regards.
December 12, 2024 at 4:53 pm #621928
likhoonkhanParticipantThanks Its worked,Now could you please help me how i can add on this list “Add To Cart” Option like “Add to wishlist”
For better understanding i attached picture below.Attachments:
You must be logged in to view attached files.December 12, 2024 at 10:37 pm #622014
likhoonkhanParticipantAnother think i want,On “Sticky add to buy” button after scrolling down,After hide add to cart button,this option hidden automatic on mobile.
Attachments:
You must be logged in to view attached files.December 13, 2024 at 2:24 pm #622206
Aizaz Imtiaz AwanKeymasterHello,
1. Sorry but there is no option in Theme Settings available for that. You can not add the add to cart button next to the wishlist and compare button.
It requires customizations and this is beyond our limitations and support policy.
2. Ok, then please delete the previously given custom CSS code and use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-btn-design-full.wd-single-add-cart.text-left.wd-design-default.wd-swatch-layout-default.wd-stock-status-off.elementor-widget.elementor-widget-wd_single_product_add_to_cart button.single_add_to_cart_button.button.alt { display: none; }
And add this below custom CSS code in Theme Settings >> Custom CSS >> Desktop CSS section:
.wd-sticky-btn-cart button.single_add_to_cart_button.button.alt { display: none; }
Best Regards.
December 13, 2024 at 4:44 pm #622257
likhoonkhanParticipantNow showed,but i want the ‘Add to Cart’ button to be replaced with a ‘Buy Now’ option only
Attachments:
You must be logged in to view attached files.December 14, 2024 at 1:40 pm #622412
Aizaz Imtiaz AwanKeymasterHello,
Sorry, this is not possible to show the Buy now button on mobile instead of the sticky add to cart button.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register