Addons Library

SMTP Auth (by PHPMailer)
Other
SMTP Auth (by PHPMailer) is a security process that authenticates your identity with an outgoing mail server before sending emails. By providing a valid username and password, it proves you're authorized to use the service, preventing unauthorized relay and ensuring your messages from web forms, notifications, or scripts are delivered reliably through trusted providers like Gmail, SendGrid, or your hosting company's SMTP server.
Some hosts disable the usual sendmail mechanism, so here is an alternative way to send out emails in Phoenix
v1 - initial release
NOT TESTED
TESTED
N/A
NOT TESTED
TESTED
N/A

by burt
Free Addon
Last updated: 11 months ago
156
Ultimate SEO Urls
Other
Features

Ultimate SEO URL rewrites the standard Phoenix URLs to make them more user friendly and with multi-language support.

Products URLs can be composed with any combination of product, category, manufacturer or model names in any order. It can be changed and the old URL will redirect to the new one.

For example if you choose category/brand/model/product-name and if the uri type is path based your product url will look like:

Code: Select all

www.mysite.com/vegetables-von-peacock-green-tomatoes-gtom-p-6.html
instead of the regular:

Code: Select all

www.mysite.com/product_info.php?products_id=6
Multilanguage and SEO

It also adds the ability to differentiate URLs by language, creating different URL addresses for each one, something crucial if you want your pages to be indexed correctly by browsers depending on its target language.

Stock Phoenix returns the same URI for all the language localized versions of a page. This app will make them different pages, i.e.:

Default language (i.e. English): www.mysite.com/green-tomatoes-p-6.html
Second language (i.e. Spanish): www.mysite.com/es/tomates-verdes-p-6.html
Third language (i.e. French): www.mysite.com/fr/tomates-vertes-p-6.html

Note default language will not include the language path (/en/, /es/, /fr/, /de/...)

Canonical and hreflang tags

The app also includes canonical and hreflang modules that add differentiating tags to these pages. This highly improves Phoenix SEO capabilities for multi-lingual shops.

With the canonical tags Info pages will be linked to their corresponding .php file, avoiding the spiders finding duplicated content, i.e.;

www.mysite.com/info.php?pages_id=1

will become

www.mysite.com/privacy-cookie-policy-pi-1.html

and both canonical tags on these pages will point to

www.mysite.com/privacy.php

as the default URL for the same content.

With hreflang tags each page will contain links of other localized versions of itself:

English <link rel="alternate" hreflang="en" href="http://www.mysite.com/my-great-category-c-3.html" />
German <link rel="alternate" hreflang="de" href="http://www.mysite.com/de/meine-super-kategorie-c-3.html" />
Spanish <link rel="alternate" hreflang="es" href="http://www.mysite.com/es/mi-estupenda-c ... a-c-3.html" />

Cache

It also has the ability to cache URLs, using three methods: File, SQLite or Mysql based. This will improve the page generation times by saving database queries, specially on sites with lots of products and categories or servers with low resources.

404 error page

You can personalize your "404 Not found" page. The template is located at: /templates/default/includes/pages/notfound_404.php. It will return correct 404 header unlike stock one does.

Sitemap

Included in this package is a sitemap generator compatible with multiple languages. It will generate separate sitemaps for products, categories and other pages. To generate the sitemap you must access /sitemaps/index.php directory of your website. This task can be automated if you wish.
Ultimate SEO URL rewrites the standard Phoenix URLs to make them more user friendly and with multi-language support.

by Piernas
Free Addon
Last updated: 4 months ago
8616
KissIT Image Thumbnailer
Other
KissIT Image Thumbnailer
NOT SUPPORTED
TESTED 7.x
Tested 8.0-8.5
TESTED

by raiwa
Free Addon
Last updated: a month ago
7096
Low Stock Message
Admin Product Info Other
Low Stock Message
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED

by Mort_Lemur
Free Addon
Last updated: 3 days ago
9
Customer Print Invoice
Admin Content Other
Customer Print Invoice
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED

by Mort_Lemur
Free Addon
Last updated: 3 days ago
8
Enhanced Contact Us
Layout PI Other
Enhanced Contact Us
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED

by Mort_Lemur
Free Addon
Last updated: 3 days ago
6
Advanced Order Manager (AOM)
Admin Other
Advanced Order Manager (AOM)
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED

by Mort_Lemur
Free Addon
Last updated: 7 days ago
32
Mask Reviewers Name
Admin Other
Mask Reviewers Name
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED

by Mort_Lemur
Free Addon
Last updated: 3 weeks ago
15
Easy Product Manager
Admin Product Info Other
Add or edit products on a single page + assign existing attributes to that product.
V1.1 made compatible with long product descriptions (if installed), otherwise no changes.
A single admin page for adding and editing products
V1.0 Initial Release 31 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: 7 days ago
29
Easy Attributes Manager
Admin Product Info Other
Easy Attribute Manager sets everything into a single admin page and allows you to add and modify attributes and options and allocate them to single or multiple products
A single page system to create, allocate and modify product attributes and options
V 1.0 30 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: 3 weeks ago
27
Product Sales History
Admin Other
lets you search within a selectable timeframe (or forever) how many of a certain product you have sold - useful for stock planning
V1 26 July 2026
NOT SUPPORTED
NOT TESTED 7.x
TESTED
TESTED
NOT SUPPORTED
NOT TESTED 7.x
TESTED
TESTED

by Mort_Lemur
Free Addon
Last updated: 4 weeks ago
27
Dynamic XML Sitemap
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.
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
23
Recover Cart Sales
Admin Other
If a customer is registered on your site and abandons their shopping cart without completing the purchase this modification allows you to do the following:

1) View a list of abandoned carts from your **Customers – Recover Carts** menu. You may also choose to press the “**Email Customer**” button to email them a gentle reminder, or press the “Empty Cart**” button to clear their cart contents any time once they have logged off.

2) View the success rate of your Recover Carts campaign from your **Reports – Recovered Carts** menu. The date range to look back on this page is selectable.
Helps Recover Abandoned Carts
Initial Release 13 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: 3 weeks ago
21
Restricted Postcodes Manager
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
60
Supplier FTP Stock Manager
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
Vat / Tax Sales Report
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.
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
Cost Vs Markup - V1
Admin Other
A really simple but extremely useful feature which adds an extra field to the "add new product" page.
This field is for Cost Price (net) of the product. Fill in the cost price and then add your selling price and the margin will be shown as a % and as a £ value which helps when pitching how much to sell an item for. (see screenshots in download file)
Released as V1 17 June 2026
NOT SUPPORTED
TESTED 7.x
TESTED
NOT TESTED
NOT SUPPORTED
TESTED 7.x
TESTED
NOT TESTED

by Mort_Lemur
Free Addon
Last updated: 2 months ago
29
Quick Links Manager
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.
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
Orderlist V1
Admin Other
Orderlist V1
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED

by Mort_Lemur
Free Addon
Last updated: 2 weeks ago
48
LLMs Generator for AI Systems
Other
LLMs Generator for AI Systems

by tessthepup
Free Addon
Last updated: 7 months ago
1069
Contact Us - Country
Other
Adds a drop-down select onto the Contact Us page. The email to shopowner includes the selected Country name.

No Core Code changes, just upload and it will extend your contact_us form.
Same idea could be used to add whatever extra data you need from the customer.
Adds a drop-down select onto the Contact Us page.
NOT TESTED
TESTED
TESTED
NOT TESTED
TESTED
TESTED

by burt
Free Addon
Last updated: one year ago
105
QR Codes on Invoice
Other Hooks
QR Codes on Invoice
TESTED
TESTED
N/A

by burt
Free Addon
Last updated: 2 years ago
412
Bootstrap 5 - Light Dark Theme Chooser
Other
This Navbar modules allows the Shopper to choose their preferred Colour Mode "light" or "dark" or "auto".

You can read more at the Bootstrap 5 Docs:
https://getbootstrap.com/docs/5.3/custo ... lor-modes/

Important:
This addon works only with Bootstrap 5, so is only useable from 1.0.9.7 onwards.

Navbar allowing shoppers to choose their preferred theme.
NOT SUPPORTED
NOT TESTED
TESTED 8.3
NOT SUPPORTED
NOT TESTED
TESTED 8.3

by burt
Free Addon
Last updated: 2 years ago
137
UK Telephone Number Format
Other
This Addon will format the customers telephone number into a more recognizable UK format.

EG
01 234 567890 => 01234567890
+44 1234 567890 => 01234567890

This Addon is a simple hook listening to the create_account logic. All you need to do is upload the Hook.
Any inputted telephone number will be formatted appropriately.
This Addon will format the customers telephone number into a more recognizable UK format.
NOT SUPPORTED
TESTED 7.x
TESTED 8.3
NOT SUPPORTED
TESTED 7.x
TESTED 8.3

by burt
Free Addon
Last updated: 2 years ago
186