Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

WooCommerce Product Description Not Displaying

Home / Forums / Pinnacle Theme / WooCommerce Product Description Not Displaying

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
June 3, 2016 at 11:44 am

Hello –

I’m having an issue with new products not displaying the Product Description on the product page. Here is an example:

Previously created products are not having this issue. For example,

I did add the following code to functions.php to change how the checkout-page is rendered today

// Hook in
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );

// Our hooked in function - $fields is passed via the filter!
function custom_override_checkout_fields( $fields ) {
$fields['order']['order_comments']['placeholder'] = 'Enter prayer requests here';
$fields['order']['order_comments']['label'] = 'Prayer Requests';
return $fields;
}

Any idea what the issue might be?

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.