
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
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
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 youHi,
Ok.
Please keep us posted about the progress.
Thank you,
Olivia
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
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.