AJAX Attribute Manager support
#21
Posted 24 February 2006 - 02:07 AM
AJAX Attribute Manager - v1.2 beta
The slash fix above broke another part of the contribution. All fixed - complete package.
#22
Posted 24 February 2006 - 10:42 AM
Attribute Sets Plus for osCommerce 2.2 MS2
http://www.oscommerce.com/community/contributions,3610
that add the : Ability to add multiple attribute sets to a single product at a time
1.can u tell me wich one could make the attribute thing more easy for me at the moment
2. i love ajax using , that 's the futur !! do you plan to try using it in Attribute Sets Plus or the admin catalog ?
3. I hope you 'll have time to make this contrib multilanguagen so then many members could help you improving your contrib
best regard
#23
Posted 26 February 2006 - 02:44 PM
Anyway, I have installed this and it works great. The problem is my HTMLAREA doesn't appear anymore. If I remove my AJAX A.M. HTMLAREA works fine.
Anyone know what the issue is?
I am using Internet Explorer as I know HTMLAREA doesn't work on Firefox.
Thanks
#24
Posted 26 February 2006 - 04:41 PM
HTMLAREA works in Firefox for me. Make sure you're using the latest version.
#25
Posted 27 February 2006 - 01:19 AM
The contribution was taken down because we broke one of the rules.
It is in the contribution section again now.
This is the support thread (which should be re-enabled shortly)
http://forums.oscommerce.com/index.php?showtopic=195959
If you are still having troubles re-post in there and i will see if i can help you out. I just want to keep all of the support in one place.
Sam
#26
Posted 27 February 2006 - 02:31 AM
Nimmit, on Feb 26 2006, 10:19 PM, said:
The contribution was taken down because we broke one of the rules.
It is in the contribution section again now.
This is the support thread (which should be re-enabled shortly)
http://forums.oscommerce.com/index.php?showtopic=195959
If you are still having troubles re-post in there and i will see if i can help you out. I just want to keep all of the support in one place.
Sam
Thanks Nimmit. The link above gives an error so please forgive me if I post a question here.
I downloaded the newest files and reinstalled. Great contribution! But, my HTMLAREA does not work now. Any ideas why?
Thanks
#27
Posted 27 February 2006 - 11:27 AM
--- General Bug Fix release ---
* Compleatly rewrote all AJAX request javascript.
It was using prototype.js but that was conflicting with the html area contribution.
It should also speed up page load time. Much less code.
* Fixed the attributes not being entered into the db on a new product
* Fixed the attributes not being linked to the product when it was a new product
#28
Posted 27 February 2006 - 02:14 PM
Nimmit, on Feb 27 2006, 12:27 PM, said:
--- General Bug Fix release ---
* Compleatly rewrote all AJAX request javascript.
It was using prototype.js but that was conflicting with the html area contribution.
It should also speed up page load time. Much less code.
* Fixed the attributes not being entered into the db on a new product
* Fixed the attributes not being linked to the product when it was a new product
Nice Attribution but I have a request:
Is it possible to make some sort of sorting on the attributes so you can move each attribute up or down with an arrow for example. Right now there is no logic in the way the attributes is beeing added. We sell clothes in my store. The size for the clothes is "S, M, L, XL, XXL". When I create the Size attribute serie and add "XXL" as the first attribute it creates the category size and adds the attribute "XXL". Afterwards I add the attribute "XL" and it put it over the XXL, exactly as i Wanted. The I add the "L" attribute and it put it under the XXL, which is wrong, since i wanted it over the "XL" attribute. And so on it continues to add over or under the attributes. A sorting option would be appriciated here.
Best regards.
Nikolaj
#29
Posted 27 February 2006 - 08:26 PM
Nimmit, on Feb 27 2006, 08:27 AM, said:
--- General Bug Fix release ---
* Compleatly rewrote all AJAX request javascript.
It was using prototype.js but that was conflicting with the html area contribution.
It should also speed up page load time. Much less code.
* Fixed the attributes not being entered into the db on a new product
* Fixed the attributes not being linked to the product when it was a new product
Great contribution! Works perfect now.
#30
Posted 28 February 2006 - 12:23 AM
Is there a way to put the options (and maybe the values...) in a specific order instead of them automatically coming up in alphabetical order? Maybe a sort order like in the admin/categores? That would be perfect!
#31
Posted 28 February 2006 - 12:35 AM
If you are going to use this conrib i suggest upgrading to v1.5 - v1.4 had a few problems. Just download the contrib and overwrite all the files (takes 2 mins).
In answer to your question. Stock osc doesn't have a sort order for the options, option values or attributes. In the front end they will actually be ordered by attribute id. But true, in the backend i have sorted them alphabetically. As most of the sites I work on use the attribute sort order contribution I will be adding support for that in the next release. In the mean time you can just comment out the two instances of.
asort($returnArray);
in attributeManager/classes/attributeManager.class.php
I can see where you are comming from on this. In the next release, i will add the default display order as a configuration optoin for people who are not using the attribute sort order contribution.
Sam
Sam
#32
Posted 28 February 2006 - 12:54 AM
Nimmit, on Feb 27 2006, 07:35 PM, said:
Thanks Sam!! That would be wonderful!
Stacy
#33
Posted 28 February 2006 - 01:31 AM
#34
Posted 28 February 2006 - 04:02 AM
ugh, on Feb 28 2006, 01:31 AM, said:
I havent changed anything todo with the icons. Just to be sure i installed a fresh copy of MS2 on my server and installed version 1.5 - it works perfectly.
Try deleting the entire attributeMangager Directory and then upload the entire v1.5 attributeMangager directory.
your direcory structre should look like /admin/attributeManager/
Sam
#35
Posted 28 February 2006 - 09:19 AM
Wishlist:
In addition to the sort order (already mentioned) I would like to see product option weights added to a future version.
I like the interface a lot and would like to see it expanded to make a vastly improved replacement for product_attributes.php rather than be part of categories.php (which is big and slow enough).
Features:
Could just be me..
But I am finding that each time I add an option to a product, that the option itself is being added into option_values as well - so that the option appears multiple times.
Also, after adding an option to the product and updating, the product then appears to have a random set of options available, rather than the previous ones plus the new one.
Any ideas ?
#36
Posted 28 February 2006 - 11:50 AM
Quote
That is a compleatly different system to the way oscommerce works. This contribution is aimed at being a convienient way to add attributes to a product. If i start adding features like that then it will isolate people who do not require those features.
Quote
Iam glad you like it. However, this is the way that i wanted it, so that is the way i have written it. I agree categories.php is a big page but from my experence this is the most convienient way of administrating attributes.
Quote
When you add a new option it will then be available in the option drop down box. I think you are talking about adding an option value to a product. if you want to add a previously declared option value assigned to an option then you need to select the option value on the product then use blue button (down arrows) to add the previous option value.
You have options, option values and attributes. for example you might have:-
size:small, medium large
size is the option
small medium and large are the option values
and when you have an attribute assigned to a product there will be an attribute for each
size: small
size: medium
size:large
With that explained if you have any unexpected behaviour please let me know
Quote
I have tested this extensively and cannot replicate your problem and have had no other reports of this. If it persists can you please post further details.
Sam
#37
Posted 01 March 2006 - 06:28 PM
This is by far the most useful substitute I have seen for the product attributes dilemma. I prefer the attributes on the product page as well. This code is unobstrusive because it does not slow the categories page since it is based on XML and ansynchronous javascript. I'm also glad to see you stick to your guns on the contribution. Some of the people with problems, haven't evidently, even fully understood how to add attributes before this contribution.
Anyhow, I normally don't comment idly like this but I just wanted to express my gratitude for such a beneficial contribution.
Thanks again.
Edited by winterradio, 01 March 2006 - 06:31 PM.
#38
Posted 02 March 2006 - 08:28 AM
This is awesome. I have installed numerous if not billions of contributions already but this was so easy it took me less then 5 min to first check it out localy on a fresh install and then upload it all to integrate with a heavy modified online webshop - i have Seperate prices per customer/quantity breaks/groups my whole products (categorie) page in admin is changed so drasticaly non of you would recognise it (
But still, implimenting this was as easy as riding a bicicle
Great contribution, and like mentioned before, fast, and does what it needs to do. I can now finaly get rid of the link to the attribute manager! yeah!
keep up the great work
Contributions | KnowledgeBase | osCommerce 2.2 pdf
#39
Posted 02 March 2006 - 02:37 PM
I've just installed this contribution. It does not work on IE, only on Firefox, but it's not a problem for me. In my store we've got products which have different attributs where different attribute means different size or color (or size and color) + different price + different quantity. This contribution does not distinguish different quantities depending on an attribute (you can have different no of yellow slippers than of white). Is there a solution to the problem?
Thanks for help.
#40
Posted 02 March 2006 - 05:54 PM









