Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Attributes System


Mark Evans

Recommended Posts

This thread is aimed to discuss the attibutes system available in osCommerce.

 

This area has not been touched for a long time and is in need of an upgrade.

 

Please post what you would like to see with the attrributes system here.

 

Any posts unreleated to the attributes system are likely to be removed.

 

Thanks

Mark Evans

osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops)

 

---------------------------------------

Software is like sex: It's better when it's free. (Linus Torvalds)

Link to comment
Share on other sites

  • Replies 127
  • Created
  • Last Reply

I would like to see the following:

 

1. options as images so an image can be shown for each attribute with new styles in stylesheet

2. ability to display options with text boxes so customer can write in personalized info

3. when customer clicks on attribute in drop down box the ability for a popup with a short description to appear

4. ability to select a group of attributes for a product all at once instead of one at a time like engraving letters on jewelry with 3 initials for each product...now you have to do them one at a time or even if you have the attribute manager which is great you still have to check off 26 letters for each initial on each product.

5. sort attributes the way you want them listed along with alphabetical sorting

6. attribute manager with ability like number 4.

 

All of these to be turned on or off in the admin.

 

These are things my clients have asked for ... more when I can think of them!

Link to comment
Share on other sites

How about initial option selection via radio buttons leading to further option selections, where multiple selction options are required.

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

include the functionality offered by the following contributions:

- option type

- static options

- must select (but database driven, ie flag if an option is optional or mandatory and create corresponding user prompts)

- attribute sorter

 

Additionally

- optionally indicate a default option value

- possibility to set attributes upon product creation

 

I personally think that attribute sets contribution is very usefull, but it might not fit well into a standard install, making it overly complex for a standard setup with just a few products with options

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

I know that mention of other carts is not appreciated, but take a look at the ZC attributes. It's not coded particularly gracefully, but it does work well;

 

- text inputs

- radio buttons

- dropdowns

- checkboxes

 

Also, the ability to add a weight to an attribute. This would take care of (for example) those who sell framed or unframed pictures. A frame adds a lot of weight and thus needs to be charged for accordingly for postage.

 

Also, most importantly stock checking based on attributes, for example clothing shops. I might have 5 t-shirts in stock, but 3 are red and 2 are blue. Also I might have one of those red tshirts in size large, and 2 in small. And so on.

Link to comment
Share on other sites

Allow the addition of attributes on the product input page (aka "alternative attribute handling" I think).... or rework it somewhat to alllow multiple additons at one time (rather than add each option/attribute individually as it is in standard osC).

Link to comment
Share on other sites

We have 1500 designs which can be printed on any garment we stock. At the moment we have an attributes table which contains all of the options for every garment, even though not every option is available for every garment. This leads to customers ordering items that we do not stock eg. Kids T-Shirt in 5XL!

 

I have tried eliminating the attributes from the db on a per item basis but it removes them from ALL products.

 

There may be a better way for me to use OSC but right now this is the way I have it!

 

I have been searching for a way of reading the attributes table in a "conditional" way since I started using OSC 12 months ago, but not found one yet - e.g - Customer chooses Adult T-Shirt, they see the colours and sizes available (full range), Kids T is only in Black and S, M, L sizes. At the mo I have a (html) table on the site which tells 'em what we stock but it's surprising how many don't read it!

 

The attributes table is huge as well! - 53 Attributes for each of 1500 designs!

 

Web address is available if you want to see what I'm talking about! :D

 

I am currently looking for a way of "Error Checking" when a user hits "Add to Cart" to test the url for "invalid" attribute choices - invalid as far as we don't stock that attribute combination. If anyone knows of a Contribution or method that will do this I would be most appreciative!

Link to comment
Share on other sites

1) Attribute name seperate from attribute display name (even the demo data in MS2.2 uses Model to describe USB, PS/2 AND Deluxe, Premium, Value)

2) Attribute sort (order they show on the product page

3) Option sort (order they show IN attibute

4) Option types: text input, radio buttons, check boxes, images

5) Details link for attribute that can pop up a more detailed description

6) weight

7) cost +, -, %(+ and -) modifiers

8) cost = (sets product price)

9) cost surcharge (add once, not multiplied for multiple products)

 

Thanks,

ed

Link to comment
Share on other sites

So what your all saying is it needs some work then :P :D

Mark Evans

osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops)

 

---------------------------------------

Software is like sex: It's better when it's free. (Linus Torvalds)

Link to comment
Share on other sites

Mark,

 

Just a little :thumbsup:

 

I'm guessing that the original design was, if not an after thought then, at least considered a minor feature. The problem is so many stores now use it to give their customers the choice to customize their purchase.

 

Most of the requested mods so far are already available as contribs that have been tested and fine tuned. Look to them to get a full understanding of the requirements.

 

 

Also, break up the attributes/options screen! That 3 panel setup is hard even on high resolution screens.

 

Thanks,

Ed

Link to comment
Share on other sites

Mark (and the other developers!)

 

I hope you don't take my earlier post as a criticism! OSC is a great system, along with all the other contributions made by other developers!

 

The store we operate is a peculiar one, with the possible combinations of print and garment. If I were to redefine the list by Adult T, Ladies Fitted T, Kids T etc I could quite simply define the attributes available for each, but I would have to repeat the designs (1500+ of them) in each category since any design can go on any garment - we have 9 categories of garment, therefore there would be 13,500+ products due to the repetition.

 

There are many great contribs out there for managing Attributes, and I think that some could certainly be adopted as standard code, but thats down to you guys choice-wise!

 

Just as a point of interest, we've added 450 or so new designs since this time last year.

 

All I can say is that I've had a great (sometimes frustrating!) time learning php and OSC coding over the past 12 months.

 

MANY THANKS for the development, now and in the future!

Link to comment
Share on other sites

I know that mention of other carts is not appreciated, but take a look at the ZC attributes.  It's not coded particularly gracefully, but it does work well;

 

- text inputs

- radio buttons

- dropdowns

- checkboxes

 

I believe that's the work from an osCommerce contribution :)

 

Also, the ability to add a weight to an attribute.  This would take care of (for example) those who sell framed or unframed pictures.  A frame adds a lot of weight and thus needs to be charged for accordingly for postage.

 

Also, most importantly stock checking based on attributes, for example clothing shops.  I might have 5 t-shirts in stock, but 3 are red and 2 are blue.  Also I might have one of those red tshirts in size large, and 2 in small.  And so on.

 

Yep - I think these two have priority over the other changes :)

:heart:, osCommerce

Link to comment
Share on other sites

Allow the addition of attributes on the product input page (aka "alternative attribute handling" I think).... or rework it somewhat to alllow multiple additons at one time (rather than add each option/attribute individually as it is in standard osC).

 

Also, break up the attributes/options screen!  That 3 panel setup is hard even on high resolution screens.

 

Like this?

 

http://www.oscommerce.com/forums/index.php?act...type=post&id=18

 

More here:

 

http://www.oscommerce.com/forums/index.php?showtopic=119565

:heart:, osCommerce

Link to comment
Share on other sites

Harald,

 

Well, yes. But, many people have dozens and even hundreds of attributes and/or options. Will the current CVS code scale in a workable manner?

 

Also, the screen shot shows my issue with Model being used for different meanings/options.

 

ed

Link to comment
Share on other sites

I believe that's the work from an osCommerce contribution

 

That can be said about 99% of ZC ;)

 

However, I believe that their method of Attributes is superior as (for example), if an option only has 1 selection, it defaults to a checkbox automatically. And so on, I haven't tested it in ages, but I remember thinking "that's good"...

Link to comment
Share on other sites

Well my wish for the attributes is more in the separation of the attributes and shopping cart class. I would really like to see a class made up which contains the attributes only and the shopping cart class for adding to the cart system. I would even go as far as to say the pricing should be put into a different class as well.

 

The reasoning behind this is simple, some shops need attributes some do not, some need a specialized pricing scheme, with the separation, these would be a ) easier to turn on/off, b ) easier to modify, c ) better logic design since each one is a unique business logic, and as such should be distinct from each other.

 

 

Cheers,

 

Peter M.

Peter McGrath

-----------------------------

See my Profile (click here) for more information and to contact me for professional osCommerce support that includes SEO development, custom development and security implementation

Link to comment
Share on other sites

I believe that the most critical updates to the attributes system are:

 

1.) Stock control (quantity control)

2.) Ability to add weight to attributes for more accurate shipping prices

3.) Ability to assign attributes from the categories.php page (product edit/insertion page)

4.) Ability to use additional resources besides just drop down boxes (uploads, text boxes, radio, checkbox, etc)

 

I also think that the system could be MUCH more user friendly regarding the code itself. Not to say that the code has been poorly written, because it hasn't, but it is difficult to integrate additional functionality due to the attribute code being so scattered and so involved in the core code. If there is a way we can make is less abundant in the code, I have a feeling greater functionality will come out of it in the future. Maybe the attribute system can be converted to a class system? I think that would provide a starting point for a LOT of improvement in a number of areas.

Chris Sullivan

Link to comment
Share on other sites

Quantity to attributes!

 

Example.

 

Attribute

 

Sizes:

 

Small [ Quantity needed ]

Med ( Quantity needed )

Large ( Quantity needed )

 

Add them all to cart update quantity and amount due, show cart. 1 step.

 

If this makes sense. :thumbsup:

Link to comment
Share on other sites

  • 2 weeks later...

First off, I think the stock issue is important, but problematic.

what happens if you sell sirts, you have S,M,L,XL, in red, blue and green.

How do you then manage the stock? you'll have to make a two dimentional array in order to handle it (3 yellow L, 2 green XL, 5 white S, and so on...) I think the master product contributions could come in handy here - create a master product (shirt) with salves (one for each size) and assign them attributes (for the colors).

 

Now, What I think is needed (or would be nice to have) in the attributes section is:

1. configure product attributes in admin/categories.php

2. allow attribute type (radio/ checkbox, etc.)

3. very important: modify the whole Option-Value_attribute interface. What I envision is something like this: (bear with me)

 

When you click on admin/products_attributes.php you are brought to a page that lists all the Options (size, color, etc.), where the first one (alphabetically, whatever) is highlited, and only it's Values are visible in the Values part of the page (could be where it is now...). in the Values table, you don't need the "Option Name" column, because you're only seeing those values of the selected Option.

Below these two tables is another table, which lists all the products that have this Option. One row per product. below the list is another row with a dropdown list of all the other products, and a button to add this product to the list. Clicking on a product in this list will open a sub-table under the item (javascript, reload the page, whatever...) with all the Values of this Option. on each row of this sub-table you'll have two radio buttons, to activate or diactivate the Value, and a textbox for added price (and added wheight, if we go there).

 

This view will clear all the clutter on this page, make it narrower (someone said even hi-res screens couldn't handle it the way it is), and make adding attributes far more intuitive.

 

That's it for now,

-Ethan

Link to comment
Share on other sites

One wee problem I had with the option attributes was special offers when I used the actual attribute price, it wouldn't discount the attributes. Where I had a small for 18, a medium for 20 and large for 22 it wouldn't discount the options.

 

Just my 2 cents

Link to comment
Share on other sites

There may be a better way for me to use OSC but right now this is the way I have it!

 

I have been searching for a way of reading the attributes table in a "conditional" way since I started using OSC 12 months ago, but not found one yet - e.g - Customer chooses Adult T-Shirt, they see the colours and sizes available (full range), Kids T is only in Black and S, M, L sizes. At the mo I have a (html) table on the site which tells 'em what we stock but it's surprising how many don't read it!

 

The attributes table is huge as well! - 53 Attributes for each of 1500 designs!

 

>_< I agree with spannerman2! I'm new to php, and new to oscommerce and am trying to create my inventory with multiple attribute options and it's taking forever!!! Something included in the installation of OScommerce would be nice for real novices like me... :D or a contribution that works without me having to change code. I tried that last night and ended up having to use backups of everything cause nothing I tried worked and I don't know enough about php to edit without bugs...

Link to comment
Share on other sites

Yep - I think these two have priority over the other changes :)

 

The weight problem is very simple to solve. There is a really nice and quite elegant contribution by Kumar McMillan & Didier Debbaut that could easily be taken into the Core Code. http://www.oscommerce.com/community/contributions,1622

 

The stock taking is a little more problematic. I don't have any good ideas about this as Stock Taking may need to be done on multile attributes (thus Blue XL Tshirt, red Small Tshirt and so on).

Link to comment
Share on other sites

Inventory can be handled by adding a new level to the products. That of Style... Right now we have products which can have zero or more attributes. However this doesn't work in maintaining accurate inventory levels. A single item might have multiple attributes that makes it distinct from others. This has been discussed.

 

However, if we can create a "style" to make available to the product where a style consists of zero or more attributes and the new product consists of zero or more styles then you can build your inventory at the SKU level where a white large tshirt is a different inventory item than a blue large tshirt or a white medium tshirt.

 

So the architecture would be something like:

 

tshirt (50 in stock)

-- Style 1 (10 in stock)

---- White

---- Large

-- Style 2 (15 in stock)

---- White

---- Medium

-- Style 3 (15 in stock)

---- Blue

---- Medium

Style 4 (10 in stock)

---- Red

---- Medium.

Link to comment
Share on other sites

Just wanted to chime in on Wayne's suggestion: As the new-ish Guinness TV commercials in the US say... "Brilliant!!" Adding the possibility of a second layer, or "style" would really approach this issue well (especially b/c those styles could then have distinct attributes). Sorry I don't have any insight of my own this morning. Maybe after lunch...

 

best all,

 

Brian

 

 

 

 

Inventory can be handled by adding a new level to the products.  That of Style... Right now we have products which can have zero or more attributes. However this doesn't work in maintaining accurate inventory levels. A single item might have multiple attributes that makes it distinct from others. This has been discussed.

 

However, if we can create a "style" to make available to the product where a style consists of zero or more attributes and the new product consists of zero or more styles then you can build your inventory at the SKU level where a white large tshirt is a different inventory item than a blue large tshirt or a white medium tshirt.

 

So the architecture would be something like:

 

tshirt (50 in stock)

-- Style 1 (10 in stock)

---- White

---- Large

-- Style 2 (15 in stock)

---- White

---- Medium

-- Style 3 (15 in stock)

---- Blue

---- Medium

Style 4 (10 in stock)

---- Red

---- Medium.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...