New Landing How can we help? Themeforest Theme Support Neighborhood Add SKU Number underneath Price

Viewing 4 posts - 1 through 4 (of 4 total)
  • #59082
    onehipcat
    Member
    Post count: 170

    Underneath the product price, I would like to have the SKU number show up. Any settings anywhere that can display it?

    #59189
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit content-single-product.php at /themes/neighborhood/woocommerce/

    Find  this code at line 56
    <p itemprop="price" class="price"><?php echo $product->get_price_html(); ?></p>
    
    Replace with 
    <p itemprop="price" class="price"><?php echo $product->get_price_html(); ?><BR><?php echo $product->get_sku()?></p>

    Hope it should work 100% .
    With Best Regards
    Swift Ideas

    #61736
    onehipcat
    Member
    Post count: 170

    Thank you. That did work. But, I would like it to say “style no:” before the numbers. What could I do so that it always says that before the numbers?

    #61762
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit content-single-product.php at /themes/neighborhood/woocommerce/

    Find  this code at line 56
    <p itemprop="price" class="price"><?php echo $product->get_price_html(); ?><BR><?php echo $product->get_sku()?></p>
    
    Replace with 
    <p itemprop="price" class="price"><?php echo $product->get_price_html(); ?><BR> Style no:<?php echo $product->get_sku()?></p>
    

    Hope it should work 100% .
    With Best Regards
    Swift Ideas

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 the following item
Login and Registration Log in · Register