Hi @typicalboygenius
To customize single product template you can follow the document here.
This’s document of WooCommerce to help developer can customize template.
Let me know if you need anything further!
Thanks for your quick response!
I get that this is how the single product page is meant to be edited, but OnePress seems to hide this functionality? For example, using OnePress, how is it possible to even access the single product page template in order to customize it? The template isn’t accessible via Pages or Appearance > Customize (or anywhere in Appearance) or in Products or in Woo’s settings?
OnePress isn’t a block-based theme, so perhaps that’s part of the issue?
Hi @typicalboygenius
Sorry because the delay to reply.
To work for customize single product page, you can follow step bellow:
- Step 1: Add child theme of OnePress to your website to support you can work to cutomize layout and functions without change parent source code of OnePress template. Follow our document here to get child theme and setup them.
- Step 2: In the child theme of OnePress (i meaning about “onepress-child”) create folder “woocommerce” to add custom template of Woocommerce
- Step 3: Go to “wp-contents > plugins > woocommerce > templates ” copy file “single-product.php” , “content-single-product.php” to folder woocommerce of child theme and start to work and customize.
But you need understand document of WooCommerce first. I already send document link above.
Let me know if you have more questions in the future.
Thank you so much for your help!
Feel free to reach out if you have any more questions or need further assistance in the future. Have a great day!