I\'m adding some products though to a magento store front through the soap API from C#.The problem I am having is when I am inserting items into the store it is removing part of the SKU.Any insight or
I\'m trying to import product images to Magento by using $product->addImageToMediaGallery($imageFile, array(\'image\',\'thumbnail\',\'small_image\'), f开发者_如何学Calse, false);
My webserver has SOAP installed correctly (phpinfo has Soap Client/Server - Enabled). I\'m trying to create a SOAP request to a remote magento store, and I\'m getting this error message:
I have a Magento 1.4.0.1 installation and I am trying to configure sales tax. I need to charge a state sales tax to every customer, and two zip-code based sales taxes depending on whether the buyer is
Can\'t remove js/jqzoom/jquery-1.3.1.min.js script in Magento EE 1.10.1.1 version. This script is being added in app/design/frontend/enterprise/default/layout/catalog.xml (around line 196).
I have a ”District” attribute created to my Customer_Address because my shipping is calculated base on it.
I am developing an application to export sales orders from Magento (Community Edition 1.6) to Quick Books.
I\'ve updated a fresh Magento 1.5.0.1 installation to Magento 1.6.0.0, and now I\'ve got a link in the footer, \"Orders and Returns\", that I can\'t figure (yet) how to remove that.
When i try to reindex product flat data,I am getting There was a problem with reindexing process.Database repair didn\'t help.Exception.log file show this error
How to disable sorting and filteringon a column开发者_开发知识库 in Magento gridThe easiest way is to do it in _prepareColumns() method.