Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove 'New products for...'

Remove 'New products for...'

Locked

Views: 1,478

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
19 Jul 2006, 11:43 AM
#1
rpain avatar

rpain

Zen Follower

Join Date:
Mar 2005
Location:
Watford, UK
Posts:
146
Plugin Contributions:
0

Remove 'New products for...'

Hi,

I'd like to remove 'New products for...' appearing on the cart page when it's empty. I've been to the index listing admin page and set everything to 0 but the list still appears:

http://www.thesunprotectioncompany.com/index.php?main_page=shopping_cart

Are layout details for the cart edited elsewhere? I'm using the current version and I've not customised the cart page yet.

Thanks,

Richard

19 Jul 2006, 4:52 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Remove 'New products for...'

You will need to customize the tpl_shopping_cart_default.php ...

There are not switches for that page, at this time ... I ... umm ... er ... forgot them ... :cry:

20 Jul 2006, 8:38 AM
#3
rpain avatar

rpain

Zen Follower

Join Date:
Mar 2005
Location:
Watford, UK
Posts:
146
Plugin Contributions:
0

Re: Remove 'New products for...'

No problem. Just one question - why have you changed the layout of the login page? I do think:

https://www.sexykaftans.com/new/index.php?main_page=login

looks cleaner than:

http://www.thesunprotectioncompany.com/index.php?main_page=login

I've not looked yet but is there an easy way to use the old 'create account' layout from 1.2.7 in 1.3.0.2? I'd like to be able to just port over the page from one site into the other which I'll try now.

Thanks,

Richard

20 Jul 2006, 9:47 AM
#4
rpain avatar

rpain

Zen Follower

Join Date:
Mar 2005
Location:
Watford, UK
Posts:
146
Plugin Contributions:
0

Re: Remove 'New products for...'

Ooh - I'm reaching nowhere fast. If I could just get an idea on how to align the elements (ie the text fields aligned horizontally) in the login/create account form that would be a start.

I've tried comparing the template code of 1.2.7 to 1.3.0.2 and would like to somehow copy it over but my head's starting to hurt.

Help!

Richard

20 Jul 2006, 12:21 PM
#5
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: Remove 'New products for...'

Add the following to your stylesheet to test.

LABEL.inputLabel {
width: 11em;
float: left;
}

20 Jul 2006, 12:54 PM
#6
rpain avatar

rpain

Zen Follower

Join Date:
Mar 2005
Location:
Watford, UK
Posts:
146
Plugin Contributions:
0

Re: Remove 'New products for...'

You absolute star! I just need to add a bit of padding between the lines but I'm sure I can work that out myself.

Richard