Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2017
    Location
    Chino
    Posts
    22
    Plugin Contributions
    0

    Default How do I remove the add to cart and information buttons from items on the front page?

    http://www.herbstocare.com

    v. 1.5.4

    Items have a picture, price, name and the start of the description. Below that are an add to cart button and an information button. I want to remove the add to cart button as I would rather they do that from the product description page and I just feel the information button is redundant since clicking the picture brings you to the same page.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,694
    Plugin Contributions
    123

    Default Re: How do I remove the add to cart and information buttons from items on the front p

    a) Try admin-configuration-new listing-Display Product Buy Now Button - set to 0. Test. If that doesn't work,

    b) See if there's a file includes/modules/theme838/new_products.php that has tweaks. You can try (temporarily) renaming this file to see if the add to cart button goes away.

    The trouble is, TM templates often make changes in unexpected places, so you might have to engage a developer to fix this.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: How do I remove the add to cart and information buttons from items on the front p

    First off, your store-bought template is going to be difficult for anyone to figure out. It is not responsive, nor does it follow what most Zenners are familiar with as far as its operation. Anything would be a WAG.

    Also, not to bust your chops, but what kind of business model works when you do not allow your users to order a product when they first see it. I visualize the customer's mood changing when, after clicking on the Boost Mood & Stress Relief category, finding that they can't order and go on about their day.

    In addition, all your categories are below the fold (have to scroll to see any of them) which can cause customers to wonder if you even have products. Especially with huge a banner apologizing for your site not working. Not a confidence builder for a potential customer. You could send a coupon to all who have registered with, or bought from, you in the past letting them know you have things working again. Someone who's never been there before doesn't really need to know you have had problems.

    You are also hurting yourself with your Meta Description. Keywords are no longer used to rank your site and the SEs are looking for a logical, short paragraph that describes the products your site provides to your customer.

    Take a look at https://www.zen-cart.com/showthread....rom-your-title and get this done soon so that the actual name of your store can be seen in a browser. Take a trip over to iconifier.net as well to create a favicon for your site.

    Even on your https pages, browsers report your site as unsecure and admonish users to not enter personal data on the site. And, your site will come up with http://www....., http://...., https://www...., and https://. That means the SEs see your site as four sites and will drop you in rank. And, along with fixing that, you'll need to fix all the mixed content links on the site. Part of the "not secure" is that the GoneDaddy SSL is valid for too many months. Not long after you got your SSL, browsers capped a maximum of two years on an SSL certificate. Yours is valid from 2017 to 2020. GoneDaddy should assist you in re-installing the cert with appropriate dates at no charge.

    On the SSL, http vs https, and www vs non-www; your SSL is set for your site WITHOUT www. Therefore, you might want to add a .htaccess file to the root specifying the following:
    Code:
    # Needed before any rewritingRewriteEngine On
    
    
    ### Built using the .htaccess 301 Redirect Generator from Web Site Advantage
    ### https://websiteadvantage.com.au/HtAccess-301-Redirect-Generator
    ### Place after 'RewriteEngine On' and before any CMS specific rewrite rules
    
    
    # Redirect HTTP with www to HTTPS without www
    RewriteCond %{HTTPS} off
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule .* https://%1%{REQUEST_URI} [R=301,L]
    # Redirect HTTP without www to HTTPS without www
    RewriteCond %{HTTPS} off
    RewriteCond %{HTTP_HOST} !^www\. [NC]
    RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    # Redirect HTTPS with www to HTTPS without www
    RewriteCond %{HTTPS} on
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule .* https://%1%{REQUEST_URI} [R=301,L]
    
    
    ## 301 Redirects
    Even with all that, you have no robots.txt file (tells the SEs to look at the site) or XML Site map (road Map for the SEs). Several other minor things (404 page, etc) that can be straightened up easily.

    Lots of stuff there and, again, not trying to bust a bubble. Just some thoughts on ways to make it a better experience for the customer.

  4. #4
    Join Date
    Nov 2017
    Location
    Chino
    Posts
    22
    Plugin Contributions
    0

    Default Re: How do I remove the add to cart and information buttons from items on the front p

    Thank you dbltoe,

    I have been made aware that TM's themes complicate normal use for users around here from reading other posts, but that is the template I am instructed to use.
    We want customers to be able to add items to the cart from the categories list, just not from the front page.
    The banner looked fine when I was looking at it, but I never use windows in full screen. That thing is HUGE. Thanks. I'll clean that up.
    I had actually made a change to the website about a month ago and we lost everything, so I don't have a customers list to send them anything. That banner will be gone when I make the new smaller banner.
    I have noticed that with the SSL. I'll get in touch with godaddy and the host to see what's up.

    And please burst some bubbles. I have no idea what I'm doing and was just told to make it work T_T

  5. #5
    Join Date
    Nov 2017
    Location
    Chino
    Posts
    22
    Plugin Contributions
    0

    Default Re: How do I remove the add to cart and information buttons from items on the front p

    Thank you swguy,

    So the Display Buy Now Button you mentions removes it from the categories list. I wanted it removed form the main page.

    I found the new_products.php and found this that mentions a buy now buttons. Name:  new product php.jpg
Views: 55
Size:  29.1 KB

    I have no idea what to do with it.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 23 Dec 2011, 03:42 PM
  2. How do I remove the edit buttons from the order confirmation page?
    By Platinum Place in forum Basic Configuration
    Replies: 5
    Last Post: 25 Oct 2010, 04:46 PM
  3. How to remove items from product information page?
    By sports guy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Mar 2010, 08:28 AM
  4. How do I remove the border around the add to cart image on the product page?
    By AllegraGatto in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Nov 2008, 02:45 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