I'll check that out.
Is there any list of what view(s) apply where? I kind of see a naming pattern, but there are so many files, I haven't deciphered their meaning yet. There are several changes I need to make to the appearance of each product in the product listing, and how they behave.
I'm just starting some of this discovery, but I'll need to be able to make sure that when a user adds a product to the cart, it will be confirmed in a pop-up and they will stay on the current page. I'll also probably need to update a cart display module on the same page, but that hasn't been decided yet. IOW, the customer will see a list of products, with the current cart displayed in the left column, and as they add items, the cart would show the items that have been added. I haven't checked to see of the existing module will do this, but I suspect that it only updates when the page is displayed. At least that is what I would expect the module to do. I'll probably drop that feature if I can't figure out how to update the cart module using ajax or similar.
Sorry for the long reply.
I need to build a picture in my mind of what views are used where in the product list - how they relate, how they are nested, how they are called, that sort of thing.
BTW, the docs are pretty good, just a lot to take in all at once. I'm sure I've missed some critical bit in there that would give me the hint I need to understand the structure. I probably deserve a RTFM, but I am "reading the manual", it's just a bit slow going for me for now.
All that said, is there a place you can point me that might shed some light on there where's and how's?
Thanks!!