Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Feb 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Removing Product page

    Hmm... Interesting... I made the changes on a fresh page but still not seeings those add to cart buttons.

    Here is where I'm editing: Around line 206

    if (($how_many > 0 and $show_submit == true and $listing_split->number_of_rows > 0) and (PRODUCT_LISTING_MULTIPLE_ADD_TO_CART == 1 or PRODUCT_LISTING_MULTIPLE_ADD_TO_CART == 1) ) {
    $show_top_submit_button = true;
    } else {
    $show_top_submit_button = true;
    }
    if (($how_many > 0 and $show_submit == true and $listing_split->number_of_rows > 0) and (PRODUCT_LISTING_MULTIPLE_ADD_TO_CART >= 1) ) {
    $show_bottom_submit_button = true;
    } else {
    $show_bottom_submit_button = true;
    }

  2. #22
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removing Product page

    You don't want to edit those lines. The previous code should make the buttons appear correctly, and if it doesn't work, there is some other problem that needs to be addressed.

  3. #23
    Join Date
    Feb 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Removing Product page

    Hmm... Maybe I dont have it enabled in the admin. What section is it under?

  4. #24
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removing Product page

    Configuration > Product Listing >

    Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)

    Display Multiple Products Qty Box Status and Set Button Location
    0= off
    1= Top
    2= Bottom
    3= Both

    Try multiple off (0) and set the regular add button to 2.

    The edit you did changing all the "show" flags to true should have forced the multiple add buttons to work no matter what..
    Last edited by gjh42; 28 Feb 2008 at 02:39 AM.

  5. #25
    Join Date
    Feb 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Removing Product page

    Hmm... the error must be in another file. I'm not sure whats wrong but it must be in another file. What other files build that page?

  6. #26
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: Removing Product page

    sorry to hijack some elses thread but its along simular lines
    i want to remove the product info page but in the product listing page i need to make either some or all of the product description text or image into a link that would link to an external site

    what i am doing is building an affiliate site for a customer using zen cart as the bas of the site
    take a look here http://www.the-highstreet.org/

    so i dont need most of the ecommerce features
    im using the poroducts reatures to list the companies that he is advertising on his site so a product is really an advertiser
    but what my client does want is for his customers to be able to just click on the product description on the product listing page and a new window open with the advertisers own website there

    does that make any sense?

  7. #27
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v151 Removing Product Reviews from product page
    By Renz in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Oct 2015, 01:56 AM
  2. v150 Removing Contact Us From Product Page
    By sugilite in forum General Questions
    Replies: 3
    Last Post: 24 Feb 2012, 12:06 AM
  3. Removing category icon/product main image on product info page
    By cochlear in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 28 Oct 2010, 04:42 AM
  4. removing default Text on product ID page
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Feb 2010, 05:58 PM
  5. removing product category text from product page
    By sinsister in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Feb 2010, 08:50 AM

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