Foxman322 Posted April 23, 2021 Share Posted April 23, 2021 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! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now