So there is a bug with creating ProductLookup keys. I created a Product while active was true. I then went to ProductVariation and added that product. The product key is never created for the ProductLookup.
Personally, I depend on the ProductLookup, because I match a key with an option in satchmo.variation js script. The reason I depend on it is because when the user selects a new option a js function is called and looks to match the option value with a key value in satchmo.variations. Within that matching key value I find an array of images. Any way, long story short, the solution is to create a de-activated product. Create your associated Product Variation. Go back to that product and make it active. Did this make sense? I'm really tired at the moment. - Anthony On Aug 12, 2009, at 11:25 PM, Pranav wrote: > > how the heck did the subject of this thread get changed ? > > On Aug 12, 11:23 pm, Pranav <[email protected]> wrote: >> i havent tried with django 103, but the requirements doc says that >> django 1.1 is required. >> >> try with 1.1 and update with results. >> >> On Aug 12, 11:16 pm, Anthony Cintron <[email protected]> >> wrote: >> >>> Hey all, >> >>> I'm running into a weird thing with the PriceLookUp key not getting >>> updated. After I create a product variation and look into the >>> product >>> look up table the key column is blank. Also, when I delete the >>> product >>> variation it doesn't remove the relative product look up row. This >>> kinda sucks, when I go to the product detail page it displays the >>> product as not in stock. I'm running Django 1.0.3 and Satchmo 0.9 >>> pre. >>> Any help would be great, right now my client is breathing down my >>> neck. They aren't able to upload new products and get them >>> displayed. >> >>> - Anthony > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
