Add-on Naming Manifest¶
For CS-Cart:
New add-ons:
- Name format: PWAjet: [Add-on name].
- Code format:
pwajet_[add-on code]
.
Integration of the existing add-on as a separate one:
- Name format: PWAjet: [name of the integrated add-on] integration.
- Code format:
pwajet_[code of the integrated add-on (without its prefixs)]_integration
.