Results 1 to 6 of 6
  1. #1

    Default web special pricing

    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

  2. #2

    Default Re: web special pricing

    anyone know?
    MonkFunk Music Community
    Free Music Website

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: web special pricing

    20 years a Zencart User

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: web special pricing

    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:
    PHP Code:
        return $final_display_price $free_tag $call_tag
    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 ...

    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!

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: web special pricing

    Sorry... couldn't resist that one! (Above)

    EDITED...
    Ajeh's post was better
    20 years a Zencart User

  6. #6

    Default Re: web special pricing

    Quote Originally Posted by Ajeh View Post
    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:
    PHP Code:
        return $final_display_price $free_tag $call_tag
    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 ...

    Example:
    return $final_display_price . $free_tag . $call_tag . '<br />My Special Prices';

    Would add the text: My Special Prices

    below all prices ...
    thanks, just what I was looking for
    MonkFunk Music Community
    Free Music Website

 

 

Similar Threads

  1. Special Pricing Issue
    By g2ktcf in forum General Questions
    Replies: 2
    Last Post: 13 Apr 2011, 02:59 PM
  2. Special Discount Pricing
    By outeredge2 in forum General Questions
    Replies: 0
    Last Post: 7 Jan 2011, 05:18 AM
  3. Special Pricing Requirment
    By josephg in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 23 Apr 2010, 01:35 PM
  4. Special Club Pricing w/out Manual add Group Pricing
    By bumba000 in forum General Questions
    Replies: 1
    Last Post: 9 Nov 2008, 02:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg