Home › Forums › WoodMart support forum › woocommerce settings
woocommerce settings
- This topic has 13 replies, 2 voices, and was last updated 3 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 3, 2024 at 6:03 pm #619053
kldalhalabiParticipantHello, the order completion page and the login page are not showing up. I would like the button to not add the product to the cart, but instead, enable direct purchase—meaning the customer should be taken directly from the product page to the checkout page. How can I implement this feature in my store?
Also, I want my store to support multiple currencies that automatically change based on the customer’s country. Does this feature exist in this theme, and if not, what do you recommend?”
December 4, 2024 at 12:42 pm #619245
Aizaz Imtiaz AwanKeymasterHello,
1. The checkout, cart and my account pages are not working because I think you have not selected those pages in the Woocommerce >> Settings >> Advanced >> select the pages for the cart, checkout and my account page then your issue will be solved: https://ibb.co/HVHJmhR
2. You should use the Buy Now button feature of the theme. While the Add to cart button adds the product to cart and keeps the customer on the same page, the Buy now button redirects straight to the checkout form to make the purchase process easy and fast. Please read and follow the instructions given here in the theme documentation:
https://xtemos.com/docs-topic/buy-now-button/3. Currency is the Woocommerce functionality, and WoodMart does not provide any option to change currency according to the country of the customers. You will need to search for a plugin for this purpose.
Best Regards.
December 5, 2024 at 12:02 pm #619650
kldalhalabiParticipanthello
I am missing pages like the purchase and registration pages. Perhaps the reason is that I installed the theme before entering the purchase code. Could there be other missing elements as well? Would it be better to reinstall the theme? Please note that reinstalling the theme would require me to redo a lot of work. I have sent you a screenshot of the pages available on my website.
I would like to inquire about currency settings. I want to add currencies manually, possibly up to four currencies only. Do you recommend a specific plugin that I can use for this?
thank you 🙂Attachments:
You must be logged in to view attached files.December 5, 2024 at 5:22 pm #619783
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
December 6, 2024 at 2:55 pm #620136
kldalhalabiParticipantHello,
How can I share the control panel details with you privately in this chat?
Do you have an email address I can use for this purpose?Thank you!
December 6, 2024 at 5:59 pm #620257
Aizaz Imtiaz AwanKeymasterHello,
At the end of the topic page, you will find the private content area. Please add the login details in that section.
My email is [email protected]
Best Regards.
December 6, 2024 at 11:23 pm #620330
kldalhalabiParticipantHello,
I have sent you the login details for the control panel.
Thank you for your assistance!Best regards,
December 7, 2024 at 2:30 pm #620406
Aizaz Imtiaz AwanKeymasterHello,
1. I have setup all the pages, now please check the site after removing the browser cache.
2. Our theme supports the following two multicurrency plugins:
– [WooCommerce Multilingual](https://wordpress.org/plugins/woocommerce-multilingual/)
– [WooCommerce Currency Switcher](https://wordpress.org/plugins/woocommerce-currency-switcher/)Best Regards.
December 11, 2024 at 11:36 pm #621734
kldalhalabiParticipantHello,
I would like to hide the quantity selector button on the product page. Could you please guide me on how to do this from the theme settings?
Thank you!
December 12, 2024 at 11:46 am #621805
Aizaz Imtiaz AwanKeymasterHello,
You need to enter and edit every product and select Sold individually option from the inventory tab: https://ibb.co/C8dtgXQ
It will remove the quantity from the product page.
Also, you can use the below custom CSS code as well and paste the code in Theme Settings >> Custom CSS >> Global CSS section:
.single-product div.quantity { display: none; }
Best Regards.
December 18, 2024 at 10:59 pm #623720
kldalhalabiParticipanthello ,
When I added the main menu, it appeared like this. How can I make the sections appear next to each other?
Additionally, I want to change the header background color when scrolling the page. How can I do that?thank you
Attachments:
You must be logged in to view attached files.December 19, 2024 at 5:17 pm #623981
Aizaz Imtiaz AwanKeymasterHello,
This happens when you have menu items in the menu that are more than the actual width of the container.
Please try reducing the menu items then check back.
OR please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
span.nav-link-text { font-size: 12px; } ul#menu-main-menu { --nav-gap: 15px; } .wd-tools-element .wd-tools-text { font-size: 12px; }
Best Regards.
December 20, 2024 at 5:46 pm #624275
kldalhalabiParticipantHello,
I have some adjustments to make on the product page:I would like to hide the “Add to Cart” button.
I want to place the “Share Product,” “Like,” and “Compare” buttons directly below the product.
Thank you!Attachments:
You must be logged in to view attached files.December 21, 2024 at 11:06 am #624357
Aizaz Imtiaz AwanKeymasterHello,
To hide the add to cart button, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.single-product button.single_add_to_cart_button.button.alt { display: none; }
2. To change the position of the button on the single product pages you have to use and create the custom layout for the single product pages:
https://xtemos.com/docs-topic/single-product-page-builder/Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register