gawrrell wrote:Yes, it will be hard indeed. But I will keep the page layout(all html elments, classes etc.) and theoretically it should work.
I've seen that, for example, for your QuickView plugin you have a Js file(QuickView.min.js) and a Dll (SevenSpikes.Nop.Plugins.QuickView.dll) ... are this two connected? If so, even if I manage to extract the theme it won't work on a php site because I cannot include a dll.
Hi gawrrell,
You can't have the .dll in a php shop. The logic in the dll uses the nopCommerce infrastructure to load the product information etc. The javascript is related to showing the additional markup and for making ajax requests to the server, so it won't work as well.
In general the plugins with all the files they use are designed to work with nopCommerce and it will not be possible to make them work with other platform.
Of course you can try to port the theme without the plugins and you can implement the functionality of the plugins by yourself.