Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Without seeing the custom code you’ve added to show these skus, impossible to say.

    MY bet is this :D.

    Maybe the

    <div itemprop="description">
    <div class="pn">Manu. PN: Signa-DT-47375</div><br><div class="sku">Sku: 80039</div></div>

    code is depending on pn. If PN is not set the div is not printed thats why the SKU is missing too.

    But as Mike said you should show your custom code ??

    Thread Starter ClintonLee83

    (@clintonlee83)

    Ah ha, I got it.

    I’ve removed:
    if ( ! $post->post_excerpt ) {
    return;
    }

    I’ve got these in the short-description.php template.

    I was using a csv to edit these and I had the pn in the post_exerpt column in the csv. I moved them over into a custom column which left the post_exerpt blank.

    I appreciate the help guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sku not showing on some products’ is closed to new replies.