Skip to content

n2bh/mage-design2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Design2

Enhance Magento's design change system with more functionality.

Feature Highlights

Design2

  • Apply multiple design changes simultaneously
  • Name, enable, and disable changes
  • Apply to specific pages by route
  • Use custom layout XML updates
  • Append, prepend custom HTML content to pages

Description

Design2 is an enhancement to Magento's native Design system. By default, you can manage changes via System > Design. Design2 takes this feature and adds more flexibility, with the purpose of empowering administrators to make on-the-fly adjustments to pages without major re-working of code.

Use Cases

Design2 gives you control over pages in the same way as with product management. The benefit here, though, is that you're not limited to the PDP. Instead, if you know the route, then you can target the page. Here are some use cases:

  • Adding tracking pixels on the checkout success page
  • Adding temporary announcements
  • A/B testing content changes
  • Any time you don't want to edit local.xml or a template

Screenshots

Design2

Design2

Design2

Installation

With modman,

modman clone https://github.com/vbuck/mage-design2.git
modman deploy mage-design2

Or with Composer,

{
    "require" : {
        "vbuck/mage-modal" : "*"
    },
    "repositories" : [
        {
            "type" : "vcs",
            "url"  : "https://github.com/vbuck/mage-design2.git"
        }
    ]
}

Or else manually extract a GitHub archive contents to your project root.

License

The MIT License (MIT)

Copyright (c) 2015 Rick Buczynski

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Enhance Magento's design change system with more functionality.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%