Product Name and Product SKU at

Fashion and clothing responsive Joomla ecommerce template with full VirtueMart support and advanced store features.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Apr 02, 2014 9:42 am
Reply with quote
Report this post
How to show Product Name and Product SKU in Category Layout?
Currently I have to type the SKU code in my product name, in order to display in Category Layout. You can view the sample site at http://samhoikl.com/amberbrooktoys/inde ... s/aquaplay
User avatar
Senior Boarder

GK User
Wed Apr 02, 2014 6:57 pm
Reply with quote
Report this post
Any Update?
User avatar
Senior Boarder

teitbite
Wed Apr 02, 2014 10:09 pm
Reply with quote
Report this post
Hi

Please edit file /html/com_virtuemart/category/default.php add this code to line 188 which should be an empty line between this 2:

Code: Select all
               <h3 class="catProductTitle"><?php echo JHTML::link($product->link, $product->product_name); ?></h3>
               
               <div class="catProductPrice" id="productPrice<?php echo $product->virtuemart_product_id ?>">


Code: Select all
<div><?php echo $product->product_sku ?></div>
User avatar
Moderator

GK User
Thu Apr 03, 2014 8:48 pm
Reply with quote
Report this post
Thank you for your code. It work OK now for category view.

Currently I only can see product name at http://samhoikl.com/amberbrooktoys/inde ... set-detail
Can you teach me how to add the SKU in Product Details Page as well?
User avatar
Senior Boarder

teitbite
Fri Apr 04, 2014 8:02 pm
Reply with quote
Report this post
Hi

In file /html/com_virtuemart/productdetails/default.php under line 144 which looks like this:

Code: Select all
                        <div class="product-additional-info">


You need to add this line:

Code: Select all
<?php echo 'SKU: ' . $this->product->product_sku; ?>
User avatar
Moderator

GK User
Mon Apr 14, 2014 10:35 am
Reply with quote
Report this post
Thanks.. you are professional.
User avatar
Senior Boarder

teitbite
Mon Apr 14, 2014 8:47 pm
Reply with quote
Report this post
Hi

Thank You. Really nice to hear that :)
User avatar
Moderator


cron