Site logo

Archived topic

Woocommerce Single page customization

1 reply · Started by Chetan Patil on December 26, 2022

Viewing posts 1–2 of 2

Dear Support,

We need to make our product page https://obomopaw.myhostpoint.ch/lektion/fahrlektion/ similar to https://drivelab.ch/lektion/fahrlektion/

Just I want to take title and description to the left side using hooks.

I have done title using the below code.

function product_change_title_position() {
	remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
	add_action( 'woocommerce_before_single_product', 'woocommerce_template_single_title', 5 );
}

add_action( 'init', 'product_change_title_position' );

Now I am seeking your left for the remaining fields.

Looking forward.

Hi there,

The single product page is entirely coming from WooCommerce single product template so the theme doesn't have any control over the layout etc. so unfortunatley this isn't something we can provide a full custom solution for.

Please refer to our support scope here:
https://generatepress.com/what-support-includes/

The example site you've linked is using Elementor to build the entire page so that might be the best option for you.

Another option is to hire a developer using a service like Codeable suggested at the bottom of the page:
https://generatepress.com/what-support-includes/

Thanks for your understanding.

This archived topic is closed to new replies.