Call-back icon  Sales: Call 877.832.5289 (N America)|310.295.4144 (International)

Magento

eCommerce Software for Online Growth

php|architect’s Guide to Programming with Magento


image

php|architect’s Guide to Programming with Magento takes you from installation to deployment of this popular e-commerce open source software. Magento’s flexibility and Zend Framework-based structure have made it an increasingly popular e-commerce solution ... The book will be available in PDF format on May 15, 2008, and in print format on May 31, 2008

More information can be found on php|architect’s website

RSS comments feed for this entry

User Comments

|21 comments
  1. chinesedream

    1chinesedream from San Francisco, CA|posted April 22 2008

    Wow! THAK YOU SO MUCH Varien and Mark Kimsal
    I am order in right away!
    Now, where I can get a ‘Coupon Code’?  tongue wink

  2. chinesedream

    2chinesedream from San Francisco, CA|posted April 22 2008

    Hmmm, no guest checkout?! I hate it when they force you to sign up an account.

  3. RoyRubin

    3RoyRubin from Los Angeles, CA|posted April 22 2008

    @chinesedream - The book is a php|architect production - we are just happy to spread the news.

  4. chinesedream

    4chinesedream from San Francisco, CA|posted April 22 2008

    Ah thanks Roy.

    I hope Varien gets a royalty out of it smile

    There is an issue with the checkout, I will just go ahead mentioning it here as I think php|architect will read the thread.

    Under the Billing Address, the ‘Copy from shipping address’ button isn’t working . I needed to enter my billing address one more time.

  5. realvine

    5realvine from Hilversum|posted April 22 2008

    Hi, we purchased a copy but we only get the first page in the pdf document. I guess you uploaded only the front page?

    Kind regards,

  6. austinstorm

    6austinstorm from Moscow, ID|posted April 22 2008

    @realvine… the book doesn’t release until May 15th. They are currently accepting pre-orders, hence the small PDF sample.

  7. Ross

    7Ross from Scarborough, North Yorkshire, UK|posted April 23 2008

    It’s great to have a Magento book out so soon.  It looks to contain some helpful information, but I can’t help thinking the title should be ‘Guide to Setting Up Magento’, as the topics listed in the contents don’t seem to be about ‘programming’ (glad to be wrong tho).

  8. Andrew Smith

    8Andrew Smith from Cape Town, South Africa|posted April 24 2008

    @Ross, I couldn’t agree with you more! I think there might be some very disappointed people who buy this book. There is currently very little documentation (that I’ve found) for actual “programming” in Magento. For example, have a look at this this user on the forum trying to display a random banner in his header:

    http://www.magentocommerce.com/boards/viewthread/6842/

    Moshe (a Varien team member) provides some help on extending the header class and creating a new module, which I haven’t seen clearly spelled out anywhere else. This is the type of thing I would expect to find in a book with this title, but I fear that instead PHP|architect have compiled the already extensive support available for installing and configuring Magento, instead of a guide to programming in Magento.

  9. PaulR

    9PaulR from Canada|posted April 30 2008

    I am not seeing any mention of free update for the pdf format book if one purchases a copy now.
    In my experience with shopping carts over the years is that manuals need to be updated and revised regularly as more questions and extentions to the cart get added and or changed.
    The hard copy book is always nice to have on hand but it becomes outdated as soon as it leaves the printers press.

  10. chinesedream

    10chinesedream from San Francisco, CA|posted May 1 2008

    Thought I mention this here so that people (especially from the US) who wanted to purchase the book be aware of two things.

    First I almost file a chargeback on this purchase because I saw something suspicious on my CC statement - two items were charged at the same day, one was from ‘MARCO TABINI AND ASSOC TORONTO CD’ and the other ‘FOREIGN CURR CONV FEE - $0.89’.

    1) As a customer, I will greatly appreciate if there is indication on “FOREIGN CURR CONV FEE” warning somewhere in the checkout place for international transaction, if pays by CC - Is this standard practice by the way? I purchased some software (Parallels, MAMPO, CSSEdit etc) that the developers are from Europe, I never see this ‘FOREIGN CURR CONV FEE’ charges. It’s a small amount but I do not like surprise charges like this.

    2) This is more for php|architect’s people (and very important to people who do international online sales - something I’d learned from many retail business’ clients) : to minimize customers from filing chargeback, it’s a best practice to indicate in the invoice as well as somewhere in the checkout that ‘acb or xyz company name’ will be printed on his/her CC statement. I remember the MAMP people was very thorough about this, as it was indicated in the invoice and few days later I got a reminder email.

    Cheers

  11. mk30

    11mk30 from Lithuania/Vilnius|posted May 3 2008

    Preordered book hardcopy and PDF… the only thing I fear that I will get a tutorial how to install and a litle bit customize magento, but no real programming :D

  12. ptjedi

    12ptjedi |posted May 15 2008

    It’s 15 May! But no book yet :(

    The day isn’t over though… wink

  13. kenosis

    13kenosis |posted May 15 2008

    I was able to download mine @ ~8am PST May 15!

  14. RichWater

    14RichWater from Magyarország|posted May 15 2008

    Kenosis
    What’re your first impressions?

  15. mk30

    15mk30 from Lithuania/Vilnius|posted May 15 2008

    Got mine first impresions don’t know yet but they explain magento architecture and it is good VERY good… maybe someone can say more about that… smile

  16. kenosis

    16kenosis |posted May 15 2008

    First impressions are good so far.  The section on creating custom modules cleared up much confusion spread on the forums, sans one SERIOUS typo in the book.  More to say as I dig more into it!

  17. razvanaldo

    17razvanaldo |posted May 17 2008

    is there other place from where i can buy the book (i’m interested on the pdf version) because it seems i cannot pay with my card on phparch site long face

  18. Mark_Kimsal

    18Mark_Kimsal from Michigan, USA|posted May 20 2008

    @Andrew Smith

    Actually, I got a little push-back from the publisher for *not* re-hashing already available documentation.  I made the point clear that I was not going to cover templating, which is already available in the designer’s guide, and some basic “how-to” information which will be (or currently is) available from Varien on this site.  The first half is some basic review of Mage and its capabilities as a shopping cart, information that a store owner or developer who’s running the store would find useful.  The last half is all about custom modules, each sample module focuses on a different aspect of Mage’s programming: events, sales orders, database entities, controllers, blocks, etc.  I wrote all of these modules myself, the code really works, it’s not sample code by any means.  (I’m trying not to sound too much like a sales-pitch).

  19. Mark_Kimsal

    19Mark_Kimsal from Michigan, USA|posted May 20 2008

    @everyone

    I can see why reading just the chapter titles might lead some people to believe that this book is a re-hash of already publicly available information.  Maybe some explanation is called for.

    The only part of the book that is not original are the *questions* from the “Quick Answers” chapter.  The questions came from frequently asked forum topics and often asked question in the IRC chat room.  The answers are all 100% original answers with explanations of why you would solve the problem a certain way, nothing was lifted from on-line documentation nor from the forums.

    Now, of course there are some problems that can only be solved one way.  So you may find some answers in the forums about overriding one thing here or there.  But the answers in the forum are not part of a larger picture.  The book shows you how to do all of the customizations in the context of a real custom module with a purpose in mind.  You get some context as to *why* something should be done in a controller vs. a helper, or why a template change is better than overriding a block in some cases.

    Thanks for the feedback everybody.

  20. razvanaldo

    20razvanaldo |posted May 20 2008

    Hi All!

    Has anybody buy the book from phparch,i finaly managed to pay it online, and now i’m on Fraud Check status. Can you tell me how much you waited until the e-book was sent to you?

    Thanks

  21. brandondrew

    21brandondrew |posted June 11 2008

    @Mark_Kimsal:

    Thanks for clearing that up.  You didn’t sound too much like a sales pitch, and definitely helped me figure out that the book will be a valuable resource for me. 

    I don’t personally think there would be a problem with including “re-hashed” material that is available elsewhere, but if that’s all the book was, I probably wouldn’t buy it.  Given that it contains lots of original material, including other stuff would in many ways be more convenient, as it would give us a single place to go for most of what we need to know.  I can certainly see why (given the comments above) you would want to avoid that, to make clear to potential buyers that it isn’t just a rehash of stuff already online.


Sales: Call 877.832.5289 (North America) 310.295.4144 (International)
© Copyright 2008 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
52607 users|491 users currently online|106194 forum posts