Weird but I can\'t find where is € symbol set in Magento 1.3.2.3. My locale is German, so I checked /lib/Zend/Locale/Data/de.xml, but for Euro it only have the following code:
I created a really simple module with a block class.This block uses a custom template that calls a class method to determine if it should show itself or not based on the current time of day (if suppor
Am looking to upgrade Mangeto from version 1.1.8 to version 1.5. This is a quite a leap 开发者_如何学CI am taking I know, but and I have tried the following already (as some one else had suggested on
I have to import 30.000 products into magento shop and it takes ages. I\'m doing that for a week now and I\'m only 20% down, it hangs up 20 times a day, it\'s impossible. I tried to use Magmi (open so
I get this array when I print_r($_POST), from the below result I want to get the value of skin. [skin] => 1.jpg
I want to send a order tracking link on the confirmation email that magento sends when a customer places an order,that link should take customer to main page or the tracking page of the courier compan
i am trying to display product gallery images in my custom cms home page. If i use the code from media.phtml to display the gallery images, it does not work. I found this piece of code and it worked.
I know I can detect if a function is being run by an admin using: Mage::getSingleton(\'admin/session\')->isLoggedIn开发者_如何转开发();
I just read this topic about the Magento payment flow. It handles about the role of Payment Methods and invoices in Magento. I am curious now though what the exact role of Transact开发者_运维问答ions
I\'m working on a Magento module where i want to fetch the layout from a frontend page. By frontend page i mean all types of pages, i.e. cms page, category, product, cart, my account, etc.