Results 1 to 10 of 24

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Removing Images From Product Pages without removing them from Category Pages

    Legendary... I love your parrot.

  2. #2
    Join Date
    Sep 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Removing Images From Product Pages without removing them from Category Pages

    Though that may be a little premature. How do I avoid removing all the images? That stylesheet covers all the product pages doesn't it? Am I being really stupid? Why did I even ask that? Of course I am.

  3. #3
    Join Date
    Sep 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Removing Images From Product Pages without removing them from Category Pages

    I could do it just for a single $cPath if that helps...

  4. #4
    Join Date
    Sep 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Removing Images From Product Pages without removing them from Category Pages

    Perhaps something along the lines of the script that disables sideboxes on certain pages? How would one go about incorporating this:

    Code:
    if (in_array($current_page_base,explode(",",'index')) ) {
        $flag_disable_left = true;
      }
    if (in_array($cPath,explode(",",'1,2,3.....etc etc')) ) {
        $flag_disable_right = true;
        $flag_disable_left = false;
      }
    into the tpl_product_info_display.php page?

  5. #5
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Removing Images From Product Pages without removing them from Category Pages

    Oh ... I didn't understand you only wanted to remove the main image from certain products ... Hhhmmm

    I would use a different product type for the ones you don't want the main image for and use the CSS fix instead of messing in the code. :)
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #6
    Join Date
    Sep 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Removing Images From Product Pages without removing them from Category Pages

    OK, so I have a new product type but the CSS still governs it and the Product - General type. Apologies again for the stupidity but how do I seperate the CSS?

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

    Default Re: Removing Images From Product Pages without removing them from Category Pages

    #productGeneral #productMainImage {display: none;}

    or

    #productYourType #productMainImage {display: none;}

    whichever is appropriate.

 

 

Similar Threads

  1. v150 Removing category and subcategory images from product pages
    By terry thompson in forum General Questions
    Replies: 1
    Last Post: 5 Jun 2012, 05:35 AM
  2. removing a shore button from product pages.
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Dec 2010, 11:37 AM
  3. Removing Category Image from Detailed Product Pages
    By TraderDan in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jul 2009, 09:32 PM
  4. Removing minimum/maximum text from product listing pages
    By lemuria in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Jul 2006, 05:10 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