Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / 3 Things - Moreinfo, Newproducts, Space

3 Things - Moreinfo, Newproducts, Space

Locked

Views: 811

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Nov 2007, 3:56 PM
#1
stvicious avatar

stvicious

New Zenner

Join Date:
Nov 2007
Posts:
13
Plugin Contributions:
0

3 Things - Moreinfo, Newproducts, Space

Hi, I've been trying to find answers to these queries and can't find any resolutions. Your help would be greatly appreciated.

  1. Can I remove the more info link, I read one post referring to attributes but the products only have a title, price, image & description - can I remove it?
    See Here

  2. I have the column grid mod which is working on the category products fine, but how do I get it to work for New Products?
    See Here

  3. Finally, how do I remove the spaces under the price and test so they are immediatley underneath, so no double spacing?

cheers

6 Dec 2007, 2:00 PM
#2
stvicious avatar

stvicious

New Zenner

Join Date:
Nov 2007
Posts:
13
Plugin Contributions:
0

Re: 3 Things - Moreinfo, Newproducts, Space

Okay I've changed a few things and now I am left with only 2 problems

http://stvicious.com/index.php?main_page=product_info&cPath=8&products_id=1

  1. How can I add a break so the image, price etc has a gap above it

http://stvicious.com/index.php?main_page=products_new

  1. How do I get the New Products page to be in columns like my products page?
7 Dec 2007, 1:30 PM
#3
stvicious avatar

stvicious

New Zenner

Join Date:
Nov 2007
Posts:
13
Plugin Contributions:
0

Re: 3 Things - Moreinfo, Newproducts, Space

Right so I had another crack and I've solved the break above the image in the listing, just one more thing left and I have searched for days, over a week even and no success.

Please, how do I get my new products page to be a grid (like my category products page

8 Dec 2007, 3:48 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: 3 Things - Moreinfo, Newproducts, Space

You would have to totally re-write it ... :eek:

New Listing
Featured Listing
All Listing

are friends and have a similar style and pattern to how they are written and how they work ...

Product Listing is its own separate animal ...

Product Listing in Columns is also its own separate animal that is an add-on or re-write to get things displayed as they are ...

I do not believe anyone has attempted this on the other 3 listings ...

In a future release of Zen Cart, we will be working to add more flexibility in the various listings so you can pick and choose which one you like best where and then some ... :smile:

8 Dec 2007, 11:42 AM
#5
stvicious avatar

stvicious

New Zenner

Join Date:
Nov 2007
Posts:
13
Plugin Contributions:
0

Re: 3 Things - Moreinfo, Newproducts, Space

Hi, thanks for your reply.

I've played around with the tpl_modules_products_new_listing.php and removed some table row tags so the new products are just in a cell and I have them on the same line now, but can't manage to get them centered.

Any ideas how to center them? I've put a border round just for now so you see what I've removed and where the cells are.

8 Dec 2007, 12:00 PM
#6
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: 3 Things - Moreinfo, Newproducts, Space

text-align: center; << this is for IE 6 and possibly other IE versions
margin:0 auto; << this is for all other Browsers

By using both in any 'center' class, you should be good.