Addons Library
All Addons
FREE PHOENIX ADDONS
76
Admin
17
Languages
8
Templates
1
Layout PI
5
Content
22
Order Total
1
Discounts
2
Payment
3
Shipping
6
Updates/Migration
6
Other
16
PAID PHOENIX ADDONS
37
PHOENIX PRO ADDONS
75
Customer Orders Tab
by BrockleyJohn
Free Addon
Admin
NOT SUPPORTED
TESTED 7.4
NOT TESTED
by BrockleyJohn
Free Addon
Last updated 4 days ago
24
KissIT Image Thumbnailer
by raiwa
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
Tested 8.0
by raiwa
Free Addon
Last updated 5 days ago
1206
Languages Manager
by Piernas
Free Addon
Admin
This addon adds automatic install/uninstall language feature to Phoenix Cart.
Just upload language files to their proper directory and activate these from this addon.
It finds those language files and extracts language code from HTML_PARAMS constant located in the main admin language file. Then guesses language code from a preedefined list (or from the language filename if the language is not in the list).
Made this one because I need several languages on each test setup and it's really boring to install these manually every time you set up a test shop. The addon has a simplified, cleaner and faster interface. It takes all data from files and only allows to customize the language name and set the default one.
Additionally I added translations for sample products, categories and pages for spanish language. If you want to add another translation you can copy the file catalog\admin\includes\languages\espanol\sample_data\translation.php to the target language folder and edit the names and descriptions. if you do so, please send me that file to be included in this addon.
It finds those language files and extracts language code from HTML_PARAMS constant located in the main admin language file. Then guesses language code from a preedefined list (or from the language filename if the language is not in the list).
Made this one because I need several languages on each test setup and it's really boring to install these manually every time you set up a test shop. The addon has a simplified, cleaner and faster interface. It takes all data from files and only allows to customize the language name and set the default one.
Additionally I added translations for sample products, categories and pages for spanish language. If you want to add another translation you can copy the file catalog\admin\includes\languages\espanol\sample_data\translation.php to the target language folder and edit the names and descriptions. if you do so, please send me that file to be included in this addon.
NOT SUPPORTED
TESTED
NOT SUPPORTED
TESTED
by Piernas
Free Addon
Last updated a week ago
119
Prices with Tax Info
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
by raiwa
Free Addon
Last updated 2 weeks ago
643
Discount Codes
by raiwa
Free Addon
Discounts
NOT SUPPORTED
TESTED
TESTED
by raiwa
Free Addon
Last updated 3 weeks ago
2639
Products Measures / Dimensions
by Kofod95
Free Addon
Layout PI
Adds input-fields when editing products to save dimensions of the product. A PI-module shows this data (if any) recalculated if necessary into metric/imperial depending on configuration and visitors browser preferences. The visitor can switch between the scales as he/she likes.
Can be installed with the Zipur installer
Can be installed with the Zipur installer
Allows product dimensions to be saved and shown to customers
22/2 2022: Initial release in forum
14/06 2022: Added ability for the customer to switch between scales
05/07 2022: Bugfix-release in forum
12/07 2022: Updated, cleaned and released publicly
14/06 2022: Added ability for the customer to switch between scales
05/07 2022: Bugfix-release in forum
12/07 2022: Updated, cleaned and released publicly
NOT SUPPORTED
TESTED 7.x
NOT TESTED
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by Kofod95
Free Addon
Last updated 4 weeks ago
93
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 a month ago
1959
Google Maps delivery link
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
Tested 8.0
by raiwa
Free Addon
Last updated a month ago
330
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 a month ago
150
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 2 months ago
4873
Name-based URLs Demo
by raiwa
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated 2 months ago
248
Slim Checkout
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated 3 months ago
1718
AJAX Attribute Manager
by raiwa
Free Addon
Admin
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated 3 months ago
1518
Attributes Weight
by raiwa
Free Addon
Admin
Layout PI
Content
Shipping
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated 3 months ago
298
Hide Boxes on small devices
by raiwa
Free Addon
Other
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated 4 months ago
1753
Purchase without Account
by raiwa
Free Addon
Content
NOT SUPPORTED
TESTED 7.x
NOT TESTED
by raiwa
Free Addon
Last updated 4 months ago
5184