Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    37
    Plugin Contributions
    0

    Default Help removing "date-text-added" from pg

    Hi, I am having trouble finding the code to remove the text: "date_text_added" I am not sure what file to look in. My friend and I tried to remove the date that products are added to the site. Please help!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Help removing "date-text-added" from pg

    First, as I mentioned in your other post, always include a link to your site when you post a question, so that we can see the problem.

    You can turn that 'date added' line off in admin, so you didn't need to change any files.

    It's a little obscure, but a lot of the settings for the product info page are in Admin - Catalog - Product Type - Edit Layout.

  3. #3
    Join Date
    Jul 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Help removing "date-text-added" from pg

    The link to the website is:http://bohemianglitz.com/

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Help removing "date-text-added" from pg

    I'm just guessing, but I suspect you removed line 12 in includes/languages/english/product_info.php.

    If that's the case, replace that file from a new copy of the Zencart zip file.

    When you want to remove text from define files, just remove the part between the single quotes:

    Line #12 : define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');

    would be:

    Line #12 : define('TEXT_DATE_ADDED', '');

    Be sure to leave the single quote marks.

  5. #5
    Join Date
    Jul 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Help removing "date-text-added" from pg

    Thank you so much. It is now fixed!

 

 

Similar Threads

  1. Product Reviews: Removing "Date Added"
    By DesignbyDemeter in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 19 Sep 2021, 05:46 PM
  2. Replacing "Filter Results by ABC" with "Sort by: Price, Date added"
    By vandiermen in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Aug 2010, 09:18 AM
  3. Removing "Units" and "Mix on/off" text from customer view?
    By InnaSky in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 8 Dec 2009, 08:31 PM
  4. delete "Date Added: time and hour" from featured products page
    By matteoraggi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Dec 2007, 04:07 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