- Learning Magento Theme Development
- Richard Carter
- 226字
- 2021-09-03 10:04:59
Magento terminology
As with many other open source technologies, Magento comes with its own terminology, which can be baffling to unfamiliar developers. This section identifies and defines some of the commonly used terms in the Magento theme development.
Scope in Magento
Magento has the following four levels of scope that help define the level in your Magento store(s) at which settings are applied:
- Global: This refers to settings that affect the entire Magento installation.
- Website: This acts as the parent entity for one or more stores in the Magento terminology. Websites can be configured to share the customer data or not share any data at all.
- Store (or store view group): These are the hierarchical children of Magento websites. Products and categories are managed at Magento's store level. A root category is configured for each Magento store, allowing multiple stores under the same website to have totally different catalog structures.
- Store view: A store needs one or more store views to appear in the frontend to customers so they are able to browse your store. The store view inherits the store's category and product information, and so the changes at the store view level are typically only cosmetic, changing the way the data is presented. The most common and likely implementation of multiple store views is to allow customers to navigate between two or more languages.
推薦閱讀
- Go語言高效編程:原理、可觀測性與優(yōu)化
- Architecting the Industrial Internet
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Web程序設(shè)計(第二版)
- Python機(jī)器學(xué)習(xí)基礎(chǔ)教程
- 基于Struts、Hibernate、Spring架構(gòu)的Web應(yīng)用開發(fā)
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- 零基礎(chǔ)學(xué)Kotlin之Android項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Android Development Tools for Eclipse
- Learning Unreal Engine Game Development
- Joomla!Search Engine Optimization
- Java EE輕量級解決方案:S2SH
- Google Maps JavaScript API Cookbook
- 第五空間戰(zhàn)略:大國間的網(wǎng)絡(luò)博弈
- Tkinter GUI Application Development Blueprints