David Lee

Results 65 comments of David Lee

You have "By Weight" selected, but no weight on the products. Try adding a weight to the products and retry.

OK, I just tested (without changing anything) and it worked OK?? Do another test and see if you can recreate the problem.

Are their any portals in that install that does use "ClassicRazor"?

Where do you find this error. I doubt it's the cause, this can happen, but should be isolated and not reported.

Current Search /****** Script for SelectTopNRows command from SSMS ******/ SELECT TOP (1000) [ItemId] ,[PortalId] ,[ModuleId] ,[TypeCode] ,[XMLData] ,[GUIDKey] ,[ModifiedDate] ,[TextData] ,[XrefItemId] ,[ParentItemId] ,[Lang] ,[UserId] ,[LegacyItemId] FROM [dbo].[NBrightBuy] where portalid...

After investigation using exists will be faster... SELECT TOP (1000) [ItemId] ,[PortalId] ,[ModuleId] ,[TypeCode] ,[XMLData] ,[GUIDKey] ,[ModifiedDate] ,[TextData] ,[XrefItemId] ,[ParentItemId] ,[Lang] ,[UserId] ,[LegacyItemId] FROM [dbo].[NBrightBuy] where portalid = 0 and...

I'm unsure how they get into the DB. Something to do with creating properties, property groups and categories.

Usually jQuery validation should be on the page. Check for that and look for errors on the page, which could stop it working. I'm unsure of the latest templates, but...

I'm not sure... but should that discount be a negative figure? Then it would be correct? Although it is called "discount", the math can dictate it could be a positive...

I have not had a deep look. But I think the trouble here is you change the "CartTotal". I'm unsure of where the CartTotal is used or displayed, but this...