I\'ve added the following code to the Magento 1.5.1 order confirmation page (success.pht开发者_StackOverflowml):
For the product\'s name attribute I\'ve set Allow HTML Tags on Frontend to yes and special symbols are displayed correctly in product listing.
Actually i am working on magento version 1.5 and i have created a payment module manually.I have enable it from the magento admin panel
I want to declare some php functions and i would like to call those functions in various places in magento.Usually in my core php projects i\'m declaring php functions in functions.php and i include t
I wanted to have a Colorbox (http://jacklmoore.com/colorbox/) lightbox that would display product images in a mini gallery for static pages.
Hi I want to show only two latest product开发者_开发知识库 on home page and remaining product in right side bar.
I\'m making my development backup of the live Magento website, so far I did the following: created mywebsite.local virtual host
I am unable to override Sales Rule Model. I want to override class Mage_SalesRule_Model_Rule. Here is my code:-
I\'m setting up a webshop for a client in Magento. He works a lot with very specific brands, so I wanted to make specific brands pages (for SEO pur开发者_StackOverflowposes).
I dropped a table manually in magento. Now I want my code to recreate the same table.. I Have written the create statement in app/code/local/namespace/my_module/sql folder like this