Addons Library
Tax Exempt Validator
by raiwa
Paid Addon
Admin
Content
Other
130.00 €
NOT SUPPORTED
TESTED 7.x
8.3
TESTED
by raiwa
Paid Addon
Last updated: one year ago
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
This Goes With That
by frankl
Free Addon
Layout PI
Content
Other
NOT SUPPORTED
NOT TESTED
TESTED 8.3
by frankl
Free Addon
Last updated: 2 years ago
151
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
Tickets (Customer Support) [#75]
by burt
Paid Addon
Admin
Other
£99
TESTED
TESTED
TESTED
by burt
Paid Addon
Last updated: 2 years ago
TinyMCE WYSIWYG editor
by puddlec
Free Addon
Admin
puddlec
This addon adds support for the TinyMCE editor within the admin section.
what does this addon do?
it will add the editor to the following textarea's
category description, manufacturers description, product description, Info Pages
works with multi languages stores.
This addon adds support for the TinyMCE editor within the admin section.
what does this addon do?
it will add the editor to the following textarea's
category description, manufacturers description, product description, Info Pages
works with multi languages stores.
This addon adds the TinyMCE editor within the admin section.
by puddlec
Free Addon
Last updated: 5 years ago
2371
Toast Push Notifications
by burt
Paid Addon
Eye Candy
£20
NOT TESTED
TESTED
TESTED
by burt
Paid Addon
Last updated: one year ago
Tracking
by raiwa
Paid Addon
Admin
Shipping
53,00 €
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED
by raiwa
Paid Addon
Last updated: one year ago
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
TypeAhead Instant Search
by burt
Paid Addon
Recommended
Eye Candy
£30
NOT TESTED
TESTED
TESTED
by burt
Paid Addon
Last updated: one year ago
UK Telephone Number Format
by burt
Free Addon
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.
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
187
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
8626
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
23
United Kingdom Postcode Formatter
by burt
Paid Addon
Other
£10
TESTED 7.x
TESTED 8.x
by burt
Paid Addon
Last updated: 3 years ago
Update Special Price
by burt
Paid Addon
Admin
Discounts
£25
TESTED 7.x
TESTED 8.x
by burt
Paid Addon
Last updated: 3 years ago
UPS Shipping Module
by zipurman
Free Addon
Shipping
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: 2 years ago
4091
USPS Shipping Module
by zipurman
Free Addon
Shipping
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: 3 years ago
1563
USPS Shipping Rates (REST)
by BrockleyJohn
Paid Addon
Shipping
£20
NOT SUPPORTED
TESTED 7.x
TESTED 8.3
TESTED
by BrockleyJohn
Paid Addon
Last updated: 11 months ago
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
27
View Customers Cart (in Admin)
by burt
Paid Addon
Admin
£20
NOT TESTED
TESTED
TESTED
by burt
Paid Addon
Last updated: one year ago
View Customers Queue
by burt
Paid Addon
Queued Emails
£10
TESTED 7.x
TESTED 8.x
by burt
Paid Addon
Last updated: 2 years ago