Here is a little snippet of code that can come in handy if you are like me handling a task of programatically creating an order in Magento Continue reading…
Posts Tagged ‘Magento help’
How to disable email sending when programatically creating an order in Magento
Monday, August 16th, 20105 reasons why Magento users don’t abandon their shopping cart
Wednesday, May 26th, 2010And why you should not abandon the practice yourself. These 5 points are making a strong case when it comes to web shopping : Continue reading…
How to set multiple websites with multiple store views in Magento
Monday, May 24th, 2010If you work with Magento, sooner or later you will end up needing multiple websites that have multiple languages.
Magento 1.4 “Your search returns no results.”
Saturday, May 22nd, 2010I used Magento 1.4.1 with Sample data ver.1.2.0. And when I used search module to search product, I reveived this line “Your search returns no results.” And the solution is this:
Continue reading…
Magento facebook connecting extension
Wednesday, March 17th, 2010We’re proud to present free Facebook Connect Magento extension which enables customers fast and easy registration and login with their Facebook identity. Demo and help page can be seen on our playground demo store, just click “Connect with Facebook” link in upper right corner. Continue reading…
Get content of static block in magento
Thursday, January 7th, 2010Hi guy,
There are some small code to get content or other info of static block which you created on admin panel.
2 | <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('yourBlockName')->toHtml() ?> |
URL paths in Magento
Tuesday, January 5th, 2010URL paths in code file:
Magento had some very handy functions that easily allow you to find some fundamental urls of your site from your phtml files so you can avoid hardcoding them. These are:
$this->getBaseUrl() – returns the base url of your store (funnily enough)
$this->getSkinUrl() – returns the url of the folder containing your css, images and local js files (eg skin/frontend/default/your_theme, will vary depending on what package and theme the page is using).
Overriding Core Models with a Custom Module
Tuesday, January 5th, 2010Magento’s architecture is module-based, which means that you can easily modify existing and add new functions by creating your own modules. This how to will give you a short overview over the steps you need to take.
Create Archive list for “Blog Extension by aheadWorks” on magento
Tuesday, December 29th, 2009I try to make archive function on a project. I created that.
Just add a block, helper, controller, model and template for that function
You can see bellow
javascript in Magento Not Working (js 404 error)
Saturday, December 26th, 2009While i was installing a Magento oscommerce platform I encountered a problem, a new problem i might add, because i never saw it before. I’ve worked before with Magento but never had any issues. This time, after getting it up and running i noticed that my admin menu wasn’t working, the options weren’t dropping down as usual.
You obviously can’t work without a menu so i started googling the issue. The first page i looked into gave some indications but nothing clear, and those guys we’re having the problem on ver 1.0 of Magento which is really old.
After trying and testing various methods i finally got it to work, and here is how i did it:
- step1: replace app/code/core/Mage/Page/Block/Html/Head.php with this head head.php
- step2: chmod 755 the js/ folder, and folders within.
- step3: chmod 644 the javascript files inside js/lib/
- step4: chmod 644 js/index.php
Source:proxyutza.com




Social Bookmarks
Subscribe me