I’ve recently been asked to customise the front page of a magento store. The client wanted the ability to specify a different set of top links depending on whether the customer was logged in or not, and they wanted to be able to changes these links from the admin section. They also wanted the logged [...]
Archive: admin section
Posts Tagged ‘admin section’
Within the admin section when clicking to view an order we’re getting the following error: There has been an error processing your request Invalid method Mage_Adminhtml_Block_Sales_Order_View_Tab_History::isCustomerNotificationNotApplicable(Array ( [0] => Array ( [title] => Pending [notified] => 0 [comment] => [created_at] => Zend_Date Object ( [_locale:Zend_Date:private] => en_GB [_fractional:Zend_Date:private] => 0 [_precision:Zend_Date:private] => 3 [_unixTimestamp:Zend_Date_DateObject:private] => [...]
I have created a custom magento product type like it’s explained on this page, for my shop i need to get the functionality of the Bundle product, so i extended the models from the bundle type classes. I can add new products with this new product type in the admin section without any error, but [...]
I’m getting really frustated about Magento’s naming convention. At present, I’m trying to show some “hello world” in the admin section of my module. The block code is located in /var/www/magento/app/code/local/Polyvision/Tempest/Block/Adminhtml/View.php The code of View.php: <?php class Polyvision_Tempest_Block_Adminhtml_View extends Mage_Core_Block_Template { public function __construct() { parent::__construct(); } protected function _toHtml() { $html=”hello world”; return $html; [...]
(Warning: this guide should not be used to upgrade Magento 1.4.x to Magento 1.5.x.) 1.4.0.1 to 1.4.1.0 Using SSH, go to the root directory of your Magento installation. ./pear install magento-core/Mage_All_Latest Then ./pear upgrade-all Then log in to your admin section, and refresh all caches. Upgrading Magento Possibly Related Posts: Magento Web Designer/Developer, Islamabad, World [...]
When setting up new attributes in Magento is it possible to disable the stripping out of html tags in the attribute? The reason I ask is that I would like to put some product information in to an attribute but it needs formatting in a specific way, if I try to paste any HTML formatting [...]
Hello I am using Mangento 1.5.0.1 and have configured the admin section to export Google XML Sitemaps daily. Mangento uses cron to execute this however the cron job runs but never outputs a sitemap nor does it email me an error. I was thinking maybe I need to manually create the folders / files and [...]
by tready (Posted Mon, 25 Oct 2010 15:17:47 GMT)No, this is in the admin section. Just started today. http://magento-forum.co.uk/viewtopic.php?f=4&t=463#p1659 Magento Forum Possibly Related Posts: New #Job: Fix Our Magento Store http://t.co/2s5I0S9F そうやったmagentoはxmlやった. Magento lovers, there’s still a good chance to win a free trip to Imagine: http://t.co/G9GUCUJW #Magento #MagentoImagine Freelance jobs: Install Magento with a [...]
by YourEcoWorld (Posted Sun, 24 Oct 2010 17:15:09 GMT)Sorry forgot to mention – that when I tried to change anything then in the Admin section of the site it wouldn’t save it just continued to revert back to what it was previously. Thanks Lind http://magento-forum.co.uk/viewtopic.php?f=5&t=461#p1652 Magento Forum Possibly Related Posts: New #Job: Fix Our Magento [...]
What magento allows you to do by default is to allow you to choose in the admin section whether you would like the customers to see prices including VAT, excluding VAT or showing both. As I couldn't find this functionality I decided to …Magento Blog and E-Commerce – http://www.e-commercewebdesign.co.uk/blog/ Create a Tax Display Switcher, Magento [...]