DNNMonster

Results 18 comments of DNNMonster

Alright! Sneaky dll's.

I agree it will solve slow order searches for most systems and you could also reduce or eliminate the wildcard usage. In the largest systems I think one still has...

Does this require a non default language setting? I'm not seeing any PRDXREFLANG records.

Here is a sql select statement to help admins see if this is affecting an install. `SELECT TOP (1000) [ItemId], nb1.[UserId], portalid, [XMLData].value('(genxml/address/genxml/textbox/firstname)[1]','nvarchar(max)') [FirstName1], u.FirstName [FirstName2] FROM [NBrightBuy] nb1 join...

If you are able to test this before the next release it would be good. You can close it out if it's looking right or we'll have to investigate further.

I'm not sure about automatically rendering products without a category selection but an alert to the admin may help avoid some confusion. I think we could adopt a notification framework...

You link those record types together when you generate your import using your own item ids. Since you're creating the product import you'll be generating the id's and thus you'll...

The error that shows up on the product view settings can be avoided with a string is null or empty defensive check for the themedata but it results in the...