Site logo

[Support request] Woocommerce Single page customization

Home Forums Support [Support request] Woocommerce Single page customization

Home Forums Support Woocommerce Single page customization

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2473915
    Chetan Patil

    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.

    #2474072
    Leo
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.