Addons Library
All Addons
Recommended
1
Free Addons
167
Order Total
4
Discounts
6
Payment
7
Shipping
8
Updates/Migration
8
Other
53
Queued Emails
1
Eye Candy
6
Hooks
2
Commercial Addons
183
Code Co-op
23
PHOENIX PRO ADDONS
61
Contact Us - Country
by burt
Free Addon
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.
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
106
Traduzione in Italiano
by strati
Free Addon
Languages
NOT SUPPORTED
TESTED 7.x
NOT TESTED
TESTED
by strati
Free Addon
Last updated: one year ago
172
Simple Cross Sell
by burt
Free Addon
Admin
Content
This addon allows you to quickly set up Cross Sell based on Product ID's. There are no core code changes so you can easily install this addon.
In 10 minutes from now, you can install this addon AND set up X-Sells on a number of products.
In 10 minutes from now, you can install this addon AND set up X-Sells on a number of products.
This addon allows you to quickly set up Cross Sell based on Product ID's
NOT TESTED
YES
YES
NOT TESTED
YES
YES
by burt
Free Addon
Last updated: one year ago
123
Image Cleaner
by frankl
Free Addon
Content
Updates/Migration
Other
NOT SUPPORTED
NOT TESTED
8.3
by frankl
Free Addon
Last updated: one year ago
1927
Admin Menu Add Text
by zipurman
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: one year ago
2075
SMTP Auth (by PHPMailer)
by burt
Free Addon
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
Australia Post Shipping Module
by hybrid
Free Addon
Shipping
NOT SUPPORTED
TESTED 7.x
TESTED
NOT TESTED
by hybrid
Free Addon
Last updated: 10 months ago
1138
Store Mode
by raiwa
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED
by raiwa
Free Addon
Last updated: 10 months ago
10856
Bank Transfer Payment
by raiwa
Free Addon
Payment
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED
by raiwa
Free Addon
Last updated: 10 months ago
220
Auto Related Products
by tessthepup
Free Addon
Content
This content module will display products from the same category on the product info page. Handy if you have a lot of products and find it unfeasible to manually add them individually using the related products addon
by tessthepup
Free Addon
Last updated: 10 months ago
1262
Customer Orders Tab
by BrockleyJohn
Free Addon
Admin
NOT SUPPORTED
TESTED 7.4
NOT TESTED
by BrockleyJohn
Free Addon
Last updated: 8 months ago
3398
Ultimate SEO Urls
by Piernas
Free Addon
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:
instead of the regular:
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.
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.htmlCode: Select all
www.mysite.com/product_info.php?products_id=6It 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
8618
Simple Featured Products by Category
by tessthepup
Free Addon
Content
Index
NOT SUPPORTED
NOT TESTED
TESTED
TESTED
by tessthepup
Free Addon
Last updated: 3 months ago
45
French Language Pack
by artfulweb
Free Addon
Languages
artfulweb
Here is the complete French language pack with all the admin and catalog french language files, the Paypal app in French (includes/app/paypal/language), the installation directory all in French plus the translated READ ME file.
__________
Voici le pack complet en français avec tous les fichiers pour les répertoires admin et catalog en françaiss, l'app Paypal en français (includes/app/paypal/language), le répertoire d'installation tout en français plus le fichier READ ME traduit.
Here is the complete French language pack with all the admin and catalog french language files, the Paypal app in French (includes/app/paypal/language), the installation directory all in French plus the translated READ ME file.
__________
Voici le pack complet en français avec tous les fichiers pour les répertoires admin et catalog en françaiss, l'app Paypal en français (includes/app/paypal/language), le répertoire d'installation tout en français plus le fichier READ ME traduit.
French language pack for CE Phoenix Cart
by artfulweb
Free Addon
Last updated: 3 months ago
19772
Shop by Brand
by tessthepup
Free Addon
Admin
Index
NOT SUPPORTED
NOT TESTED 7.x
TESTED
TESTED
by tessthepup
Free Addon
Last updated: 3 months ago
25
Cost Vs Markup - V1
by Mort_Lemur
Free Addon
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
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