Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I add different prices for different sizes?

How do I add different prices for different sizes?

Locked

Views: 1,822

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
14 Feb 2008, 1:05 AM
#1
brianl avatar

brianl

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

How do I add different prices for different sizes?

I have my product page under construction right now and I need to know how to create different prices for 1 product.

Example:

Soda
Large: 1$ Medium:2$ Large:3$

Also on top of the categories there's a link back to the category that you are in. I looked in tpl_product_info_display and I can't find where I need to edit it.

Thanks guys & gals.
(Loving Zen so far)

14 Feb 2008, 1:34 AM
#2
marcelo63 avatar

marcelo63

Zen Follower

Join Date:
Dec 2007
Posts:
125
Plugin Contributions:
0

Re: How do I add different prices for different sizes?

BrianL:

I have my product page under construction right now and I need to know how to create different prices for 1 product.

Example:

Soda
Large: 1$ Medium:2$ Large:3$

Also on top of the categories there's a link back to the category that you are in. I looked in tpl_product_info_display and I can't find where I need to edit it.

Thanks guys & gals.
(Loving Zen so far)

Whe you create the attributes you will create

Attribute Name = Size
Attribute Values, Small, Medium, Large, Extra Large, Tiny etc

when creating an item/product

You will put as price the base, sy it small is the cheapest $10

when done with pictures and everything
wyou will have colored buttons
look for the black (A) for Attributes

Choose Size Value Small Order = 1
Choose Size Value Medium Price 3.00 Order 2
Choose Size Value Large Price 6.00 Order 3

On the drop down menue or radio button

You will have

Size Small
medium +$3.00
Large +$6.00

Hope is what you are looking for

14 Feb 2008, 9:23 AM
#3
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How do I add different prices for different sizes?

BrianL:

I have my product page under construction right now

What exactly are you "constructing"?

.. based on your final comment (below)...

BrianL:

I looked in tpl_product_info_display and I can't find where I need to edit it.

... it would appear that you are unsure of the fundamentals of database-driven, dynamic content websites.

There is nothing to "construct" in the php files. What you need to do (mostly through your store's ADMIN CONSOLE) is configure the multitude of setting that enable/ disable features, and rearrange the position of features.

You don't need to edit any php files to do this...

It may be worth your while buying the book (see link top right of this screen).

15 Feb 2008, 1:42 AM
#4
brianl avatar

brianl

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: How do I add different prices for different sizes?

To: schoolboy
Under Construction could mean that I am in the middle of building the product list, and or editing the php file, or doing something to the page.

If you had quoted my full statement:
"Also on top of the categories there's a link back to the category that you are in. I looked in tpl_product_info_display and I can't find where I need to edit it."

You would have been able to see that I am asking a second question. Yes it is not related to the thread but might as well kill two birds with 1 stone.

However Yes you can change most of the things via Admin panel, but sometimes you need to go in and do things that you can't configure with with the admin panel which basically is linked to the sql db that tells it to do this and that.

Please don't make assumptions.

To: marcelo63
thanks for your suggestion and I will try it sometime today and get back to you.

17 Feb 2008, 8:07 AM
#5
brianl avatar

brianl

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: How do I add different prices for different sizes?

Worked great, thanks!

18 Feb 2008, 10:51 AM
#6
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How do I add different prices for different sizes?

BrianL:

To: schoolboy

Please don't make assumptions.

Sorry Brian.. I mean no offence. To answer anyone's questions, people do need to "make assumptions". I'm afraid your explanations weren't very clear. I'm glad you've got everything sorted.