Home Forums WoodMart support forum Menu on single product page and product variation doesn’t show up

Menu on single product page and product variation doesn’t show up

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #477424

    bradlorch
    Participant

    Hello, can you please let me know where to edit the Menu on single product page, also the product variation doesn’t show up, is there some particular setting we should do to activate it?

    Thank you very much.

    #477548

    Hello,

    Go to Header Builder -> edit current Header -> Configure Main menu setting.
    https://xtemos.com/docs-topic/adding-menu-to-the-site/

    Could you check this manual:
    https://xtemos.com/docs-topic/variable-products-and-swatches/

    https://woocommerce.com/document/variable-product/

    Best Regards.

    #477625

    bradlorch
    Participant

    thank you, it works! but it showed that the variant product is out of stock. where should i configure the stock availability please? also we’d like to make the add to cart button wider(expecting it to be a separate line from the quantity option so it’s fully wide as the column width), is it possible to achieve this? thank you.

    #477627

    bradlorch
    Participant

    I also found that the related products didn’t show up in the new added product. The product page setting didn’t select “hide related products”.

    #477824

    Hello,

    In the “Product data” section, make sure that “Variable product” is selected as the product type.
    After selecting the “Variable product” type, you will see a new tab called “Variations”. Click on it.
    On the “Variations” tab, you will find a list of all the variations for the product.

    Locate the variation that is out of stock and click on “Edit” next to it.

    In the variation settings, you should see an option called “Manage stock”. Check this option.
    Once you check the “Manage stock” option, additional fields will appear, including “Stock status” and “Stock quantity”.

    Please try this custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    button.single_add_to_cart_button.button.alt {
        flex: 1 0 auto;
    }

    Go to Theme Setting -> Single Product -> Related & Upsells. By default Related products are products of the same product category,

    Please check this article: https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/

    Best Regards.

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