I\'m creating a Magento Module that can be used to send emails in certain occasions of my website. I\'m following the tutorial from Branko Ajzele and everything seems to work fine until I try to send
I am trying to write a php script that outputs to a csv file which then will get imported into urapidflow pro in magento. I\'m a little bit confused when to 开发者_运维知识库use the fixed row format a
$proxy = new SoapClient(\'http://magentolocal.com/mag/api/soap/?wsdl\'); $sessionId = $proxy->login(\'test\', \'test123\');
I have created a module which require开发者_高级运维s an additional field to be added to the sales_flat_quote table / model.
I want to get a formatted price but without the currency symbol and I want use only standard functionality of magento!
I\'m aware of the override principal in Magento, where I should create a copy of the file and tree from \"core\" into \"local\" of the file I want to override.
Ok 开发者_开发技巧so I have a very basic module setup. It\'s just a test module but essentially I should get \"Here we are\" displayed when I go to: http://www.mysite.com/vrmlookup/lookup/form.
I got a problem when try to get a helper: Mage::helper(\'providers\') In fact, the provider helper is not exist.
This Wiki article: Adding a Product to the Cart via Querystring describes how one can put product with specific id to the cart directly from querystring. So for simple product it would be something li
OK I have a shop and would like to use shopping cart rules to add, it 2 products over a certain price are in the basket they are reduced to a set price.