I am using a Magento extension to control my color swatches. This module also controls catalog list thumbnails. I have experience using resize, but it doesn\'t seem to be working at the moment.
We want to use Google Checkout for our Magento store. Currently, when users clicks checkout button data is sent to Google site and the user can checkout there. We would like to make it do a silent pos
I just upgraded from magento 1.4.0 to 1.6. I have 2 payment开发者_如何学运维 methods: paypal and credit/debit card.
I\'m trying to create configurable products programmatically in Magento 1.5.1. I understand I need first to create simple related products, what I did. Now I manage to associate these simple products
I hase used this code : require_once(\"app/Mage.php\"); Mage::app(); $fullImagePath = \"app/code/local/Mycompany/Import/data/images/test_picture.jpg\";
I am working on a Magento project and it is due an update; so I am wondering which folders will it replace/affect during an update. I am used to working with wordpress which leaves the entire \'wp-con
I was looking for tips for making Magento as secure as possible. I found this http://magplazza.com/2010/06/top-4-security-tips-f开发者_StackOverflowor-your-magento-store-that-can-be-done-easily/ but I
I am trying to set up a web store using magento on a SOA Architecture. So I int开发者_Go百科end to use all of the functionalities through the API connecting it with mule ESB.
I started writing with magento. I have to do some开发者_StackOverflow社区 ajax request for my own php-script located somewhere in local pull. The questions are:
I\'ve removed pretty much all .js references in my Magento theme. Specifically I\'ve removed theonclick from the add to cart button.