Addons Library
Random Addon
UPS Shipping Module
This shipping module will interface with the UPS shipping API.
This shipping module will interface with the UPS shipping API.
Change Log
- 1.5.1 (06/29/2022)
- Added a new option to specify SIGNATURE REQUIREMENTS and at what value to REQUIRE SIGNATURE
- 1.5.0 (06/29/2022)
- UPS API updated and broke module. Updated affected areas.
- 1.3.0 (05/16/2021)
- Minor fixes
- Coded with new classes. Supports CEP >= 1.0.8.3
- 1.2.0 (02/05/2021)
- Changed weight calcs to tie into Phoenix:
- Larger packages – percentage increase.
- Package Tare weight.
- 1.1.0 (02/01/2021)
- Critical Update – fixed issue with rate not being properly selected and defaulting to first item.
- 1.0.0 (01/20/2021)
- Initial Release
by zipurman
Free Addon
Random Addon
KissIT Image Thumbnailer
raiwa
Features:
Configurable min. image size to use thumbs
Equal image size adding background if necesary to smaller images
Equal image proportion adding background if necesary
Add watermark for images bigger than configured (including big images in pop-up of product_info)
Show customizable no image available thumb if image is missing
WEBP, JPEG, GIF and PNG images supported
Configurable JPEG and WEBP quality
In RGB configurable Background color
3 level sharpness filter
Transparent GIF and PNG suport
Reset thumbnails from Admin
Optional support for Admin
Features:
Configurable min. image size to use thumbs
Equal image size adding background if necesary to smaller images
Equal image proportion adding background if necesary
Add watermark for images bigger than configured (including big images in pop-up of product_info)
Show customizable no image available thumb if image is missing
WEBP, JPEG, GIF and PNG images supported
Configurable JPEG and WEBP quality
In RGB configurable Background color
3 level sharpness filter
Transparent GIF and PNG suport
Reset thumbnails from Admin
Optional support for Admin
Automatic create on the fly Thumbnails for all your images:
This add-on improves the page load time serving all images in just the required image size on all places.
This add-on improves the page load time serving all images in just the required image size on all places.
Change log 4.0.1:
- fixed warning error under PHP 8.0
Change log 4.0.0:
- updated to use image class
- updated all coding to match actual core standards
- replaced gallery kissit modules by override templates
- fixed warning error under PHP 8.0
Change log 4.0.0:
- updated to use image class
- updated all coding to match actual core standards
- replaced gallery kissit modules by override templates
Donate to Raiwa. Thank you for donating, it allows me to spend more time developing free contributions for you to use.
by raiwa
Free Addon
French Language Pack
by artfulweb
Free Addon
Languages
artfulweb
Here is the complete French language pack for CE Phoenix 1.0.8.0 with all the admin and catalog french language files, the Paypal app in French (includes/app/paypal/language), the installation directory all in French plus the translated READ ME file.
__________
Voici le pack complet en français pour CE Phoenix 1.0.8.0 avec tous les fichiers pour les répertoires admin et catalog en françaiss, l'app Paypal en français (includes/app/paypal/language), le répertoire d'installation tout en français plus le fichier READ ME traduit.
Here is the complete French language pack for CE Phoenix 1.0.8.0 with all the admin and catalog french language files, the Paypal app in French (includes/app/paypal/language), the installation directory all in French plus the translated READ ME file.
__________
Voici le pack complet en français pour CE Phoenix 1.0.8.0 avec tous les fichiers pour les répertoires admin et catalog en françaiss, l'app Paypal en français (includes/app/paypal/language), le répertoire d'installation tout en français plus le fichier READ ME traduit.
French language pack for CE Phoenix Cart 1.0.8.0
by artfulweb
Free Addon
Last updated 5 months ago
10484
italian translations phoenix
by bitit
Free Addon
Languages
italian translations phoenix
italian translations phoenix
by bitit
Free Addon
Last updated 5 months ago
4735
German language / Deutsches Sprachpaket
by cupidare
Free Addon
Languages
German translation for language files +++ Deutsche Übersetzung der Sprachdateien
The latest version can alway be found on github +++ Die aktuellste Version findet sich stets auf Github:
https://github.com/cupidare/PhoenixCart-German-Language
The latest version can alway be found on github +++ Die aktuellste Version findet sich stets auf Github:
https://github.com/cupidare/PhoenixCart-German-Language
German language files +++ Deutsche Sprachdateien
by cupidare
Free Addon
Last updated 3 weeks ago
4726
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, 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, 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 6 months ago
3035
Ultimate SEO Urls
by Piernas
Free Addon
Other
Piernas
Features
Ultimate SEO URL rewrites the standard Phoenix URLs to make them more user friendy and with multi-language support.
Products URLs can be composed with any combination of product, category, manufacturer or model names in any order. It can be changed and the old URL will redirect to the new one.
For example if you choose category/brand/model/product-name and if the uri type is path based your product url will look like:
www.mysite.com/vegetables-von-peacock-g ... m-p-6.html
instead of the regular:
www.mysite.com/product_info.php?products_id=6
Multilanguage and SEO
It also adds the ability to diferentiate URLs by language, creating different URL addresses for each one, something crucial if you want your pages to be indexed correctly by browsers depending on its target language.
Stock Phoenix returns the same URI for all the language localized versions of a page. This app will make them different pages, i.e.:
Default language (i.e. English): www.mysite.com/green-tomatoes-p-6.html
Second language (i.e. Spanish): www.mysite.com/es/tomates-verdes-p-6.html
Third language (i.e. French): www.mysite.com/fr/tomates-vertes-p-6.html
Note default language will not include the language path (/en/, /es/, /fr/, /de/...)
Canonical and hreflang tags
The app also includes canonical and hreflang modules that adds differentiating tags to these pages. This highly improves Phoenix SEO capabilities for multi-lingual shops.
With the canonical tags Info pages will be linked to their corresponding .php file, avoiding the spiders finding duplicated content, i.e.;
www.mysite.com/info.php?pages_id=1
will become
www.mysite.com/privacy-cookie-policy-pi-1.html
and both canonicat tags on these pages will point to
www.mysite.com/privacy.php
as the default URL for the same content.
With hreflang tags each page will containg links of other localized version of itself:
English <link rel="alternate" hreflang="en" href="http://www.mysite.com/my-great-category-c-3.html" />
German <link rel="alternate" hreflang="de" href="http://www.mysite.com/de/meine-super-kategorie-c-3.html" />
Spanish <link rel="alternate" hreflang="es" href="http://www.mysite.com/es/mi-estupenda-c ... a-c-3.html" />
Cache
It also has the ability to cache URLs, using three methods: File, SQLite or Mysql based. This will improve the page generation times by saving database queries, specially on sites with lots of products and categories or servers with low resources.
404 error page
You can personalize your "404 Not found" page. The template is located at: /templates/default/includes/pages/notfound_404.php. It will return correct 404 header unlike stock one does.
Sitemap
Included in this package is a sitemap generator compatible with multiple languages. It will generate separate sitemaps for products, categories and other pages. To generate the sitemap you must access /sitemaps/index.php directory of your website. This task can be automated if you wish.
Features
Ultimate SEO URL rewrites the standard Phoenix URLs to make them more user friendy and with multi-language support.
Products URLs can be composed with any combination of product, category, manufacturer or model names in any order. It can be changed and the old URL will redirect to the new one.
For example if you choose category/brand/model/product-name and if the uri type is path based your product url will look like:
www.mysite.com/vegetables-von-peacock-g ... m-p-6.html
instead of the regular:
www.mysite.com/product_info.php?products_id=6
Multilanguage and SEO
It also adds the ability to diferentiate URLs by language, creating different URL addresses for each one, something crucial if you want your pages to be indexed correctly by browsers depending on its target language.
Stock Phoenix returns the same URI for all the language localized versions of a page. This app will make them different pages, i.e.:
Default language (i.e. English): www.mysite.com/green-tomatoes-p-6.html
Second language (i.e. Spanish): www.mysite.com/es/tomates-verdes-p-6.html
Third language (i.e. French): www.mysite.com/fr/tomates-vertes-p-6.html
Note default language will not include the language path (/en/, /es/, /fr/, /de/...)
Canonical and hreflang tags
The app also includes canonical and hreflang modules that adds differentiating tags to these pages. This highly improves Phoenix SEO capabilities for multi-lingual shops.
With the canonical tags Info pages will be linked to their corresponding .php file, avoiding the spiders finding duplicated content, i.e.;
www.mysite.com/info.php?pages_id=1
will become
www.mysite.com/privacy-cookie-policy-pi-1.html
and both canonicat tags on these pages will point to
www.mysite.com/privacy.php
as the default URL for the same content.
With hreflang tags each page will containg links of other localized version of itself:
English <link rel="alternate" hreflang="en" href="http://www.mysite.com/my-great-category-c-3.html" />
German <link rel="alternate" hreflang="de" href="http://www.mysite.com/de/meine-super-kategorie-c-3.html" />
Spanish <link rel="alternate" hreflang="es" href="http://www.mysite.com/es/mi-estupenda-c ... a-c-3.html" />
Cache
It also has the ability to cache URLs, using three methods: File, SQLite or Mysql based. This will improve the page generation times by saving database queries, specially on sites with lots of products and categories or servers with low resources.
404 error page
You can personalize your "404 Not found" page. The template is located at: /templates/default/includes/pages/notfound_404.php. It will return correct 404 header unlike stock one does.
Sitemap
Included in this package is a sitemap generator compatible with multiple languages. It will generate separate sitemaps for products, categories and other pages. To generate the sitemap you must access /sitemaps/index.php directory of your website. This task can be automated if you wish.
Ultimate SEO URL rewrites the standard Phoenix URLs to make them more user friendy and with multi-language support.
by Piernas
Free Addon
Last updated one year ago
1757
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 7 months ago
1441
OSCommerce to CE Phoenix Migration Utility
by zipurman
Free Addon
Updates/Migration
by zipurman
Free Addon
Last updated 12 months ago
1434