Changes to single product page
-
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
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
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
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
Thank you for your help, its much appreciated.
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
The topic ‘Changes to single product page’ is closed to new replies.