Addons Library
Random Addon
Wholesale Pro Products Price Update
Updates Product Price depending on the selected options.
Requires previous installation of Wholesale PRO.
Includes Product Info Content and Pi module.
Includes Product Info Content and Pi module.
24,00 €
Compatibility:
Phoenix Cart 1.0.0.0-1.0.8.20+
Tested with Phoenix 1.0.8.20
OsCommerce 2.3.4.1 CE Frozen
PHP 7.0 - 7.2
Phoenix Cart 1.0.0.0-1.0.8.20+
Tested with Phoenix 1.0.8.20
OsCommerce 2.3.4.1 CE Frozen
PHP 7.0 - 7.2
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by raiwa
Paid Addon
Random Addon
hCaptcha - Protection from Bot Spammers
hCaptcha is a Recaptcha alternative, designed to help in the fight against Spammers and Bots. You can read more about hCaptcha by visiting the hCaptcha site.
Installation is very simple, just sign up at hCaptcha and get your unique site key - insert those details into the addon. As this addon is a lightweight hook, it is a simple upload and forget about it to start protecting your site. Used in conjunction with the Honeypot, this is known to stop 99% of Bots and Spammers.
Installation is very simple, just sign up at hCaptcha and get your unique site key - insert those details into the addon. As this addon is a lightweight hook, it is a simple upload and forget about it to start protecting your site. Used in conjunction with the Honeypot, this is known to stop 99% of Bots and Spammers.
£10
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by burt
Paid Addon
Fav Icon
by zipurman
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 3 years ago
365
Google Fonts
by zipurman
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 3 years ago
272
ShareThis on product pages
by zipurman
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 3 years ago
290
Multi-Vendor Shipping (MVS)
by ecartz
Paid Addon
Shipping
Drop ship products directly from your vendors. Automatically email the vendor, either during checkout or after payment is verified. Assign products to vendors in your admin area. Add shipping methods for each vendor.
Dropship from vendors
$2500.00
by ecartz
Paid Addon
Last updated: 3 years ago
Maths Captcha
by burt
Free Addon
Other
Maths Captcha originally released to Supporters of the Project.
Hook which adds a Maths question to some of the forms on your site.
by burt
Free Addon
Last updated: 3 years ago
419
Google Authenticator
by zipurman
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 2 years ago
869
OSCommerce to CE Phoenix Migration Utility
by zipurman
Free Addon
Updates/Migration
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 2 years ago
1574
Authorize.net AIM + Fancy Card Input
by BrockleyJohn
Paid Addon
Payment
This payment module adds support for Authorize.net AIM payments and offers a user-friendly card input and validation form that can greatly improve conversions especially on mobile.
Authorize.net AIM + Fancy Card Input
£40.00
Initial Release
by BrockleyJohn
Paid Addon
Last updated: 2 years ago
Square Cards, Apple + Google Pay, ACH, Gift Cards
by BrockleyJohn
Paid Addon
Payment
£75.00
by BrockleyJohn
Paid Addon
Last updated: 2 years ago
Newsletter subscribtion at completed order
by Kofod95
Free Addon
Content
This addon will add a block at checkout_succes (after a customer has placed and confirmed their order), that allow the customer to subscribe to your stores newsletter.
If a customer is already subscribed, the block will not show.
If a customer is already subscribed, the block will not show.
Allows customers to subscribe to General newsletter after checkout
18/08 2021 - Initial release
by Kofod95
Free Addon
Last updated: 2 years ago
1394
Product Image Zoom
by zipurman
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Free Addon
Last updated: 2 years ago
1563
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: 2 years ago
1688
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: 2 years ago
3250
italian translations phoenix
by bitit
Free Addon
Languages
italian translations phoenix
italian translations phoenix
by bitit
Free Addon
Last updated: 2 years ago
5083