How to add sku?

Rune
55 Posts
Rune posted this 23 September 2015

How can I add SKU/item number to my product details? WooCommerce

Untitled-2.jpg

How can I add SKU/item number to my product details? WooCommerce!Untitled-2.jpg!
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 25 September 2015

Hello,

Sorry for the issue. SKU is not displayed for me either. I have forwarded the issue to our developers for investigation and will let you know as soon as there are any news on it.

Sincerely,
Nettie,
BillionDigital Team

Hello, Sorry for the issue. SKU is not displayed for me either. I have forwarded the issue to our developers for investigation and will let you know as soon as there are any news on it. Sincerely, Nettie, BillionDigital Team
Support Team
Support Team posted this 05 October 2015

Hello,

The issue with SKU was fixed and will be included into the next Themler update.

Thank you,
Nettie,
BillionDigital Team

Hello, The issue with SKU was fixed and will be included into the next Themler update. Thank you, Nettie, BillionDigital Team
thobias
3 Posts
thobias posted this 01 January 2016

Hello,

The issue with SKU was fixed and will be included into the next Themler update.

Thank you,
Nettie,
BillionDigital Team

Where do i add SKU Virtumart ?

> Hello, > > The issue with SKU was fixed and will be included into the next Themler update. > > Thank you, > Nettie, > BillionDigital Team Where do i add SKU Virtumart ?
Support Team
Support Team posted this 06 January 2016

Hello Thobias,

For Joomla and Virtuemart SKU output is not supported by default. However you may output SKU for the product with the help of the CMS Code control:
1. Open Product Details template.
2. Navigate Insert >> Controls >> More >> CMS Code and insert this control to the desired location on the page.
3. Click CMS Code tab >> Edit CMS Code and add the code below in php code format:

<?php echo $product->sku ?>

Or refer to the attachment and copy and paste the whole code.

Sincerely,
Nettie,
BillionDigital Team

Hello Thobias, For Joomla and Virtuemart SKU output is not supported by default. However you may output SKU for the product with the help of the CMS Code control: 1. Open **Product Details** template. 2. Navigate **Insert** >> **Controls** >> **More** >> **CMS Code** and insert this control to the desired location on the page. 3. Click **CMS Code** tab >> **Edit CMS Code** and add the code below in php code format: `<?php echo $product->sku ?>` Or refer to the attachment and copy and paste the whole code. Sincerely, Nettie, BillionDigital Team

Last edited 14 March 2016 by Support Team

You must log in or register to leave comments