Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2008
    Posts
    21
    Plugin Contributions
    0

    Default Delete "Contact Us" link/box from listings in showcase mode

    Hello,

    I would like to know if it is possible to remove the contact us link/box from all of my listings when my store is in showcase mode.

    Some may ask, what the point of the store is then, but I am also using the ask a question module, so I no longer need the "contact us" link.

    Thanks

  2. #2
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Default Re: Delete "Contact Us" link/box from listings in showcase mode

    I have no idea what you have written but if you want to remove the "Contact Us" from the Information sidebox then edit /includes/modules/sideboxes/MYTEMPLATE/information.php

  3. #3
    Join Date
    Jan 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Delete "Contact Us" link/box from listings in showcase mode

    Quote Originally Posted by colemanpa View Post
    I have no idea what you have written
    Hello, I am sorry if my question was not clear, but I have come up with the solution.

    I looked in the source code and found the line that said <!--bof Add to Cart Box -->. I did a search for that line from Admin>Tools>Developers Toolkit (in the bottom left search box).

    I found the file that had that line and deleted it completely for my template, and now it's gone.

  4. #4
    Join Date
    Mar 2008
    Location
    Joliet, IL
    Posts
    4
    Plugin Contributions
    0

    Default Re: Delete "Contact Us" link/box from listings in showcase mode

    I found TEXT_SHOWCASE_ONLY in includes/functions/functions_general.php. I removed the link, which, if I understand it correctly, will keep the functionality of the site if you decide to change from a Showcase back to Normal.

    Here is what I did

    In includes/functions/functions_general.php find the line
    // show case only superceeds all other settings
    if (STORE_STATUS != '0') {
    return '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . TEXT_SHOWCASE_ONLY . '</a>';
    }
    and change it to
    // show case only superceeds all other settings
    if (STORE_STATUS != '0') {
    return '';
    }

  5. #5
    Join Date
    Jul 2007
    Posts
    155
    Plugin Contributions
    0

    help question Re: Delete "Contact Us" link/box from listings in showcase mode

    Quote Originally Posted by untitled10101 View Post
    Hello,

    I would like to know if it is possible to remove the contact us link/box from all of my listings when my store is in showcase mode.

    Some may ask, what the point of the store is then, but I am also using the ask a question module, so I no longer need the "contact us" link.

    Thanks
    I also want to remove...is there a setting in admin to do this or is it necessary to edit files. ??

    I can put a single contact us link on the header because it looks messy and unprofessional to have the contact us repeated over and over under every price.

    This installation will be a restaurant menu so there is no ordering at all.

    Thanks.
    28 years web design and counting.
    https://stuffdone.com

 

 

Similar Threads

  1. Removing "Your Cart Is Empty" in Showcase mode
    By bigstore in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Feb 2012, 07:20 PM
  2. Disable "Contact Us Link" On Showcase Store
    By wdd49 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Aug 2010, 04:05 PM
  3. Can I remove the "contact us" text when in showcase mode?
    By Rob905 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Feb 2009, 06:04 AM
  4. Edit "Contact Us" in Showcase mode
    By techmon in forum Basic Configuration
    Replies: 3
    Last Post: 17 Mar 2008, 09:41 PM
  5. "Showcase" mode Category?
    By MeltDown in forum Customization from the Admin
    Replies: 4
    Last Post: 24 Jul 2006, 06:18 AM

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