Home Forums WoodMart support forum woocommerce settings

woocommerce settings

Viewing 21 posts - 1 through 21 (of 21 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.

    #632973

    kldalhalabi
    Participant

    Hello,
    I want to add a preloader to my website or modify it from the theme settings.
    How can I do that?

    Also, when I add new content, the website does not update immediately, even though I clear the cache regularly. What do you recommend?

    Thank you!

    #633149

    Hello,

    Navigate to Theme Settings > Performance > Preloader and enable it. This way, the preloader will show until the entire page is fully loaded, improving the user experience.

    Best Regards

    #633522

    kldalhalabi
    Participant

    Hello,
    I need to translate specific texts into Turkish, but I cannot find where these texts are located to make the changes. Can you please assist me in identifying their location or how I can modify them?

    Thank you for your help!

    #633523

    kldalhalabi
    Participant

    Hello,

    Attachments:
    You must be logged in to view attached files.
    #633575

    Hello,

    Try to use the Loco Translate plugin to translate that text – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Best Regards

    #636893

    kldalhalabi
    Participant

    Subject: Issue with Disappearing Product Images and Videos

    Hello,

    I recently added my products to my online store, dawatak.com, which offers digital invitations, including cards and videos. Everything was working fine, but today I noticed that my product images and videos have disappeared. they get removed from the site and do not appear in the media library.

    Could you please help me understand the cause of this issue?

    Thank you for your assistance!

    Best regards

    Attachments:
    You must be logged in to view attached files.
    #637084

    Hello,

    It looks like your product images and videos might have been deleted or are not loading properly due to one of the following reasons:

    1. Check if your hosting plan has sufficient storage. Sometimes, media files can be removed if the server runs out of space.

    2. If you recently installed a plugin, it might be causing conflicts. Try deactivating plugins one by one to identify the issue.

    3. Some hosting providers remove files if they detect security threats. Check with your hosting provider if they recently took any action.

    4. Try re-uploading an image to see if it stays in the media library. Let me know if you need further assistance!

    And if you will have some issues, then I kindly request you to please generate a fresh new topic for each issue, to avoid any inconvenience and understanding.

    Best Regards,

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