An open API service indexing awesome lists of open source software.

https://github.com/screamingdev/magento-snippets

Snippets and Code for Mage solutions
https://github.com/screamingdev/magento-snippets

Last synced: 8 months ago
JSON representation

Snippets and Code for Mage solutions

Awesome Lists containing this project

README

          

# Snippets and Code for common Magento issues and solutions

This is based on the great
[GIST] (https://gist.github.com/davidalexander/1086455) of
[David Alexander] (https://github.com/davidalexander).

## Content

Divided by Magento structure:

* [Catalog](Catalog.md)
* [Checkout](Checkout.md) - Cart, Multishipping, Checkout and Agreements
* [Core](Core.md) - Store, Template / Blocks, Request, Response, Cookies, Locale, Converter, etc.
* [Customer](Customer.md)
* [Directory](Diectory.md)
* [Other](Other.md)

And even more:

* [Magento files](magento) - XML and other skeleton to work with
* [Server scripts](server) - Helpful config and shell files for managing magento on the server