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
- Host: GitHub
- URL: https://github.com/screamingdev/magento-snippets
- Owner: ScreamingDev
- Created: 2013-04-25T03:51:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T17:25:57.000Z (over 12 years ago)
- Last Synced: 2023-08-02T01:22:35.130Z (almost 3 years ago)
- Language: PHP
- Size: 345 KB
- Stars: 21
- Watchers: 8
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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