Month: March 2014
-
MAGENTO CHECKOUT UPDATE CART NO LONGER WORKING AFTER 1.8.1.0 UPGRADE
If you find that your custom theme no longer allows the Update Cart button to work after an upgrade to 1.8x then you need to make some alterations to you cart.phtml file. Add <?php echo $this->getBlockHtml(‘formkey’); ?> After your <form action=”<?php echo $this->getUrl(‘checkout/cart/updatePost’) ?>” method=”post”> You may also need to do the same for your checkout […]
-
CRON JOB NOT WORKING SINCE UPDATE TO MAGENTO 1.8
If you suddenly find that your magento cron is no longer working there is a chance that you need to add the following to your cron call. -mdefault 1 eg php /path/to/magento/cron.php -mdefault 1