Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / How to use Attributes Controller to arrange two attributes!!!

How to use Attributes Controller to arrange two attributes!!!

Locked

Views: 3,013

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
17 Jun 2008, 1:00 AM
#1
signagen avatar

signagen

New Zenner

Join Date:
Jun 2006
Posts:
18
Plugin Contributions:
0

How to use Attributes Controller to arrange two attributes!!!

I have a Zen Cart powered shopping cart. Each product has its two unique catalog # and two sizes. Say product A has catalog # of SL100324 for size of 125 ml and catalog # SL100324-L for size of 500 ml. Each size has its own price. My question is how to arrange the two attributes (Catalog # and Size) via Attributes Controller so that when a customer can select a different "Size" (radio or pulldown button), the Catalog # and price can automatically match the "Size" for checkout.

I have been trying to solve the puzzle during the past one week, but failed. Are there any advanced experts who can help me out? Your help will be greatly appreciated. My shop: signagenlabs.com

:blink::blink::blink:

17 Jun 2008, 1:39 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to use Attributes Controller to arrange two attributes!!!

Zen Cart does not support more than one mdl# per item

You might look at the module stock-by-attributes by kurio - but I do not think that you can enter more than one mdl# with it either

17 Jun 2008, 3:00 AM
#3
signagen avatar

signagen

New Zenner

Join Date:
Jun 2006
Posts:
18
Plugin Contributions:
0

Re: How to use Attributes Controller to arrange two attributes!!!

Thank you. I think you are right. There is no way Zen Cart can do. Thank you anyway.

20 Jun 2008, 2:52 PM
#4
xt0rt avatar

xt0rt

Zen Follower

Join Date:
Sep 2005
Location:
The Internets
Posts:
179
Plugin Contributions:
0

Re: How to use Attributes Controller to arrange two attributes!!!

This really is quite disappointing... Zen is behind some of the other carts when it comes to the attribute system. Hopefully in the next release this will be addressed :smile:

20 Jun 2008, 3:29 PM
#5
teeb avatar

teeb

New Zenner

Join Date:
Mar 2008
Posts:
21
Plugin Contributions:
0

Re: How to use Attributes Controller to arrange two attributes!!!

This is one of the major failings of the cart for me too :(

My shoddy work around for it is to cut the model number off where it starts to change... if hopefully the only change is at the end... and then stick the differring part into the option value itself.

Not a clean look for the customers so much... but it lets the people processing the sales make sure they are getting the model number right.

You can adjust prices based on attributes, that's already built in... So you'd use that current mechanic...

But for the 500mL size, you'd just have one attribute that is called 125mL, and one called 500mL (L).

And that way when people order, you know the product number needs to be modified by adding an L to the end of it. Again.. doesn't work real great... looks a little ugly... but gets the job done for me at least.

20 Jun 2008, 4:11 PM
#6
xt0rt avatar

xt0rt

Zen Follower

Join Date:
Sep 2005
Location:
The Internets
Posts:
179
Plugin Contributions:
0

Re: How to use Attributes Controller to arrange two attributes!!!

My problem is a bit different from yours, as I have multiple attributes for some products, with a minimum order quantity requirement of 24. There is a mod that allows this, but it is applied to ALL products as opposed to just certain ones. I have to figure out a way around this, as my deadline is the end of next week.

I love Zen, but I may use Cube Cart or Joomla! CMS (w/mods) for future sites until Zen is updated to include these features. I'm wondering if this is going to require a rewrite of the attributes system... seems likely.

27 Jun 2008, 12:53 AM
#7
signagen avatar

signagen

New Zenner

Join Date:
Jun 2006
Posts:
18
Plugin Contributions:
0

Re: How to use Attributes Controller to arrange two attributes!!!

kobra:

Zen Cart does not support more than one mdl# per item

You might look at the module stock-by-attributes by kurio - but I do not think that you can enter more than one mdl# with it either

I thought out a solution for multi model #. Let's say Product A has three size: 1.0 ml, 2.0 ml and 10 ml. Each size has its unique model #. Let's say 1.0 ml's model # is 001, 2.0 ml is 002 and 10 ml, 010.

Now I think we can arrange above attributes into three rows as follows:

Model # Size Price
001 1.0 ml $10
002 2.0 ml $18
010 10 ml $88

In the end of each row, set default quantity to be 1, after quantity add a "Add to Cart" button so that customers can select each size to checkout.

It seems above design can solve this problem, but the thing is how to customize codes. Any suggestions?

:(:huh:

27 Jun 2008, 1:25 AM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to use Attributes Controller to arrange two attributes!!!

It is not just a matter of designing a display for the mdl # -

where will these be entered originally?
where will they be stored in the DB?
How will you dynamically retreive them later & only if they exist for a certiam product
and on and on