Hello, I'm not being able to make this work on my project. By chance you will have a quick start guide and a sample project that puedira help me implement it?...
Gabriel Atahualpa Sanchez () - 9 years ago - Reply 0
It seems that the same form pops up regardless of the product clicked, how do you get the selected products details into the modal form?
Michael McCoy () - 10 years ago - Reply 0
You can do that in a few ways. First, you can generate different code for each modal window (not efficient) or you can use a frontend framework like Backbone to update the page's HTML on the fly.
maxsurguy () - 10 years ago - Reply 0