Home Forums WoodMart support forum Changes to single product page

Changes to single product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #308663

    chrisrolfe1991
    Participant

    Hello

    I would like to move the quantity selector next to the add to cart button on the single product page. Screenshot: https://prntscr.com/1g15a6n

    I would also like to add a details tab at the top of my tabs, I will need to be able to edit the content for this tab for each product. Screenshot: https://prntscr.com/1g16imr

    Thank you,
    Chris

    #308693

    Hello,

    I saw the screenshot you attached.

    1) The add to cart button is on the next line due to the Custom CSS you added. Please remove the Custom CSS you added and try adding the following Custom CSS in the Global Custom CSS area to make the add to cart full width.

    .product-type-simple form.cart > button, .woocommerce-variation-add-to-cart > button {
        flex-grow: 1;
    }
    
    .product-type-simple form.cart, .woocommerce-variation-add-to-cart {
        display: flex;
    }

    2) You can add a custom tab for the product from the Edit product.

    Screenshot for Clarification: https://ibb.co/kSs9kqS

    Regards.
    Xtemos Studios

    #308695

    chrisrolfe1991
    Participant

    Thank you.

    1. That worked for the button and quantity selector, thanks.

    2. I have previously added a custom tab but it appears at the bottom of the tabs, I would like to appear at the top.

    Thanks

    #308703

    Hello,

    You are Most Welcome.

    We are Glad that one of your issues has been Resolved.

    2) The Tabs are woocommerce functionality and our theme doesn’t influence it. To add tabs to the product page you need to read the following link for further help: https://docs.woocommerce.com/document/editing-product-data-tabs/

    Best Regards

    #308706

    chrisrolfe1991
    Participant

    Thank you for your help, its much appreciated.

    #308709

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards

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

The topic ‘Changes to single product page’ is closed to new replies.