dimanima Posted August 3, 2011 Share Posted August 3, 2011 hello, I know if I can work with prestashop without using smarty? thanks Link to comment Share on other sites More sharing options...
shokinro Posted August 3, 2011 Share Posted August 3, 2011 I know if I can work with prestashop without using smarty? Yes you can work with PrestaShop without smarty if you really want to. You can write a classic PHP script page to read data from PrestaShop and render it as classic PHP page. But why not using smarty? smarty is very good tool, that can help separate your UI design and your program/business logic. Link to comment Share on other sites More sharing options...
dimanima Posted August 4, 2011 Author Share Posted August 4, 2011 Thank you very much for your reply. Because it uses another kind of language. I have to do to uninstall and only use smarty php? Link to comment Share on other sites More sharing options...
shokinro Posted August 4, 2011 Share Posted August 4, 2011 I have to do to uninstall and only use smarty php? Sorry, I don't get what is your question means. Link to comment Share on other sites More sharing options...
dimanima Posted August 5, 2011 Author Share Posted August 5, 2011 Sorry, my bad English. how I can uninstall smarty? Link to comment Share on other sites More sharing options...
shokinro Posted August 5, 2011 Share Posted August 5, 2011 if you remove smarty, all other existing PrestaShop pages will not work. Link to comment Share on other sites More sharing options...
Recommended Posts