Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2008
    Posts
    51
    Plugin Contributions
    0

    Default Removing 'For more information, please visit this product's webpage.'

    On every page which shows an individual product, there is a message in the footer reading 'For more information, please visit this product's webpage.' I tried searching for it in the Developers Toolkit to find which include files I have to edit to remove it but I get about 5 php files which contains that line as a define.

    All I want to do is permanently remove that 'For more information, please visit this product's webpage.' footer message. Does anyone know how I can go about doing this?

  2. #2
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Removing 'For more information, please visit this product's webpage.'

    Quote Originally Posted by HTsean View Post
    On every page which shows an individual product, there is a message in the footer reading 'For more information, please visit this product's webpage.' I tried searching for it in the Developers Toolkit to find which include files I have to edit to remove it but I get about 5 php files which contains that line as a define.

    All I want to do is permanently remove that 'For more information, please visit this product's webpage.' footer message. Does anyone know how I can go about doing this?
    I would get..
    includes/languages/english/product_info.php

    put a copy of it into..
    includes/languages/english/YOUR_TEMPLATE

    Then change..

    Code:
    define('TEXT_MORE_INFORMATION', 'For more information, please visit this product\'s <a href="%s" target="_blank">webpage</a>.');
    to..

    Code:
    define('TEXT_MORE_INFORMATION', '');
    see if that works

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

    Default Re: Removing 'For more information, please visit this product's webpage.'

    If you have the information included this will show ...

    However, you can turn it off for everything in the:
    Catalog ... Product Types ... EDIT LAYOUT ...
    Show Product URL
    Display URL on Product Info 0= off 1= on
    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: v1.5.5]
    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!

  4. #4
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Removing 'For more information, please visit this product's webpage.'

    Thanks Ajeh

 

 

Similar Threads

  1. v154 For more information, please visit this product's webpage.
    By Nightfly66 in forum General Questions
    Replies: 2
    Last Post: 18 May 2015, 05:35 PM
  2. For more information, please visit this product's webpage.
    By davik1000 in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 1 Feb 2011, 08:03 PM
  3. How to re-position text? "for more information, please visit this products webpage"
    By mrcastle in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Mar 2010, 12:54 PM
  4. How do I change "For more information, please visit this product's webpage"???
    By willhenry in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 5 Mar 2010, 03:18 PM
  5. For more information, please visit this product's webpage
    By Convergence in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 23 Sep 2008, 02:24 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