View.phtml
Paste the below code on your product view template. You can find the file inside the catalog folder.
<script type="text/javascript">
Cart.phtml
Paste the below code on your cart template. You can find the file inside the checkout folder.
Success.phml
Paste the below code on your success template. You can find the file inside checkout folder.
I did it the same way in my Magento installation and it works fine
|
When you receiving the following error in system.log file: app\code\core\Mage\Core\Controller\Response\Http.php:44 [1] \www.pawan.com\lib\Zend\Controller\Response\Abstract.php:727 [2] \www.pawan.com\app\code\core\Mage\Core\Controller\Response\Http.php:75 [3] \www.pawan.com\app\code\core\Mage\Core\Controller\Varien\Front.php:188 [4] \www.pawan.com\app\code\core\Mage\Core\Model\App.php:304 [5] \www.pawan.com\app\Mage.php:596 [6] \www.pawan.com\index.php:81 if you have no idea what file is causing this. Here is the steps to debug. That error is thrown from Mage_Core_Controller_Response_Http -> sendHeaders(). This function calls the super class function that actually does the check to see whether or not headers have already been sent, Zend_Controller_Response_Abstract -> canSendHeaders(). The Zend_Controller_Response_Abstract class handles, among other things, sending response header...
Comments
Post a Comment