Results 1 to 10 of 10
  1. #1

    Default Modifying the Product Listing Page & Contact page

    Hi, I am building my first cart simply, just modifying the classic template. I have found most of the answers but can't figure these out:

    1. On the product listing page, I don't want the row that says
    "Image" "Item Name" and "Price"

    Can't find anyplace in admin or the modules or language files to turn off or comment out.

    2. Same page, since this is a one category store, I don't need the repetitive #Product List Heading and smaller #ProductListCatDescription names to appear but can't find the switches for those either.

    I don't want to do a silly css hack of making the text black but don't know any better :)

    3. For the contact page, where do you change the default information for your store location etc. Seems like that would be obvious but it isn't in Admin/My Store where I expected it to be, so I am stuck with this on the contact page:
    zencart
    Address
    Country
    Phone

    site is here:
    http://tinyurl.com/39pfvm

    Thank you,
    Julie

  2. #2
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Modifying the Product Listing Page & Contact page

    1. In your stylesheet.css:

    Find: "productListing-rowheading"
    and Add the following just before "}" :
    "display:none;"

    2. Not quite clear what you want to do.

    3. You don't seem to have a contact page, do you mean "about" page?
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  3. #3
    Join Date
    Dec 2005
    Location
    SWFL
    Posts
    469
    Plugin Contributions
    0

    Default Re: Modifying the Product Listing Page & Contact page

    You can turn off the contact page address info in Configuration --> Email options you set the store info not to show (Contact Us - Show Store Name and Address)

    But the store address info should be controlled by the My Store menu.

    HTH,
    Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!

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

    Default Re: Modifying the Product Listing Page & Contact page

    2) h1#productListHeading {display: none;}

    #ProductListCatDescription is text that you have entered in the category editing page. Delete this, leaving the description blank, and that one should disappear.

    3) Configuration > My Store > Store Address and Phone.

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

    Default Re: Modifying the Product Listing Page & Contact page

    By the way, you really should make your own copy of the classic template to save your changes in. As long as you know what files you have changed, all you have to do is make a copy of all /classic/ folders and the files in them, changing the folder name to your own, and edit /your_template/template_info.php to reflect your custom name.
    This has the benefit of keeping a backup untouched in case you mess up an edit, as well as protecting your work from being wiped out in an upgrade.

  6. #6

    Default Re: Modifying the Product Listing Page & Contact page

    Quote Originally Posted by gjh42 View Post
    2) h1#productListHeading {display: none;}

    #ProductListCatDescription is text that you have entered in the category editing page. Delete this, leaving the description blank, and that one should disappear.

    3) Configuration > My Store > Store Address and Phone.
    Thank you all for the answers.
    I have discovered the miraculous power of "display: none" which was a css style I never needed until now.
    Also thanks for the advice, I will make and rename a copy of the template as suggested.
    Store info -- duh, I just saw Store Owner and the Country at the top of the list in the My Store Admin page and didn't look down further.


    The only one not yet resolved is the small "jewelry" from the #ProductListCatDescription.
    With the dizzying array of ways to modify zencart for a newbie, can you remind me where I go to find the category editing page description?
    I looked in Admin - Tools-define pages and in Catalog - Products/Categories.
    Then via FTP hunted around in the includes/languages folders...hhmmmm

    Julie

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

    Default Re: Modifying the Product Listing Page & Contact page

    Catalog - Products/Categories > index of categories > click the "e" button (edit) to the right of your category name. You will see the description field there.

  8. #8

    Default Re: Modifying the Product Listing Page & Contact page

    Aha! Got it and made a note - I usually use Joomla but this is also fun to learn.

  9. #9
    Join Date
    Jul 2004
    Posts
    21
    Plugin Contributions
    0

    Default Re: Modifying the Product Listing Page & Contact page

    Quote Originally Posted by Nimbuz View Post
    1. In your stylesheet.css:

    Find: "productListing-rowheading"
    and Add the following just before "}" :
    "display:none;"
    Ok, I just looked my stylesheet over twice and this entry isn't in mine.
    Is this something that needs to be added?
    You're just jealous that the voices only talk to me!

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

    Default Re: Modifying the Product Listing Page & Contact page

    Yes, if a class or id is not mentioned in the stylesheet, you can just add a new declaration to style it.

 

 

Similar Threads

  1. v153 Product Listing Page Navigation isn't working when trying to select the next page?
    By choochoo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Dec 2014, 06:26 PM
  2. Modifying Contact Us page
    By top hatt in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 Sep 2011, 08:37 PM
  3. Product Listing Page - Can I make the Buy Now Button Go to Product page?
    By gtgderek in forum Customization from the Admin
    Replies: 4
    Last Post: 12 Jun 2011, 02:16 AM
  4. modifying the featured product listing on the main page
    By klagreca in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Aug 2008, 11:47 PM
  5. Modifying product listing page
    By jlknauff in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jul 2008, 02:02 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