• Resolved ilovetech

    (@ilovetech)


    Hi,

    I’m using the Storefront theme and have the Woocommerce plugin installed. I would like to modify the single product page, to achieve the following:

    1) Add a second product name (main product name is in another language, want the second product name to be the english version and want it to show beneath the main product name).

    2) Would like the product description to appear under the product name, as opposed to beneath the product images. Reviews can stay at the bottom

    3) I’d like to move the add to basket button from the far right so it sits right next to the quantity drop down.

    Could you guys help me achieve these?

    I tried the following (now commented out as site just turned to blank pages!) to play around with the ordering of items but it didn’t work, hence they’re now commented out of my functions.php file. I have no idea how to achieve the others.

    ///remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_title’, 5 );
    ///remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 10 );
    ///remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 20 );
    //add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_title’, 5 );
    //add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 10 );
    //add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 20 );

    Appreciate your help. Thanks in advance! ??

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Woo commerce modifying single product page items positioning’ is closed to new replies.