SKU Code

Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Aug 03, 2013 9:39 pm
Reply with quote
Report this post
How do I put the sku code here?
User avatar
Junior Boarder

GK User
Sat Aug 03, 2013 10:33 pm
Reply with quote
Report this post
Hi,
"here" means Where?
This is a cart view or category view?

Our template overide default VM template so you have to search here: templates\gk_bikestore\html\com_virtuemart
User avatar
Platinum Boarder

GK User
Sat Aug 03, 2013 10:40 pm
Reply with quote
Report this post
In product detail page. Where is the red arrow in the image.
User avatar
Junior Boarder

GK User
Sat Aug 03, 2013 10:43 pm
Reply with quote
Report this post
Then if you know which view you want to change, choose right folder & file, for example, bikestore\templates\gk_bikestore\html\com_virtuemart\productdetails\default.php

and read this: http://www.maxofweb.com/2012/11/show-sk ... f15xz8aWSo
User avatar
Platinum Boarder

GK User
Sat Aug 03, 2013 10:51 pm
Reply with quote
Report this post
Step by step:
Open in edit mode a PHP file: bikestore\templates\gk_bikestore\html\com_virtuemart\productdetails\default.php

Then simply add:
Code: Select all
<?php echo $this->product->product_sku ?>

or
Code: Select all
<span><?php echo JText::_('COM_VIRTUEMART_CART_SKU') ?>: <?php echo $this->product->product_sku; ?></span>



and add above PHP line to where ever you want (most likely below the product name) and the SKU will appear there. Save & upload changed file.
User avatar
Platinum Boarder

GK User
Sat Aug 03, 2013 10:58 pm
Reply with quote
Report this post
p.s.
I suggest to add near line 159, before ending </div>, in "product-additional-info" div class.

You can also add <br> before my code
sku-code.png


to get this view
sku.png
User avatar
Platinum Boarder

GK User
Sat Aug 03, 2013 11:46 pm
Reply with quote
Report this post
Thank you very much!!!!
User avatar
Junior Boarder

GK User
Tue Sep 24, 2013 4:10 pm
Reply with quote
Report this post
Thanks!
User avatar
Fresh Boarder


cron