I’ve got a WordPress e-commerce to give support to, and I’m really struggling on how to edit this text under the product picture.
It is coming as default for every new product I create.
I have access only to the WordPress admin account, which means I can’t directly edit the files on the server, only edit using WordPress tools.
P.s: We are using WooCommerce v3.3.3 and running Divi-child theme.
I’ve tried every menu and settings and I can’t find where the hell this list is set.
Looking at the HTML code it’s under the “woocommerce-product-gallery__wrapper”, but I can’t find it in WordPress Menus
<figure class="woocommerce-product-gallery__wrapper">
<div class="woocommerce-product-gallery__image--placeholder"><img
src="http://www.itschools.ie/wp-content/plugins/woocommerce/assets/images/placeholder.png"
alt="Awaiting product image" class="wp-post-image" /></div>
<ul>
<li>Delivery within 10 business days from date of order</li>
<li>3‐year warranty with
next business day onsite, full parts and labour cover</li>
<li>No need to get quotes or undertake procurement process</li>
<li>Additional upgrades and services available</li>
<li>Detailed technical specification available in user guide</li>
</ul>
https://ibb.co/RDGhp4w (example image)
Does anyone have any idea what should I do to get this done?
3
Answers
Actually, instead of editing WooCoommerce itself, I solved the problem going to Theme -> Editor
I found out that the file funtions.php had a function there with this (list) set, and that was being used as default for every product added.
Solved and happy now :)
if this is not hard coded, it’s coming through product description tab,
edit product-> product description
It looks like it is excerpt for your product. It is not any menu content. So please try to check whether anything is in short description.