Skip navigation.
Home

Some quick screenshots of Attributes Sets Plus

Related Links:

On this page:

1. Example screenshots of ASP (ASP is supported via the osCommerce forum)

2. Code replacement to support editing of existing attributes sets (unsupported)

3. Code to integrate ASP with Easy Populate (unsupported)

 

 

2.Code to support Editing of existing attributes sets (unsupported)

  • This code was provided by a user of ASP. As far as I know it works fine (according to one or two users I have supplied it to).
  • Personally I have never used it as I use the solution in (3) below.
  • I cannot credit the source as I cannot remember who it was - please let me know if you happen to know!

This is an excerpt from the included text file:

I often need to enlarge Attribute Sets and I got bored with having to change the tables via SQL before being able to add the new attributes.
Therefore I modified the "Edit Attributes" Page to allow me to enter the new size of the Set.
After saving the change, I can just re-enter the attribute set and add the new attributes.
It is not perfect yet but it works for me. Please note this disclaimer: This code is unsupported and use is at your own risk!

 

To Download please right click and save "increase_size.zip" using this link or use the link at the bottom of the page

 

3. Code to integrate ASP with Easy Populate (unsupported)


  • This is some code I devised to use the well known Easypopulate to load products from a spreadsheet. I used it for two years to run a commercial web site. In fact it was a part of my offline stock control system and reomved the need to use the osC system at all for product updates.
  • This code enables you to attach pre-created attributes sets to your products. It assumes the sets exist in the osC database.

This is an excerpt from the the text file included with the code:

 

An EasyPopulate Edit to automatically add attributesets to products created or updated via easypopulate.
This is a 'simple' approach that adds ALL attributes sets to each product that is created or updated via EP.
If you want slightly more sophisticated logic see the EP Attribute Sets Product Filter in Notes below that allows you to select which products this applies to.


I have only included this (untested) code due to a number of requests after I mentioned I use it it in the forum - USE AT YOUR OWN RISK.

IMPORTANT NOTES:

  1. It is recommended you have some understanding of php if you wish to use this code. It is possible you might get it working without being php savvy but please only try in a test environment.
  2. This code makes permanent updates to your entire osC database and if used incorrectly may remove all your product data from the system
  3. I'm afraid I am not positive about theEasyPopulate version this was created for. It is likely it was version 2.74 MS2
  4. I can not offer any free support on this code.

To Download please right click and save "easy_populate_Xtra.txt" using this link or use the link at the bottom of the page

AttachmentSize
increase_size.zip5.74 KB
easy_populate_Xtra.txt6.35 KB