Home Forums WoodMart support forum woocommerce settings

woocommerce settings

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #619053

    kldalhalabi
    Participant

    Hello, 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?”

    #619245

    Hello,

    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.

    #619650

    kldalhalabi
    Participant

    hello
    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.
    #619783

    Hello,

    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

    #620136

    kldalhalabi
    Participant

    Hello,

    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!

    #620257

    Hello,

    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.

    #620330

    kldalhalabi
    Participant

    Hello,

    I have sent you the login details for the control panel.
    Thank you for your assistance!

    Best regards,

    #620406

    Hello,

    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.

    #621734

    kldalhalabi
    Participant

    Hello,

    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!

    #621805

    Hello,

    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.

    #623720

    kldalhalabi
    Participant

    hello ,
    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.
    #623981

    Hello,

    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.

    #624275

    kldalhalabi
    Participant

    Hello,
    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.
    #624357

    Hello,

    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.

Viewing 14 posts - 1 through 14 (of 14 total)