Archive: Tab

 

Posts Tagged ‘Tab’


Configuration Note: replace “<http://my-domain.com/>” with the URL of your website Once your test or production account is active, go to “Configuration / Technical information”. It contains five tabs. Tab 1: Global transaction parameters You can start with the default settings; fine-tune before going live. PostFinance Payment Module Documentation v2 – Added one more troubleshooting item [...]



 

by vijithaepa (Posted Fri, 11 Jun 2010 10:45:20 GMT)Hi, below is my config file for overwrite the controller. but it’s not overwrite the controller. but it works for the blocks. Please help me. HcPro_Adminhtml_Block_Promo_Catalog_Edit_Tab_Main /adminhtml/promotion_catalog/index /adminhtml/promotion_catalog/new /adminhtml/promotion_catalog/edit /adminhtml/promotion_catalog/save http://magento-forum.co.uk/viewtopic.php?f=5&t=90#p1130 Magento Forum Possibly Related Posts: RT @TweetSmarter: 7 Free Tools For Integrating #Twitter With Your WordPress [...]



 

by wardworth (Posted Wed, 02 Jun 2010 15:46:14 GMT) edmondscommerce wrote:Can you clarify exactly where you want this tab to be? Basically just another tab alongside the templatemaster easytab extension I’m currently using. http://magento-forum.co.uk/viewtopic.php?f=4&t=273#p1076 Magento Forum Possibly Related Posts: RT @TweetSmarter: 7 Free Tools For Integrating #Twitter With Your WordPress Blog: http://t.co/rZEwfLPx RT @_Magento_ Magento [...]



 

by Auriferous (Posted Fri, 28 May 2010 22:55:24 GMT)Finally figured it out! Perhaps this will help someone out in the future: I added a line in app/code/core/Mage/Core/Model/config.php to output what classes were being mapped to which classes and then loaded the page.. Code: public function getModelClassName($modelClass)    {        $modelClass = trim($modelClass);        if (strpos($modelClass, ’/')===false) {            return $modelClass;        }// OUTPUT Class mapping        print($modelClass.”Mapped To: ”.$this->getGroupedClassName(‘model’, $modelClass).”");// OUTPUT Class mapping        return $this->getGroupedClassName(‘model’, $modelClass);    }  This output a line: catalogrule_mysql4/ruleMapped To: Mage_CatalogRule_Model_Mysql4_Rule I noticed that the [...]



 

by Auriferous (Posted Fri, 28 May 2010 17:39:04 GMT)Hi, I have written some customizations for the Catalog Rules which involves the block file app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Tab/Actions.php and the model files app/code/core/Mage/CatalogRule/Model/Mysql4/Rule.php and possibly app/code/core/Mage/CatalogRule/Model/Rule/Action/Product.php although this file doesn’t seem to be required. I have set up a custom module and have successfully been able to override the [...]



 

This extension will help you to automatically create simple associated products for configurable products and add them to the grid of associated products. It makes all combinations of attribute values that you will choose. The number of products is not limited. Please remember that you need to save configurable product first to see this module [...]



 

With a Magento eCommerce site, you’ll often want to work with your products offline. Luckily Magento makes it easy to export your product list via ftp and other methods. But once you’ve downloaded that CSV file and made your changes you’re going to have to import them back into Magento. The good news is that [...]