Addons Library

Auto Related Products
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
1263
Bank Transfer Payment
Payment
Bank Transfer Payment
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED

by raiwa
Free Addon
Last updated: 10 months ago
220
Store Mode
Other
Store Mode
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED

by raiwa
Free Addon
Last updated: 10 months ago
10856
SMTP Auth (by PHPMailer)
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
157
Admin Menu Add Text
Admin
Admin Menu Add Text
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: one year ago
2075
Danish Language Pack
Languages
Danish Language Pack

by Kofod95
Free Addon
Last updated: one year ago
18111
Address Format Manager
Admin
Address Format Manager
NOT SUPPORTED
TESTED 7.x
TESTED 8.0

by burt
Free Addon
Last updated: one year ago
402
Microsoft Clarity
Admin
Clarity with every click

Clarity is a free product that captures how people use your site. Setup is easy and you'll start getting data in minutes. https://clarity.microsoft.com/
Clarity with every click
Clarity is a free product that captures how people use your site. Setup is easy and you'll start getting data in minutes.
v0.1 - initial release
NOT TESTED
TESTED
N/A
NOT TESTED
TESTED
N/A

by burt
Free Addon
Last updated: one year ago
174
Featured Products
Content
Featured Products
NOT SUPPORTED
TESTED 7.x
TESTED 8.0 -8.3
TESTED

by raiwa
Free Addon
Last updated: one year ago
5413
Options Images
Admin Layout PI Content
Options Images
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
TESTED

by raiwa
Free Addon
Last updated: one year ago
3224
Attributes Weight
Admin Layout PI Content Shipping
Attributes Weight
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
TESTED

by raiwa
Free Addon
Last updated: one year ago
2159
Cookie Consent by FreePrivacyPolicy
Other
Cookie Consent by FreePrivacyPolicy
NOT SUPPORTED
TESTED 7.x
TESTED 8.2

by burt
Free Addon
Last updated: one year ago
583
Paypal Standard for Phoenix
Payment
Paypal Standard for Phoenix
NOT SUPPORTED
TESTED 7.4
TESTED 8.3

by BrockleyJohn
Free Addon
Last updated: one year ago
3841
Menu Titles in Admin
Admin
Menu Titles in Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.2

by burt
Free Addon
Last updated: one year ago
289
Stripe Payment
Payment
Stripe Payment
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED

by raiwa
Free Addon
Last updated: one year ago
3972
Advert Manager - Sort by Group then Sort Order
Admin
This addon changes the default `Sort` in the advert manager display to order by group and sort_order - which will allow shopowner to more easily find and view adverts.
If this addon helps you, I'd love a drink of beer...
This addon does not change Core Code.
This hook changes the default `Sort` in the advert manager display to order by group and sort_order - which will allow shopowner to more easily find and view adverts.
TESTED
TESTED
TESTED
TESTED
TESTED
TESTED

by burt
Free Addon
Last updated: 2 years ago
198
QR Codes on Invoice
Other Hooks
QR Codes on Invoice
TESTED
TESTED
N/A

by burt
Free Addon
Last updated: 2 years ago
412
Sloppy Words Cleaner
Admin
Sloppy Words Cleaner
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED

by raiwa
Free Addon
Last updated: 2 years ago
2525
Queued Emails - Foundation backported
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 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.
This addon is suitable for versions 1.0.8.5 up to and including v1.0.9.5.

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
Slim Checkout
Content
Slim Checkout
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED

by raiwa
Free Addon
Last updated: 2 years ago
5520
Continue Shopping Button
Content
Continue Shopping Button
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
TESTED

by raiwa
Free Addon
Last updated: 2 years ago
6295
Language Search & Edit
Admin Languages Updates/Migration
Language Search & Edit
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
3640
How did you find us?
Content
How did you find us?
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
2431
Shortcodes Hook
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!

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
818