View Full Version : Show MSRP
robrewski
December 21st, 2003, 09:39 PM
Is there a way to show the MSRP along with the Base price?
Rich
December 22nd, 2003, 12:08 AM
You can display the MSRP using this code in your templates: <?=$MSRP?>
robrewski
December 29th, 2003, 03:53 PM
You can display the MSRP using this code in your templates: <?=$MSRP?>
Is there a Global template that I can add this code to in order to have it displayed on all of the product pages of the catalog? If so, what template would need to be modified?
Jamie
December 29th, 2003, 04:36 PM
Hi,
You would probably wnat the following:
show_product.php - displays when clicking a category link
show_product_detail.php - displays when clicking a thumbnail image OR "more detail"
Make sure you do this via a custom theme folder, which is explained in the documentation.
Thanks,
Jamie
robrewski
December 30th, 2003, 07:28 PM
Hi,
You would probably wnat the following:
show_product.php - displays when clicking a category link
show_product_detail.php - displays when clicking a thumbnail image OR "more detail"
Make sure you do this via a custom theme folder, which is explained in the documentation.
Thanks,
Jamie
Thanks Jamie and Rich. I have created a new theme and copied the php files you have listed into the theme folder I created. After adding the following code <div class="MSRP" style="width: 100%">
<?=$MSRP?> into the show_product.php and the following code
<td colspan="2">
<?=$MSRP?><br><br> into the show_product_detail.php I can get the proper placement of the MSRP in both the thumbnail and product description views but can't find how to display Retail: before the MSRP price listing. I'm trying to get it to appear like the Base_Price listing Price: $299.99.
Sorry for all of the hassles, but I be a newbie (grrrr, arrrgh)!!!
Jamie
December 31st, 2003, 01:16 PM
If you do this, it should work:
<b>Retail:<.b> <?=$MSRP?>
Thanks,
Jamie
robrewski
December 31st, 2003, 03:52 PM
If you do this, it should work:
<b>Retail:<b> <?=$MSRP?>
Thanks,
Jamie
Thanks Jamie! Works Great! You are the Guru!
robrewski
January 5th, 2004, 04:36 PM
How can I allow for more text input area in the MSRP and Base_Price fields? I need to enter a price range that would show something like this for an example $189.99 - $349.00.
Jamie
January 5th, 2004, 05:25 PM
Hi,
The price fields are set to only allow 1 amount, with 2 decimal places. You could try to use a field you aren't using, such as "Keywords".
Thanks,
Jamie
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.