I’m new to magento. I think magento is a good base for a shop system, but I need heavy extensions to the code. I think I can deal with it myself, but I need a hint how to do it and still be able to update magento/zend to new versions.
Is there some kind of place where ZF lives, where Magento lives and where Magento extensions might live?
Without looking in the code I don’t think so. So what is best practice to extend the magento functionality?
when I did that those warning wasn’t there.so that’s what I have right now,I modified templates and core codes and fixed a few bugs by myself.now my magento is more compatible with RTL languages
!MP: the warnings were there always… Are those changes something that could be incorporated in general Magento distribution without breaking other features, or they work only with RTL content?
Well I think also as a final release Magento will be heavily entended.
So I think that problem should be solved very early. Not every thing can be a plugin or so.
I’ll digg deeper in the code to see what will be the best way for me.
I’m sick of that, I customized magento alot and now i can’t update it :( because all of my work will replace
these are called preview releases for a reason. and theres been a billion + 1 threads about this already. if you’ve missed all of them then thats your own fault.
It’s amazing how many people can’t wait for a stable release before setting up their shops with this.
I guess it goes to show just how much people are in need of an open source ecommerce program like magento.
You are completely right. The same goes for me. I am completely aware that Magento is still in preview stage. But I’m completely SICK of implementing zen cart and ain’t gonna do it anymore, and in the case I’m right now buying a proprietary system is out of the question. Perhaps many other people are in similar situation as I am - short notice project, and Magento being the only rational solution, despite being in beta
Tutorial worked great, customized my code and kept the core intact.
I’ll write a small tutorial on what I did just incase anyone wants to do the same.
Well… how’s that tutorial coming along?
I try doing my custom block (app/local/myMage/checkout/Block...) but I couldn’t get it to work ... don’t know how to tell magento to actually load that code.