Contributions

Features (Category Index)
Search: 

Attribute Sets Plus

Attribute Sets Plus for osCommerce 2.2 MS2
=================================

Purpose of this Contribution
--------------------------------
This contribution builds on the original Attributesets contribution. It provides the ability to add a set of predefined 'attributes' (herafter known as an Attribute Set) to a product.
Attributes Sets Plus irons out the creases of the excellent original contribution for a smoother operation.

CHANGES
-----------
(commercial info removed) has provided the following imements:

- This contribution is now register_globals OFF ready
- Ability to add multiple attribute sets to a single product at a time.
- The engine now uses database structures instead of arrays.
- A number of bugs were ironed out
- The processes alterred to allow for legacy products AND legacy attributes to co-exist with new attributes sets
- The deletes now make mor logical sense and work correctly
- No core osC tables are alterred - custom tables are used instead
- Less chance of conflict with other contributions (so I am told)
- The install is clear and well commented to help spot editting errors

See the install file for more information.

Support Thread is here:
http://forums.oscommerce.com/index.php?showtopic=173616

Note: As far as I can see this contribution includes at least everything up to attribute sets 5.5, although it is not the same code and did not follow the same development path.

Expand All / Collapse All

Attribute Sets Plus v1.3.3b 25 Mar 2009

PROBLEM: THE ADMINISTRATOR LOGIN SCREEN IS BLOCKED

All works fine in localhost but when I transfer the files to my server by FTP, the Administrator Login Screen is blocked.

FIX:

In the files:

/catalog/admin/includes/database_tables.php
/catalog/includes/database_tables.php

Insert a space before 'products_attributes_sets_elements'.

BEFORE:

define('TABLE_PRODUCTS_ATTRIBUTES_SETS_ELEMENTS','products_attributes_sets_elements');

AFTER:

define('TABLE_PRODUCTS_ATTRIBUTES_SETS_ELEMENTS', 'products_attributes_sets_elements');

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

SunDust


Attribute Sets Plus v1.3.3a 24 Mar 2009
Attribute Sets Plus v1.3.3 12 Nov 2008
Attribute Sets Plus v1.3.2 29 Sep 2008
Attribute Sets Plus v1.3.1 24 Sep 2008
Attribute Sets Plus v1.3 24 Sep 2008
Attribute Sets Plus v1.2c 28 Aug 2008
Linkmatics Attribute Sets Plus v1.2b 24 Jan 2008
Linkmatics Attribute Sets Plus v1.2a 23 Jan 2008
Linkmatics Attribute Sets Plus v1.2 8 Jun 2007
Attribute Set - Increase Size 29 Jan 2006
Attribute Sets Plus v1.01 9 Nov 2005
Short Instructions for Installation 2 Nov 2005
Attribute Sets Plus v1.0 9 Oct 2005
Attribute Sets Plus 2 Oct 2005

Note: Contributions are used at own risk.