We have a brick and mortar store and our prices are more in store... I want in Red text next to the prices on our product page "Website Special Pricing"
how can I do this?
thanks
We have a brick and mortar store and our prices are more in store... I want in Red text next to the prices on our product page "Website Special Pricing"
how can I do this?
thanks
MonkFunk Music Community
Free Music Website
20 years a Zencart User
Look in the functions for the file:
/includes/functions/functions_prices.php
Find the function zen_get_products_display_price around line 149 ...
You can edit the output of the prices in that function ... or simply go down to line 286 which reads:
And you can add on to that line what you want to display with the price ... this will affect all price displays except the shopping_cart and checkout_blah pages ...PHP Code:return $final_display_price . $free_tag . $call_tag;
Example:
return $final_display_price . $free_tag . $call_tag . '<br />My Special Prices';
Would add the text: My Special Prices
below all prices ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Sorry... couldn't resist that one! (Above)
EDITED...
Ajeh's post was better
20 years a Zencart User
MonkFunk Music Community
Free Music Website