Jump to content

Display SKU in product-info


Recommended Posts

Hi, I added the SKU output in the short description. But i need to add in product-info, where can i make it.

this is my code that im using for showing SKU in description "/catalog/product.tpl"

			<p id="product_upc"{if empty($product->upc) || !$product->upc} style="display: none;"{/if}>
    <label>{l s='SKU:'} </label>
    <span class="editable" itemprop="sku">{$product->upc|escape:'html':'UTF-8'}</span>
  </p>

Thank you!

sku.PNG

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...