As a sideline to the discussion about using the "satchmo diaries"
approach to creating custom products via Product inheritance, I'm
stuck trying to get the custom products to display in the shop.

So if my custom product shows up in the admin UI with the url:
http://127.0.0.1:8000/admin/special_product/myproduct/3/

I don't get that custom product in the shop ui.

if the example product has a detail page url of:
http://127.0.0.1:8000/shop/product/dj-rocks/

my attempts to hack the url for the custom product all show errors:
 - http://127.0.0.1:8000/shop/product/myproduct-1/ ("The product you
have requested does not exist")
 - http://127.0.0.1:8000/shop/special_product/myproduct-1/ (404 error)

did i make a mistake with my custom product class, or do i need to be
looking at url mapping or views? I'm currently trying to understand
the Satchmo template inheritance structure so i can figure out how to
add a custom product template (in the hopes that i can display a
detail page ;)

hanks,
--derek

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to