Addons Library
All Addons
Recommended
1
Free Addons
168
Order Total
4
Discounts
6
Payment
7
Shipping
8
Updates/Migration
8
Other
53
Queued Emails
1
Eye Candy
7
Hooks
2
Commercial Addons
184
Code Co-op
23
PHOENIX PRO ADDONS
61
Paypal Standard for Phoenix
by BrockleyJohn
Free Addon
Payment
NOT SUPPORTED
TESTED 7.4
TESTED 8.3
by BrockleyJohn
Free Addon
Last updated: one year ago
3847
Prices with Tax Info
by raiwa
Free Addon
Product Info
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED
by raiwa
Free Addon
Last updated: 4 weeks ago
5093
Product Filters
by frankl
Free Addon
Content
Other
NOT SUPPORTED
NOT TESTED
TESTED 8.x
by frankl
Free Addon
Last updated: 2 years ago
812
Product Image Zoom
by zipurman
Free Addon
Eye Candy
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: 2 years ago
1985
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
491
Purchase without Account
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
TESTED
by raiwa
Free Addon
Last updated: 2 weeks ago
17039
QTpro
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
Tested 8.0-8.5
TESTED
by raiwa
Free Addon
Last updated: 2 days ago
3908
Queued Emails - Foundation backported
by burt
Free Addon
Queued Emails
In v1.0.9.6 we introduced Queued Emails into core. A few shopowners already have the system and have seen really good results in getting customers more engaged and coming back to give reviews and buy more products etc. I have ported the foundation files found in v1.0.9.6 back to earlier versions, so that more shopowners can try the system.
Installation is very easy; takes 2 minutes. There are no core code changes in this Addon.
Please note that from version 1.1.0.5 onwards, Queued Emails now works in all languages rather than the just the default language. This backported addon is still "default language" only!
Installation is very easy; takes 2 minutes. There are no core code changes in this Addon.
This addon is suitable for versions 1.0.8.5 up to and including v1.0.9.5.Please give the system a go. Even if you never use the system to actually send out emails, it is VERY interesting to see an email queue building up.
Please note that from version 1.1.0.5 onwards, Queued Emails now works in all languages rather than the just the default language. This backported addon is still "default language" only!
In v1.0.9.6 we introduced Queued Emails into core. A few shopowners already have the system and have seen really good results in getting customers more engaged and coming back to give reviews and buy more products etc. I have ported the foundation files found in v1.0.9.6 back to earlier versions, so that more shopowners can try the system.
TESTED 7.x
TESTED 8.x
TESTED 7.x
TESTED 8.x
by burt
Free Addon
Last updated: 2 years ago
160
Recently viewed products
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
by raiwa
Free Addon
Last updated: 4 days ago
4291
Redirect OpenCart URLs
by frankl
Free Addon
Updates/Migration
NOT SUPPORTED
NOT TESTED 7.x
TESTED
by frankl
Free Addon
Last updated: 2 years ago
92
Related Products
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
TESTED
by raiwa
Free Addon
Last updated: 2 weeks ago
3522
Repeat Order
by zipurman
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: 2 years ago
1521
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
Search Type Ahead
by zipurman
Free Addon
Eye Candy
NOT SUPPORTED
TESTED >= 7.2
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: 2 years ago
1787
ShareThis on product pages
by zipurman
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: 2 years ago
521
Ship In Cart
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
TESTED
by raiwa
Free Addon
Last updated: 4 days ago
4160
Shop by Price
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
by raiwa
Free Addon
Last updated: 7 days ago
3695
Shortcodes Hook
Add your own [shortcode] addons that use this for integration into info_pages and other areas.
1.1.0 (09/11/2024)
- added support for templated pages
- 1.0.0 (11/24/2022)
- Initial Release
by zipurman
Free Addon
Other
This hook will allow you to easily create shortcode projects for easy use in info_pages.
For example, you can create a shortcode of:
[mycoolcode title="My Cool Project" products_id="123" button_class="btn-danger" text="This is an example"]
And then add a file:
includes/hooks/shop/siteWide/shortcodes/mycoolcode.php
An array of $shortcode['params'] will be passed to the mycoolcode.php file and you can code accordingly to replace the original:
[mycoolcode title="My Cool Project" products_id="123" button_class="btn-danger" text="This is an example"]
with whatever the params and your imagination can think of.
I am planning on building some cool modules that use this for integration, I thought I would share and see what others come up with.
Have Fun!
For example, you can create a shortcode of:
[mycoolcode title="My Cool Project" products_id="123" button_class="btn-danger" text="This is an example"]
And then add a file:
includes/hooks/shop/siteWide/shortcodes/mycoolcode.php
An array of $shortcode['params'] will be passed to the mycoolcode.php file and you can code accordingly to replace the original:
[mycoolcode title="My Cool Project" products_id="123" button_class="btn-danger" text="This is an example"]
with whatever the params and your imagination can think of.
I am planning on building some cool modules that use this for integration, I thought I would share and see what others come up with.
Have Fun!
Add your own [shortcode] addons that use this for integration into info_pages and other areas.
1.1.0 (09/11/2024)
- added support for templated pages
- 1.0.0 (11/24/2022)
- Initial Release
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: 2 years ago
819
Simple Header Message
by zipurman
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
by zipurman
Free Addon
Last updated: 2 years ago
1219
Slim Checkout
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED
by raiwa
Free Addon
Last updated: 2 years ago
5526
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
2526
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
159