Addons Library
Quick Links Manager
by Mort_Lemur
Free Addon
Admin
Other
This modification adds a customizable "Quick Access" toolbar to your Phoenix Cart admin panel, allowing you to instantly navigate to frequently used internal pages or external websites without navigating through the standard menu system.
The mod provides a personalized shortcut toolbar that lives within your admin interface. It allows you to define a list of frequently visited internal pages or external websites, complete with custom labels and icons.
Zero Core Changes: Built as a standalone utility, it avoids modifying your core store files, making it completely upgrade-safe.
Plug-and-Play: The system is self-initializing; simply copy the files, run it once in your browser, and the database configuration is handled automatically.
Intuitive Interface: Once installed, it integrates into your "Configuration > My Store" menu, providing a dedicated manager where you can add, remove, and update your shortcuts without touching code.
Workflow Optimized: It effectively creates a "Favorites Bar" for your admin dashboard, saving you time spent navigating complex menus for routine tasks.
Zero Core Changes: Built as a standalone utility, it avoids modifying your core store files, making it completely upgrade-safe.
Plug-and-Play: The system is self-initializing; simply copy the files, run it once in your browser, and the database configuration is handled automatically.
Intuitive Interface: Once installed, it integrates into your "Configuration > My Store" menu, providing a dedicated manager where you can add, remove, and update your shortcuts without touching code.
Workflow Optimized: It effectively creates a "Favorites Bar" for your admin dashboard, saving you time spent navigating complex menus for routine tasks.
V1 Initial release 13 June 2026
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
by Mort_Lemur
Free Addon
Last updated: 2 months ago
97
Vat / Tax Sales Report
by Mort_Lemur
Free Addon
Admin
Other
If, like me, you have to submit quarterly Vat returns, you will know what a pain it can be knowing exactly how much you have sold in a date range and the tax (Vat) value of those sales. This is made more difficult by having to ensure you don't include pending or cancelled orders.
This mod is a really simple but extremely useful feature which adds an extra page to your admin called vat_report.php
This is accessed through the admin - reports menu.
The code determines which order statuses you are using and gives you the option to either include or exclude these in the report.
Just select the statuses required, select a date range and press export CSV
The outputted .csv file is sent to downloads folder on your computer.
This is accessed through the admin - reports menu.
The code determines which order statuses you are using and gives you the option to either include or exclude these in the report.
Just select the statuses required, select a date range and press export CSV
The outputted .csv file is sent to downloads folder on your computer.
V1 23 June 2026
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
by Mort_Lemur
Free Addon
Last updated: 2 months ago
26
KissIT Image Thumbnailer Pro
by raiwa
Paid Addon
Other
raiwa
Pro introduces support for the html tag “srcset:” It allows to indicate the browser that different versions of an image are available to fit the different needs of high resolution/retina devices and smaller devices.
It allows to auto convert all image formats (jpeg. png, gif) to webp images.
Webp format offers smaller images and therefore faster page load than all other image formats with the same image quality.
Optional offer original image format as fallback for WEBP incompatible browsers.
Pro introduces support for the html tag “srcset:” It allows to indicate the browser that different versions of an image are available to fit the different needs of high resolution/retina devices and smaller devices.
It allows to auto convert all image formats (jpeg. png, gif) to webp images.
Webp format offers smaller images and therefore faster page load than all other image formats with the same image quality.
Optional offer original image format as fallback for WEBP incompatible browsers.
KissIT Image Thumbnailer Pro Version.
Automatic create on the fly Thumbnails for all your images:
This add-on improves the page load time serving all images in just the required image size on all places.
Automatic create on the fly Thumbnails for all your images:
This add-on improves the page load time serving all images in just the required image size on all places.
Change log 5.0 (only for Phoenix 1.0.8.6-1.1.0.6+):
- updated srcset to more modern and versatile version
- updated admin support on catalog page to use modified default view file instead of javascript injection.
Change log 4.7.3:
- Updated templates\override\includes\modules\content\product_info\tpl_cm_pi_gallery.php for compatibility with Phoenix 1.0.9.10
Change log 4.7.2:
- added error fix for image names containing blank space. Thanks to @ Pierre_P.
Change log 4.7.1:
- updated overridden tpl_pi_gallery.php to match Phoenix 1.0.9.9+
- added new overridden tpl_pi_gallery_images.php to match Phoenix 1.0.9.9+
- tested with Phoenix 1.0.9.9 and PHP 8.3
Change log 4.7.0:
- updated overridden product_card.php to match Phoenix 1.0.9.5+
- Fixed wrong directory for overridden navbar brand language file
- updated version reference in install hook
- tested with Phoenix 1.0.9.7 and PHP 8.3
Change log 4.6.1:
- updated template width class in all content and pi templates to match Phoenix 1.0.9.4
- tested with Phoenix 1.0.9.4 and PHP 8.3
Change log 4.6.0:
- added support for transparent webp images
- tested with Phoenix 1.0.9.3 and PHP 8.3
Change log 4.5.4:
- updated deprecated legacy function for Phoenix 1.0.9.1 compatibility
Change log 4.5.3:
- updated deprecated errors under PHP 8.1/8.2
Change log 4.5.2:
- updated deprecated tep_info_image function in optional admin hook
- fixed possible error for transparent gif and png images
Change log 4.5.1:
- fix for missing images and default image replacement
4.5.0:
- added support to serve fallback original images instead of webp images for non webp compatible browsers
- added check for numeric image width and height parameters
- updated instructions
4.0.1:
- fixed warning error under PHP 8.0
- fixed error if no alt tag is passed
4.0.0:
- updated to use image class
- updated all coding to match actual core standards
- replaced gallery kissit modules by override templates
- updated srcset to more modern and versatile version
- updated admin support on catalog page to use modified default view file instead of javascript injection.
Change log 4.7.3:
- Updated templates\override\includes\modules\content\product_info\tpl_cm_pi_gallery.php for compatibility with Phoenix 1.0.9.10
Change log 4.7.2:
- added error fix for image names containing blank space. Thanks to @ Pierre_P.
Change log 4.7.1:
- updated overridden tpl_pi_gallery.php to match Phoenix 1.0.9.9+
- added new overridden tpl_pi_gallery_images.php to match Phoenix 1.0.9.9+
- tested with Phoenix 1.0.9.9 and PHP 8.3
Change log 4.7.0:
- updated overridden product_card.php to match Phoenix 1.0.9.5+
- Fixed wrong directory for overridden navbar brand language file
- updated version reference in install hook
- tested with Phoenix 1.0.9.7 and PHP 8.3
Change log 4.6.1:
- updated template width class in all content and pi templates to match Phoenix 1.0.9.4
- tested with Phoenix 1.0.9.4 and PHP 8.3
Change log 4.6.0:
- added support for transparent webp images
- tested with Phoenix 1.0.9.3 and PHP 8.3
Change log 4.5.4:
- updated deprecated legacy function for Phoenix 1.0.9.1 compatibility
Change log 4.5.3:
- updated deprecated errors under PHP 8.1/8.2
Change log 4.5.2:
- updated deprecated tep_info_image function in optional admin hook
- fixed possible error for transparent gif and png images
Change log 4.5.1:
- fix for missing images and default image replacement
4.5.0:
- added support to serve fallback original images instead of webp images for non webp compatible browsers
- added check for numeric image width and height parameters
- updated instructions
4.0.1:
- fixed warning error under PHP 8.0
- fixed error if no alt tag is passed
4.0.0:
- updated to use image class
- updated all coding to match actual core standards
- replaced gallery kissit modules by override templates
105,00 €
NOT SUPPORTED
TESTED
TESTED 8.0-8.5
TESTED
NOT SUPPORTED
TESTED
TESTED 8.0-8.5
TESTED
by raiwa
Paid Addon
Last updated: 2 months ago
LLMs Generator Pro - Multi Language
by tessthepup
Paid Addon
Admin
£30.00
TESTED 8.x
TESTED
by tessthepup
Paid Addon
Last updated: 2 months ago
Unique Model Check
by Mort_Lemur
Free Addon
Admin
A really simple but extremely useful feature which checks if the Products Model you are adding to a product is unique (Google shopping does not like duplicates).
A really simple but extremely useful feature which checks if the Products Model you are adding to a product is unique (Google shopping does not like duplicates).
Initial Release - 28 June 2026
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
by Mort_Lemur
Free Addon
Last updated: 2 months ago
22
Product Counter in Category Box
by Omar_one
Free Addon
Other
TESTED 7.x
TESTED
TESTED
by Omar_one
Free Addon
Last updated: 2 months ago
1407
CE Phoenix Upgrader Utility
by BrockleyJohn
Free Addon
Updates/Migration
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by BrockleyJohn
Free Addon
Last updated: 2 months ago
6361
Supplier FTP Stock Manager
by Mort_Lemur
Free Addon
Admin
Other
This mod is a really simple but extremely useful feature which adds an extra page to your admin called Supplier Stock Manager This is accessed through the admin - tools menu. Once set up you can automatically update your stock to match your suppliers at the push of a button.
This mod is a really simple but extremely useful feature which adds an extra page to your admin called Supplier Stock Manager This is accessed through the admin - tools menu. Once set up you can automatically update your stock to match your suppliers at the push of a button.
Initial Release 1 July 2026
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
by Mort_Lemur
Free Addon
Last updated: 2 months ago
36
Products Price Update depending on Options Price
by raiwa
Paid Addon
Layout PI
Content
35,00 €
Tested 5.3+
TESTED 7.x
TESTED 8.0-8.3
TESTED
by raiwa
Paid Addon
Last updated: a month ago
KissIT Image Thumbnailer
by raiwa
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
Tested 8.0-8.5
TESTED
by raiwa
Free Addon
Last updated: a month ago
7100
Restricted Postcodes Manager
by Mort_Lemur
Free Addon
Admin
Shipping
Other
I had to implement this on my old sites as if a customer from an area we do not ship to purchases an expensive item, we had to cancel the order and refund - But we still had to pay the card / PayPal processing fees which could be substantial. By stopping these customers registering and displaying the message "Sorry we do not ship to xxx postcodes" we avoided these situations.
As the name implies, This gives the store owner the ability to restrict customers from certain postcodes from registering for an account.
V1 Initial Release 11 July 2026
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
by Mort_Lemur
Free Addon
Last updated: a month ago
61
Textarea Character Count #21
by burt
Paid Addon
Admin
Eye Candy
Hooks
Code Co-op
£10
YES
YES
YES
by burt
Paid Addon
Last updated: a month ago
Dynamic XML Sitemap
by Mort_Lemur
Free Addon
Admin
Other
100% Core-Safe: Operates completely independently in your root directory. It requires no core code overrides, modifications, or hook installations.
PHP 8.2 & PHP 8.3 Ready: Bypasses legacy procedural code, deprecated configuration functions, and undefined constant errors.
On-The-Fly Generation: Dynamically queries the database when visited, ensuring search engines always see your newest products and categories instantly without needing manual file regenerations or cron jobs.
Intellectual Crawling (Last-Modified Dates): Pulls actual product edit dates from the database to supply the <lastmod> tag, signaling to Google exactly which products need to be re-indexed, saving server bandwidth.
Database Prefix-Proof: Queries the core tables directly, avoiding schema and table prefix conflicts.
PHP 8.2 & PHP 8.3 Ready: Bypasses legacy procedural code, deprecated configuration functions, and undefined constant errors.
On-The-Fly Generation: Dynamically queries the database when visited, ensuring search engines always see your newest products and categories instantly without needing manual file regenerations or cron jobs.
Intellectual Crawling (Last-Modified Dates): Pulls actual product edit dates from the database to supply the <lastmod> tag, signaling to Google exactly which products need to be re-indexed, saving server bandwidth.
Database Prefix-Proof: Queries the core tables directly, avoiding schema and table prefix conflicts.
This is a lightweight, standalone PHP script that dynamically generates a fully compliant XML sitemap for Phoenix Cart. It has been tested on PHP 8.2.
Initial Release 14 July 2026
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
by Mort_Lemur
Free Addon
Last updated: a month ago
24
Feedmachine 6
by raiwa
Paid Addon
Admin
99,00 €
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
TESTED
by raiwa
Paid Addon
Last updated: a month ago
Custom Navbar Module
by tessthepup
Paid Addon
Other
Code Co-op
£15.00
TESTED 8.x
TESTED
by tessthepup
Paid Addon
Last updated: a month ago
German language / Deutsches Sprachpaket
by cupidare
Free Addon
Languages
German translation for language files +++ Deutsche Übersetzung der Sprachdateien
German language files +++ Deutsche Sprachdateien
TESTED
TESTED
by cupidare
Free Addon
Last updated: a month ago
13618
Instant Image Preview #10
by burt
Paid Addon
Admin
Eye Candy
Code Co-op
£10
NO
YES
YES
YES
by burt
Paid Addon
Last updated: a month ago
Sort Products by Last Modified #8
by burt
Paid Addon
Hooks
Code Co-op
£10
YES
YES
YES
by burt
Paid Addon
Last updated: a month ago
Thumbnails in Modal Gallery #5
by burt
Paid Addon
Eye Candy
Code Co-op
£10
YES
YES
YES
by burt
Paid Addon
Last updated: a month ago