skip to Main Content

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&nbsp;within&nbsp;10&nbsp; business&nbsp;days&nbsp;from&nbsp;date&nbsp; of&nbsp;order</li>
    <li>3‐year&nbsp;warranty&nbsp;with&nbsp;
        next&nbsp;business&nbsp;day&nbsp;onsite,&nbsp;full&nbsp;parts&nbsp;and&nbsp;labour&nbsp;cover</li>
    <li>No&nbsp;need&nbsp;to&nbsp;get&nbsp;quotes&nbsp;or&nbsp; undertake&nbsp;procurement&nbsp; process</li>
    <li>Additional&nbsp;upgrades&nbsp;and&nbsp; services&nbsp;available</li>
    <li>Detailed&nbsp;technical&nbsp; specification&nbsp;available&nbsp;in&nbsp; user&nbsp;guide</li>
</ul>

https://ibb.co/RDGhp4w (example image)

Does anyone have any idea what should I do to get this done?

3

Answers


  1. Chosen as BEST ANSWER

    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 :)


  2. if this is not hard coded, it’s coming through product description tab,

    edit product-> product description

    Login or Signup to reply.
  3. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search