Site logo

Archived topic

WooCommerce Product Page Customization

1 reply · Started by Joe on March 18, 2023

Viewing posts 1–2 of 2

I need to customize the entire layout of my product pages, but from reading other threads, it doesn't sound like that's possible.

So would I be able to use a regular page, which will let me customize any way I want, as the product page and bypass the typical product page for woocommerce?

For the add to cart button I could just link to the cart with the product id like /cart/?add-to-cart=1359.

I'm wondering if there's anything I'm missing for why this wouldn't work or would lead to future problems.

Elementor has the ability to customize the product page any way you want, but elementor is not going to mix well with my custom CSS I already have in place, and it's going to be a huge headache so I'm looking to find a way to avoid that route.

Hi there,

So would I be able to use a regular page, which will let me customize any way I want, as the product page and bypass the typical product page for woocommerce?

Unfortunately not. You would need to modify this template: https://woocommerce.github.io/code-reference/files/woocommerce-templates-single-product.html

The core functionalities of WooCommerce (like the add-to-cart link etc) are completely handled by the plugin itself and it's not something the theme can/should control or interfere with.

If you would like to learn more, try Googling "WooCommerce single-product template modifications".

Hope this helps :)

This archived topic is closed to new replies.