Swap around short description and normal description.

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeSwap around short description and normal description.

This topic has been marked as resolved.

Can anyone tell me how to swap around the short description and long description for a single product in woocommerce.

 

I want my description to be beside to the right of the pictures when you view a single product.

It currently works fine if I put the text into the short description box but I would prefer to use the normal description box.

July 30, 2013 at 11:46 am #26049

Hello,

On top near the image, short descriptions is shown. Normal description is in tab Description.

If you like to swap them then there will be too much content near the image.

Here is how to do it:

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

Best,
ThemeBurn team

July 30, 2013 at 5:00 pm #26065

Thanks but that seems to have duplicated the short description? It now appears to the right of the pictures, which is perfect, but also down the bottom in the the description box?

July 30, 2013 at 5:31 pm #26068

I do not need the description box underneath so that can be deleted if necessary.

July 30, 2013 at 5:37 pm #26069

Ignore. I added this function

function remove_wc_tab( $tabs ) {
unset( $tabs['description'] );

return $tabs;
}
add_filter( ‘woocommerce_product_tabs’, ‘remove_wc_tab’ );

July 30, 2013 at 6:24 pm #26071

Glad you’ve managed to solve this one :)

Best,
ThemeBurn team

July 31, 2013 at 3:28 pm #26101
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.