Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2006
    Posts
    3
    Plugin Contributions
    0

    Remove "Contact Us" button from Product Listing

    Well... the title says it all. I would like to remove the "contact Us" buttons from the Product pages.
    Or from every page for that matter.

    I couldn't find a setting for that in the admin, and don't know which file to edit to make the button go away.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove "Contact Us" button from Product Listing

    This replaces a price...you can enter prices and this will not display

  3. #3
    Join Date
    Oct 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Remove "Contact Us" button from Product Listing

    Thanks for answering...
    That's what I thought, but the thing is, I do have a price for the items...
    I'll try to clarify by showing some screenshots:




    Maybe I should also mention that I am not using Zen Cart as an online store, but as a showcase only. I want people to see what we sell, but don't want to sell it online. We have a real store for that...
    Last edited by xando; 11 Oct 2006 at 01:36 PM.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove "Contact Us" button from Product Listing

    Maybe I should also mention that I am not using Zen Cart as an online store, but as a showcase only. I want people to see what we sell, but don't want to sell it online. We have a real store for that...
    This is why the prices are not being displayed...

    Try editing the define for this in your override english.php file
    Code:
    define('BOX_INFORMATION_CONTACT', 'Contact Us');
    
    define('TEXT_SHOWCASE_ONLY','Contact Us');
    to this and see if this removes it
    Code:
    define('BOX_INFORMATION_CONTACT', '');
    
    define('TEXT_SHOWCASE_ONLY','');
    You might try just the one for TEXT_SHOWCASE_ONLY first...

  5. #5
    Join Date
    Oct 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Remove "Contact Us" button from Product Listing

    Aha.. perfect!
    Editing this did the trick:
    Code:
    define('TEXT_SHOWCASE_ONLY','Contact Us');
    This left an empy box wit a border on the page, but when I edited the #cartAdd in the css file that was gone too.

    Thank you very much.

  6. #6
    Join Date
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: Remove "Contact Us" button from Product Listing

    Hello,

    I'm trying to do the same thing, but I keep getting this error message...

    Parse error: syntax error, unexpected '%' in /home/thestore/public_html/store/includes/languages/english.php on line 339

    I'm thankful for any help that you can give.

    John



    Quote Originally Posted by kobra View Post
    This is why the prices are not being displayed...

    Try editing the define for this in your override english.php file
    Code:
    define('BOX_INFORMATION_CONTACT', 'Contact Us');
     
    define('TEXT_SHOWCASE_ONLY','Contact Us');
    to this and see if this removes it
    Code:
    define('BOX_INFORMATION_CONTACT', '');
     
    define('TEXT_SHOWCASE_ONLY','');
    You might try just the one for TEXT_SHOWCASE_ONLY first...
    Thank you,
    John

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove "Contact Us" button from Product Listing

    John,

    Post your edited code for these lines

 

 

Similar Threads

  1. Remove "Buy Now" from Product Listing
    By SusieQ228 in forum Customization from the Admin
    Replies: 8
    Last Post: 20 Dec 2010, 01:28 AM
  2. How can I remove "what new" from product listing?
    By shabizon in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Oct 2010, 05:23 AM
  3. Remove "New Products" from Product Listing
    By TurtleDove in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Aug 2009, 05:45 AM
  4. How to remove the "Send" Button from Contact Us Page?
    By wintergreenaaron in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Aug 2009, 08:58 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