-
AuthorPosts
-
aquario Friend
aquario
- Join date:
- October 2008
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 23, 2008 at 2:39 pm #134723Can anyone help me put the SKU in the flypage (the same font in blue, a litle smaller than the product name and underneath)
Because my products are very usefull to see the SKU.
Thanks!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 28, 2008 at 8:36 am #277148Hi aquario !
You can do it following some steps below :
1 . Open shop.product_detailts.php file in templates/administratorcomponentscom_virtuemarthtml folder, add following code section :
$product_sku = $db_product->f("product_sku");
$tpl->set( "product_sku", $product_sku); // SKU
under following code line at about line 442 :
$tpl->set( "recent_products", $recent_products); // Recent products
2. Open flypage.tpl.php file in componentscom_virtuemartthemesja-mesolitetemplatesproduct_details folder, find following code section a about line 38 :
<td valign="top"><?php echo $product_packaging ?><br /></td>
change to :
<td valign="top"><?php echo $product_packaging ?><br />
SKU:<?php echo $product_sku; ?>
</td>
aquario Friendaquario
- Join date:
- October 2008
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by sfpkent 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum