Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Apr 2011
    Location
    Roseburg, OR
    Posts
    36
    Plugin Contributions
    0

    Default Re: remove "Product was added to our catalog ...." from product listing

    Thanks to someone else who had this problem, I found his solution and it worked for me.

    marty

  2. #12
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: remove "Product was added to our catalog ...." from product listing

    Quote Originally Posted by zmtak View Post
    I found his solution and it worked for me.

    marty
    So let us know what it was, in case someone else experiences this...
    20 years a Zencart User

  3. #13

    Default Re: remove "Product was added to our catalog ...." from product listing

    find tpl_product_info_display.php and delete

    Code:
     <!--bof Product date added/available-->
    <?php
      if ($products_date_available > date('Y-m-d H:i:s')) {
        if ($flag_show_product_info_date_available == 1) {
    ?>
      <p id="productDateAvailable" class="productGeneral centeredContent"><?php echo sprintf(TEXT_DATE_AVAILABLE, zen_date_long($products_date_available)); ?></p>
    <?php
        }
      } else {
        if ($flag_show_product_info_date_added == 1) {
    ?>
          <p id="productDateAdded" class="productGeneral centeredContent"><?php echo sprintf(TEXT_DATE_ADDED, zen_date_long($products_date_added)); ?></p>
    <?php
        } // $flag_show_product_info_date_added
      }
    ?>
    <!--eof Product date added/available -->
    then put it back in your CUSTOM template folder

  4. #14
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: remove "Product was added to our catalog ...." from product listing

    Hmmmm

    Hacking in this manner may achieve the desired result, but is just masking the real issue.

    When a CORE FUNCTION does not work as it was designed to work, it is quite important to find out WHY it is not working. When a FUNCTION is faulty, it can mean that something is broken that shouldn't be broken... and maybe OTHER FUNCTIONS are also not operating properly.

    By simply deleting some lines of code, you are preventing the DISPLAY of the data, but you are not addressing the MAIN REASON why is was not behaving as it should have done.
    20 years a Zencart User

  5. #15
    Join Date
    Nov 2015
    Location
    Ohio
    Posts
    20
    Plugin Contributions
    0

    Default Re: remove "Product was added to our catalog ...." from product listing

    I am having the same problem with the new version 1.5.5A

    Do I need to delete code or is there a fix for this? Thank you.

  6. #16
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: remove "Product was added to our catalog ...." from product listing

    No need to mess with code (unless the person who designed your template has changed built-in Zen Cart behavior).

    I'm "assuming" that you're talking about "normal" products, i.e. those displayed using the main_page=product_info page:
    1. Log into your admin
    2. Click Catalog->Product Types
    3. Click the "Edit Layout" button that's associated with the Product - General type.
    4. Change the configuration value for Show Date Added from 1 to 0

  7. #17
    Join Date
    Jun 2020
    Location
    Bairnsdale, VIC
    Posts
    15
    Plugin Contributions
    0

    Default Re: remove "Product was added to our catalog ...." from product listing

    Quote Originally Posted by lat9 View Post
    No need to mess with code (unless the person who designed your template has changed built-in Zen Cart behavior).

    I'm "assuming" that you're talking about "normal" products, i.e. those displayed using the main_page=product_info page:
    1. Log into your admin
    2. Click Catalog->Product Types
    3. Click the "Edit Layout" button that's associated with the Product - General type.
    4. Change the configuration value for Show Date Added from 1 to 0
    Thank-you :)

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. "This Product was added to our Catalog" -- change date format?
    By chris32882 in forum General Questions
    Replies: 7
    Last Post: 25 Oct 2008, 12:27 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR