product number in ScienceCo - VirtueMart Template

Pinobird
6 Posts
Pinobird posted this 18 September 2015

Hi,

I'm using the ScienceCo - VirtueMart Template. In this template i miss the possibility to add the product number (SKU). Is it possible to add this feature in the template?

Kind regards,
Hans

Hi, I'm using the ScienceCo - VirtueMart Template. In this template i miss the possibility to add the product number (SKU). Is it possible to add this feature in the template? Kind regards, Hans
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 18 September 2015

Hi,

By default VM does not show product SKU on the product overview. If you need it you can add CMS Code control with the following code:
<?php echo $this->product->product_sku; ?>

Thank you,
Olivia

Hi, By default VM does not show product SKU on the product overview. If you need it you can add **CMS Code** control with the following code: `<?php echo $this->product->product_sku; ?>` Thank you, Olivia
Scorpion Computers & Software
126 Posts
Scorpion Computers & Software posted this 21 September 2015

I had the same question. I will test the solution you gave, thank you

I had the same question. I will test the solution you gave, thank you
Support Team
Support Team posted this 21 September 2015

Hi,

Ok.
Please keep us posted about the progress.

Thank you,
Olivia

Hi, Ok. Please keep us posted about the progress. Thank you, Olivia
Scorpion Computers & Software
126 Posts
Scorpion Computers & Software posted this 22 September 2015

The right code is:

<?php echo="" $product-=""?>product_sku ?>

The right code is: <?php echo="" $product-=""?>product_sku ?>

Last edited 06 January 2016 by Support Team

Support Team
Support Team posted this 23 September 2015

I'm not a programmer :)
So, may be you're right.
The last one works on both Products and Product Overview. The first one works on Product Details only.

I'm not a programmer :) So, may be you're right. The last one works on both Products and Product Overview. The first one works on Product Details only.
You must log in or register to leave comments