Home Forums WoodMart support forum Various questions

Various questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #716031

    alex84
    Participant

    Hi, I’m running Woodmart Plants and have some questions.

    1/ Can’t manage to make the email back in stock notification working fine. It seems there’s a Woodmart back in stock alert but can’t find the documentation… Can you help please ?

    2/ How can I add text content to a categorie (before & after). Check url in the “private content”

    3/ On a product page the “tabs” are not showing even if I add content to them in the admin, check url in the “private content”

    4/ On a page I added a specific header with my centered logo but while scrolling down the logo goes on the left… How to fix that and let it centered ? (Check url in the “private content”)

    5/ On the checkout page (Check url in the “private content”) : Is it possible to have no footer or a different footer ?
    And hen you click on the link to read sales terms it opens a frame, is there a way to have a target=”_blank” link instead ?

    Thanks for your help

    #716078

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Please check this manual: https://xtemos.com/docs-topic/marketing-consent/

    02. You can add custom text to category pages in WoodMart using two options:

    Description this is the default WooCommerce field: https://ibb.co/DgZSj7d

    Extra Description: additional field provided by the theme

    Navigate to Products > Categories > Edit category and add the text.

    You can change the position description of the category from Theme Settings > Product Archive > Category Description Position: https://ibb.co/p1cpLK2

    03. You are using a Custom Single Product layout, which is built with WoodMart WooCommerce builder. Simply go to Layouts > Edit Single Product Layout, and insert the Product Content widget or the products tabs widget to show the product description on the single product page.

    04, 05. 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,

    #716244

    alex84
    Participant

    Hi !
    Thanks for your quick answer…

    01/ I enabled the marketing consent but even if the product is out of stock there’s no “back in stock” alert available. (Check urls for all questions in the Private Content)

    02/ I added text in my admin (category id=29) but text is not showing up on front

    03/ ok

    04 & 05/ Admin login/pass in the Private content

    Thanks for your help

    #716291

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. The “Email marketing consent” option only manages user subscription preferences and does not add a “Back in stock” notification feature on product pages.

    In WoodMart, back-in-stock emails are only sent for products that are already added to the customer’s wishlist.
    If you would like customers to subscribe to stock notifications directly from the product page , this requires a separate plugin, as this functionality is not included in the theme by default.

    02. You are using Custom WooCommerce Builder layouts, which are part of WooCommerce Builder from WoodMart. So, navigate to Layouts > Edit Product Archive Layout and add an archive description widget in the layout: https://ibb.co/rRQdrg8k to show the description widget.

    Below are the documentation articles: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    05. Try to use this custom css to hide this footer on the checkout page.

    .woocommerce-checkout .wd-footer {
        display: none !important;
    }

    If you want to use different footers on the checkout page, Try to use the theme preset feature of our theme for a specific condition (Post ID) for a checkout page and choose the footer from Theme Settings > Footer > Choose the footer HTML Block.

    Here is our documentation on how to use theme presets: https://xtemos.com/docs-topic/theme-settings-presets/

    Best Regards

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