Addons Library
All Addons
FREE PHOENIX ADDONS
81
Admin
18
Languages
8
Templates
1
Layout PI
5
Content
23
Order Total
1
Discounts
2
Payment
4
Shipping
6
Updates/Migration
6
Other
18
PAID PHOENIX ADDONS
43
PHOENIX PRO ADDONS
75
Options Images
by raiwa
Free Addon
Admin
Layout PI
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by raiwa
Free Addon
Last updated: 4 weeks ago
1126
AJAX Attribute Manager
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by raiwa
Free Addon
Last updated: 4 weeks ago
1862
Database Tool
by zipurman
Free Addon
Admin
Updates/Migration
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 3 months ago
1629
Core Compare Tool
by zipurman
Free Addon
Admin
Updates/Migration
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 3 months ago
1286
Language Search & Edit
by zipurman
Free Addon
Admin
Languages
Updates/Migration
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 3 months ago
1185
Admin Menu Add Text
by zipurman
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 3 months ago
545
Left Admin Menu
by zipurman
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 3 months ago
1668
Admin Session Timeout Warning
by Denzel
Free Addon
Admin
NOT TESTED
TESTED 7.x
TESTED 8.0
by Denzel
Free Addon
Last updated: 3 months ago
288
Customer Orders Tab
by BrockleyJohn
Free Addon
Admin
NOT SUPPORTED
TESTED 7.4
NOT TESTED
by BrockleyJohn
Free Addon
Last updated: 6 months ago
513
Languages Manager
by Piernas
Free Addon
Admin
This addon adds automatic install/uninstall language feature to Phoenix Cart.
Just upload language files to their proper directory and activate these from this addon.
It finds those language files and extracts language code from HTML_PARAMS constant located in the main admin language file. Then guesses language code from a preedefined list (or from the language filename if the language is not in the list).
Made this one because I need several languages on each test setup and it's really boring to install these manually every time you set up a test shop. The addon has a simplified, cleaner and faster interface. It takes all data from files and only allows to customize the language name and set the default one.
Additionally I added translations for sample products, categories and pages for spanish language. If you want to add another translation you can copy the file catalog\admin\includes\languages\espanol\sample_data\translation.php to the target language folder and edit the names and descriptions. if you do so, please send me that file to be included in this addon.
It finds those language files and extracts language code from HTML_PARAMS constant located in the main admin language file. Then guesses language code from a preedefined list (or from the language filename if the language is not in the list).
Made this one because I need several languages on each test setup and it's really boring to install these manually every time you set up a test shop. The addon has a simplified, cleaner and faster interface. It takes all data from files and only allows to customize the language name and set the default one.
Additionally I added translations for sample products, categories and pages for spanish language. If you want to add another translation you can copy the file catalog\admin\includes\languages\espanol\sample_data\translation.php to the target language folder and edit the names and descriptions. if you do so, please send me that file to be included in this addon.
NOT SUPPORTED
TESTED
NOT SUPPORTED
TESTED
by Piernas
Free Addon
Last updated: 6 months ago
1024
Google Maps delivery link
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
Tested 8.0
by raiwa
Free Addon
Last updated: 7 months ago
780
Attributes Weight
by raiwa
Free Addon
Admin
Layout PI
Content
Shipping
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by raiwa
Free Addon
Last updated: 9 months ago
358
Sloppy Words Cleaner
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by raiwa
Free Addon
Last updated: 9 months ago
588
Store Logos Multi
by raiwa
Free Addon
Admin
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by raiwa
Free Addon
Last updated: 10 months ago
540
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
- 01/06 2021 - Initial release
- 14/09 2021 - Bugfix and correction on structure; thank you BrockleyJohn. Add datepicker.
- 13/01 2022 - Updated to work on 1.0.8.5 and newer. Modernized.
by Kofod95
Free Addon
Last updated: one year ago
3160
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: one year ago
1557
Google Authenticator
by zipurman
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 2 years ago
523