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
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
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
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
2367
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
Stripe Hosted Payments
by Mort_Lemur
Free Addon
Admin
Payment
Stripe fully hosted Payment module - No card details go anwhere near your website. Gives the lowest Stripe PCI requirements
Stripe-hosted Checkout V1.0 for CE Phoenix 1.1.0.6 provides a modern, secure payment solution for PHP 8.2 using the official Stripe PHP client library v21.2.0. Customers enter their card details entirely on Stripe’s hosted payment page, so sensitive card data never passes through or is stored by the shop. This makes the integration eligible for Stripe’s simplest PCI validation route—a prefilled SAQ A—compared with traditional integrations that handle card data directly and can require the considerably more demanding SAQ D. The module also provides signed webhooks, strict server-side payment verification, duplicate-event protection, separate Test and Live settings, and Discount Codes compatibility, all without core changes.
V1.0 14 Aug 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 days ago
9
Store Logos Multi
by raiwa
Free Addon
Admin
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by raiwa
Free Addon
Last updated: 2 years ago
3077
Sloppy Words Cleaner
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED
by raiwa
Free Addon
Last updated: 2 years ago
2525
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
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
Set specials on product-edit
by Kofod95
Free Addon
Admin
This addon adds the ability to set a special price and expiry date directly from the product-editor, instead of setting it on specials.php.
This is particularily useful if you have a lot of products, and the dropdown on specials.php is getting annoying.
The specials still show up on specials.php, so you can still easily manage the products you already have on discount.
##For earlier versions##
If you are on a version prior to 1.0.5.9, you can still install this addon, using version 1.1, but you will need to insert a hook-call at admin/categories.php (line 617 on 1.0.5.0):
<?php
echo $OSCOM_Hooks->call('categories', 'injectDataForm');
?>
This call is added in core from 1.0.5.9 and later, so it's fine to add to an earlier version, and will not be overwritten by an update, if you update to at least 1.0.5.9.
The layout might be off, but if you look at the other input-boxes in categories.php, you might be able to figure out how to ammend includes/hooks/admin/categories/productSpecials.php accordingly
To install upload everything beside this file to the coresponding directories at the server.
NOTE! All files go to the includes of the root directory, and not the admin/includes!
Copy and translate the English language-file as needed.
Credit goes to the PhoenixCart core-developers for making it possible to install without modifying core.
This is particularily useful if you have a lot of products, and the dropdown on specials.php is getting annoying.
The specials still show up on specials.php, so you can still easily manage the products you already have on discount.
##For earlier versions##
If you are on a version prior to 1.0.5.9, you can still install this addon, using version 1.1, but you will need to insert a hook-call at admin/categories.php (line 617 on 1.0.5.0):
<?php
echo $OSCOM_Hooks->call('categories', 'injectDataForm');
?>
This call is added in core from 1.0.5.9 and later, so it's fine to add to an earlier version, and will not be overwritten by an update, if you update to at least 1.0.5.9.
The layout might be off, but if you look at the other input-boxes in categories.php, you might be able to figure out how to ammend includes/hooks/admin/categories/productSpecials.php accordingly
To install upload everything beside this file to the coresponding directories at the server.
NOTE! All files go to the includes of the root directory, and not the admin/includes!
Copy and translate the English language-file as needed.
Credit goes to the PhoenixCart core-developers for making it possible to install without modifying core.
A small hook to add a specials-input on the product-edit
- 2024-06-14 - Bugfix to avoid creating unwanted specials with a price of zero. Thank you, radhavallabh.
- 2024-05-24 - Cleaned up and updated for 1.0.8.21 and newer
- 2022-01-13 - Updated to work on 1.0.8.5 and newer. Modernized.
- 2021-09-14 - Bugfix and correction on structure; thank you BrockleyJohn. Add datepicker.
- 2021-06-01 - Initial release
NOT SUPPORTED
TESTED 7.3
TESTED 8.1
NOT SUPPORTED
TESTED 7.3
TESTED 8.1
by Kofod95
Free Addon
Last updated: 2 years ago
5257
Separate Pricing Per Customer - SPPC
by frankl
Free Addon
Admin
Discounts
NOT SUPPORTED
NOT TESTED
8.3
by frankl
Free Addon
Last updated: 2 years ago
374
search for orders by customers name, customers and phone No
by Omar_one
Free Addon
Admin
this module will give you ability to search for orders by entering the customers name, customers email address and customers phone number.
this module will give you ability to search for orders by entering the customers name, customers email address and customers phone number.
change the admin folder name to your admin folder name. copy the files. nothing will overwrite ..
change the admin folder name to your admin folder name. copy the files. nothing will overwrite ..
TESTED 7.x
TESTED 8.x
TESTED 7.x
TESTED 8.x
by Omar_one
Free Addon
Last updated: 2 years ago
147
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
60
Recover Cart Sales
by Mort_Lemur
Free Addon
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.
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
22
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
QTpro
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
Tested 8.0-8.5
TESTED
by raiwa
Free Addon
Last updated: 3 hrs ago
3902
Products Quick Edit
by Mort_Lemur
Free Addon
Admin
Other
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED
by Mort_Lemur
Free Addon
Last updated: 6 hrs ago
4
Product Sales History
by Mort_Lemur
Free Addon
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
28
Product Returns
by frankl
Free Addon
Admin
Other
NOT SUPPORTED
NOT TESTED
8.3
by frankl
Free Addon
Last updated: 2 years ago
444
Product Images Preview
by frankl
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.x
by frankl
Free Addon
Last updated: 2 years ago
490
Product Descriptions Short + Long
by Mort_Lemur
Free Addon
Admin
Layout PI
Product Info
NOT SUPPORTED
TESTED 7.x
TESTED
NOT TESTED
by Mort_Lemur
Free Addon
Last updated: 3 days ago
10