Wampp/Xampp
Wampp: maento 2 Internal Server Error
Step1:: Please make sure that LoadModule version_module modules/mod_version.so is loaded from httpd.conf file to resolve Invalid command ‘
Step1:: Please make sure that LoadModule version_module modules/mod_version.so is loaded from httpd.conf file to resolve Invalid command ‘
Copy Subselect.php:. From: app/code/core/Mage/SalesRule/Model/Rule/Condition/Product/Subselect.php To: app/code/local/Mage/SalesRule/Model/Rule/Condition/Product/Subselect.php Based on comments on @kalpesh link this also solved the problem for me. (adding the fix here for future reference) There is a patch for this https://gist.github.com/piotrekkaminski/54529dadb0bc01a62a2d It is marked for EE but the fix worked for us.
1.In the main block that calls your collection to render, add the following: 2.Then, from your template phtml associated to your collection, add the pager controls by echoing the output of our other method, getPagerHtml:
1. in your config.xml define the template before end globel tag like: 2. app/locale/en_US/template/email/warrantyclaim/status_changed.html 3. In your controler file: 4.In controller create the function
1. Call the controller function from phtml page like as: 2. On the phtml page add the following script 3. In Controller page define the function: 4. create a phtml file for popup: