Addons Library
Random Addon
CE Phoenix Upgrader Utility
This utility will upgrade your CE Phoenix store. The versions are in the /versions file. You can get the most recent versions on this page as they are released.
Instructions:
- BACKUP YOUR STORE FILES AND YOUR DATABASE !!
- Copy the upgrader folder to somewhere on your server. The easiest location would be inside your catalog folder.
- Navigate to yourwebsite.com/upgrader/
- Create a password
- Login
- Link to the file structure of your store
- Test the connection
- Review core changes. This will download a clean version of the version you are running currently. It will then compare that to your installed version and let you know which files have been altered from their original state. YOU SHOULD REVIEW ALL OF THOSE CHANGES if any as they may break custom mods you have done to your store. After proceeding, during the upgrade(s), files will be tagged if they are replacing modified files ... again, review your core changes to be sure you don't break your store.
- Check for configuration duplicates and remove any found.
- Start upgrading and read each upgrade carefully.
Note: This is not an official tool of the Phoenix Group, just my contribution to the group. You can still upgrade the way you usually do if that suits you.
Upgrade your Phoenix Store to the latest version, the easy way!
- 1.0.8.16 (07/04/2022)
- 1.0.8.15 (06/06/2022)
- 1.0.8.14 (05/02/2022)
- 1.0.8.13 (05/02/2022)
- 1.0.8.12 (03/14/2022)
- 1.0.8.11 (02/09/2022)
- 1.0.8.10 (01/26/2022)
- 1.0.8.9 (12/28/2021)
- 1.0.8.8 (12/04/2021)
- 1.0.8.7 (10/31/2021)
- 1.0.8.6 (09/30/2021) - Fixed issue with 1.0.8.6 not showing as upgrade option (10/08/2021)
- 1.0.8.5 (08/08/2021)
- 1.0.8.4 (06/01/2021)
- 1.0.8.3a (05/10/2021)
- patched sql to match ecartz adjustment to sql file for this version
- 1.0.8.3 (05/09/2021)
- 1.0.8.2 (04/23/2021)
- Added version 1.0.8.2 to upgrades
- Changed version number of upgrade utility to shadow Phoenix versioning
- 1.0.2 (04/11/2021)
- Fix issue in functions with undefined directory error
- 1.0.1 (04/06/2021)
- Fix page title and text in language file that still mentioned Migration Utility
- 1.0.0 (04/05/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.
NOT SUPPORTED
TESTED 7.x
Tested 8.0
by raiwa
Free Addon
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 21 hrs ago
1786
Price Levels
by zipurman
Paid Addon
Discounts
CAD$99
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Paid Addon
Last updated yesterday
Admin Access Levels
by zipurman
Paid Addon
Admin
CAD$79
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by zipurman
Paid Addon
Last updated 2 days ago
Google Maps delivery link
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
Tested 8.0
by raiwa
Free Addon
Last updated 4 days ago
223
KissIT Image Thumbnailer
by raiwa
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
Tested 8.0
by raiwa
Free Addon
Last updated 4 days ago
1063
KissIT Image Thumbnailer Pro
by raiwa
Paid Addon
Other
raiwa
It allows to auto convert all image formats (jpeg. png, gif) to webp images.
Webp format offers smaller images and therefore faster page load than all other image formats with the same image quality.
Pro introduces support for the html tag “srcset:” It allows to indicate the browser that different versions of an image are available to fit the different needs of high resolution/retina devices and smaller devices.
It allows to auto convert all image formats (jpeg. png, gif) to webp images.
Webp format offers smaller images and therefore faster page load than all other image formats with the same image quality.
Pro introduces support for the html tag “srcset:” It allows to indicate the browser that different versions of an image are available to fit the different needs of high resolution/retina devices and smaller devices.
KissIT Image Thumbnailer Pro Version.
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.
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.
88,00 €
NOT SUPPORTED
TESTED 7.x
Tested 8.0
NOT SUPPORTED
TESTED 7.x
Tested 8.0
by raiwa
Paid Addon
Last updated 4 days ago
Zipur Bundler - Free
by zipurman
Free Addon
Updates/Migration
This addon will allow you to easily install and manage addons created with the paid version of Zipur Bundler.
NOTE: Not tested on Windows Servers. Working on this for next release.
NOTE: Not tested on Windows Servers. Working on this for next release.
This addon will allow you to easily install and manage addons created with the paid version of Zipur Bundler.
2.1.0 (06/30/2022)
- Initial Release
- Initial Release
by zipurman
Free Addon
Last updated 6 days ago
42
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
4745
Discount Codes
by raiwa
Free Addon
Discounts
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated 3 weeks ago
2489
Name-based URLs Demo
by raiwa
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated a month ago
142
Name-based URLs Pro
by raiwa
Paid Addon
Other
49,00 €
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Paid Addon
Last updated a month ago
Prices with Tax Info
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated a month ago
482
Slim Checkout
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated a month ago
1590