New Landing How can we help? Themeforest Theme Support Neighborhood CSV import not populating the short description

Viewing 4 posts - 1 through 4 (of 4 total)
  • #30123
    Cian
    Member
    Post count: 1

    Hi,
    I’m using WooCommerce CSV Import to load products in. It works fine, except that the post_excerpt is not populating the Product Short Description field. Can you please advise?

    Many thanks.
    Cian

    #30508
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Does it not import on the backend, or just not on the frontend?

    – Ed

    #30512
    Cian
    Member
    Post count: 1

    It shows up in the back end, and recognised as post_excerpt, but doesn’t display on the frontend.

    #30514
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try changing /woocommerce/content-single-product.php line 105 to:

    <?php } else { ?>
    <div class="product-short">
    <?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ); ?>
    </div>
    <?php } ?>

    – Ed

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register