Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2011
    Posts
    56
    Plugin Contributions
    0

    Default How to change " Specials for April" or "New products for April"?

    How to change " Specials for April" or "New products for April" to just "Specials" and " New products"?

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

    Default Re: How to change " Specials for April" or "New products for April"?

    You would need to find the define statements for that and change them ...

    Example: for the New Products in April find the define for:
    Code:
      define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
    and change it to:
    Code:
      define('TABLE_HEADING_NEW_PRODUCTS', 'New Products');
    Be sure you are using your templates and overrides for this ...
    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!

  3. #3
    Join Date
    Mar 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: How to change " Specials for April" or "New products for April"?

    Thank you!

 

 

Similar Threads

  1. How do I fit more pictures in the "New products for April" area?
    By apples in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2009, 06:49 AM
  2. How to remove "New Products for April"
    By terrykiwi in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 May 2008, 08:16 PM

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