Hi there
We want to have available in the item page it's "Product SKU". is this possible to complete within this template?
Thanks in advanced.
Cyberek wrote:Sorry, but I'm not VM specialist - what is SKU?
If it is available in standard template (Beeze) and not in ours, please provide more detailed information and will prepare a fox for you.
Cyberek wrote:Ok, this is more VM specific question than our template - please ask there how to display this information, and reply with this piece of information. Then please describe where You would like this SKU to be rendered and Ill show you which file and where to edit.
<?php echo $this->product->product_sku ?> <?php if($this->showRating || (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) || (VmConfig::get('show_emailfriend') || VmConfig::get('show_printicon') || VmConfig::get('pdf_button_enable'))): ?>
<div class="product-additional-info">
<?php if($this->showRating){
<?php if(1==1): ?>
<div class="product-additional-info">
<span class="sku"><?php echo $this->product->product_sku ?></span>
<?php if($this->showRating){
span.sku {
margin: 0 10px 0 0;
}
