long product description on shop page
-
Hi there,
I am trying to add the long product description to the shop page of woocommerce. I have found a snippet of code to add to the functions file to display the short description or excerpt, and changed the function to what I think is the long description function (‘woocommerce_single_product_summary’):
add_action(‘woocommerce_after_shop_loop_item’,’woocommerce_single_product_summary’, 5);
but it does not seem to be working. Does anyone have any ideas?
I want to put two separate pieces of data into this field and upload via CSV import, so I also need to know how to separate them with line breaks and for CSS purposes.
Thanks in advance.
Sarah
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘long product description on shop page’ is closed to new replies.