|
Hi,
Is there any plan to update this product to support v2.2 or later? I have upgraded my store to 2.2 and this app does not work with it.
Thanks,
Glenn.
Posted:
Thursday, December 1, 2011 5:01 PM
|
Do you think this app you mentioned will be released?
Thanks...
Posted:
Wednesday, May 25, 2011 1:34 PM
|
orders@nopeasy.com wrote: Give me a couple of days and I'll repost the code, just to make sure.
That would be great if you could sort this out for us!
ross.gibby@gmail.com wrote:did you guys ever figure this one out? Thanks
If we cannot get a fix I plan on do this manually through the database. Although not as handy to do than this Prefilled dropdown mod, it would be quikcer than doing each product manually through the admin control panel I think. I have already done a couple to test and it worked fine.
Let me know if you need the steps involved.
Posted:
Tuesday, May 24, 2011 4:19 PM
|
I just used the dlls and replaced all four and the .pdb files, as well as the ProductAttributes.ascx.cs in my Modules folder. This was just a new upgrade so all files are from default install.
I have checked in my ProductAttributes.ascx.cs and that code is there:
case AttributeControlTypeEnum.PrefilledDropdownList: { var ddlPrefilled = phAttributes.FindControl(controlId) as NopPrefilledDropDown; if (ddlPrefilled != null) { if (ddlPrefilled.Value != "---") { selectedAttributes = ProductAttributeHelper.AddProductAttribute(selectedAttributes, attribute, ddlPrefilled.Value); } } }
I have no idea what to check next!
Posted:
Wednesday, May 18, 2011 12:04 PM
|
I am having the very same issue as Ross!
I create the attribute, create the setting "ProductAttribute.PrefilledDropDownList.Colour" and it looks fine on my product page. However when the item is added to the cart it does not pass the info selected from the dropdown.
I have only today upgraded my live store to v1.9 specifically just to use this mod, and never noticed this issue beforehand!
Is there anything you can advise?
I have a product here using your mod - Prefilled Drop Down List
And one here using the standard attribute - Standard Attribute - You can see this one works fine.
Cheers...
Posted:
Wednesday, May 18, 2011 11:15 AM
|