This repository was archived by the owner on Oct 14, 2024. It is now read-only.
Shopkit v1.1.4
- New features
- π
Override default CSS in
assets/css/custom.css - πΈ Pretty URLs for discount codes and gift certificates
example.com/discount/thisisthecodeexample.com/gift/thisisthecode
- π Dashboard widget shows current Shopkit version & upgrade notice
- π¦ New panel field for shipping tiers
- π¬ Automatic customer notification emails
- Notify upon successful purchase
- Notify upon changes to their order status
- π
Override default CSS in
- Decrufting
- Refactor email notification code into a global
sendMail()function - Move CSS to
plugins/shopkit/assets - Use kirbytext in templates to obfuscate email links
- Refactor email notification code into a global