Addons Library

Special Offer Creator
Discounts
Special Offer Creator
NOT SUPPORTED
NOT TESTED
TESTED 8.3
NOT TESTED

by frankl
Free Addon
Last updated: 2 years ago
297
Spanish Language Pack
Languages
Spanish Language Pack
TESTED

by raiwa
Free Addon
Last updated: a month ago
23199
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
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
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
Single Confirmation Click
Other
Prevents multiple clicks on checkout confirmation
Very basic, single file, hook-based addon. Adds click handler to checkout confirmation button to prevent multiple clicks, caters for form validation. Works using button class "btn-success" and form name "checkout_confirmation"
Change Log Here
NOT SUPPORTED
TESTED 7.4
NOT TESTED
NOT SUPPORTED
TESTED 7.4
NOT TESTED

by BrockleyJohn
Free Addon
Last updated: 4 years ago
811
Simple Header Message
Other
Simple Header Message
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
1218
Simple Featured Products by Category
Content Index
Simple Featured Products by Category
NOT SUPPORTED
NOT TESTED
TESTED
TESTED

by tessthepup
Free Addon
Last updated: 3 months ago
45
Simple Featured Products
Index
Allows you to designate products to show on your home page. Simply insert a Comma Separated List of Product IDs when setting up the module. It cannot get more simple.
Allows you to designate products to show on your home page.
NOT SUPPORTED
NOT TESTED
TESTED
Yes
NOT SUPPORTED
NOT TESTED
TESTED
Yes

by burt
Free Addon
Last updated: one year ago
150
Simple Cross Sell
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.
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
Sidebar FlyOut Menu
Eye Candy
Sidebar FlyOut Menu
NOT SUPPORTED
NOT TESTED 7.x
TESTED
NOT TESTED

by Mort_Lemur
Free Addon
Last updated: 3 weeks ago
18
Side Box Modules
Other
Side Box Modules
NOT SUPPORTED
TESTED 7.x
TESTED
TESTED

by admin
Free Addon
Last updated: one year ago
439
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
Shopping Cart extra message
Content
Shopping Cart extra message

by ReneH4
Free Addon
Last updated: 5 years ago
1607
Shop by Price
Content
Shop by Price
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5

by raiwa
Free Addon
Last updated: 5 days ago
3692
Shop by Brand
Admin Index
Shop by Brand
NOT SUPPORTED
NOT TESTED 7.x
TESTED
TESTED

by tessthepup
Free Addon
Last updated: 3 months ago
25
Ship In Cart
Content
Ship In Cart
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5
TESTED

by raiwa
Free Addon
Last updated: 2 days ago
4160
ShareThis on product pages
Other
ShareThis on product pages
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
520
Set specials on product-edit
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.
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
5258
Separate Pricing Per Customer - SPPC
Admin Discounts
Separate Pricing Per Customer - SPPC
NOT SUPPORTED
NOT TESTED
8.3

by frankl
Free Addon
Last updated: 2 years ago
374
Search Type Ahead
Eye Candy
Search Type Ahead
NOT SUPPORTED
TESTED >= 7.2
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
1787
search for orders by customers name, customers and phone No
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 ..
TESTED 7.x
TESTED 8.x
TESTED 7.x
TESTED 8.x

by Omar_one
Free Addon
Last updated: 2 years ago
147
Rural Surcharge
Order Total
This order-total module will allow you to charge a Rural Surcharge for shipping to remote areas, based on the first 2 characters of the postal code.

Easy to install. Just upload the files maintaining the directory structure and then go into Admin and install it.

admin > modules > order_total > {install}

After installing the module configure it to your liking.

While this has been tested on a new build of 1.0.8.20 and PHP 8, if you do spot anything odd please PM me.
This order-total module will allow you to charge a Rural Surcharge for shipping to remote areas, based on the first 2 characters of the postal code.
First release
NOT SUPPORTED
NOT TESTED
TESTED 8.1
NOT SUPPORTED
NOT TESTED
TESTED 8.1

by Dan Cole
Free Addon
Last updated: 2 years ago
195
Reviews Navbar Header Modules
Content
Reviews Navbar Header Modules
NOT SUPPORTED
TESTED 7.x
TESTED 8.0

by raiwa
Free Addon
Last updated: 4 years ago
2088