• Hello,

    I’m building an eCommerce site using the Accessories theme and WooCommerce.

    I moved the tabs section( Description, Additional Information, ect. ) over to the right side of the page, like this: https://gyazo.com/573630c3dbf5d0e3146e622a4c6de372
    I used this code to do so:

    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
        add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );

    Now, I want the related products to display next to the tabs, Like this: https://gyazo.com/437fe9378d85d6d55642937a410b8988

    I’d like to avoid using CSS if possible.

    Thank you for your help,

    Matt

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce – Moving Related products’ is closed to new replies.