Addons Library

CE Phoenix Upgrader Utility
Updates/Migration
CE Phoenix Upgrader Utility
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by BrockleyJohn
Free Addon
Last updated: 2 months ago
6359
Invoice on Checkout_success
Content
Invoice on Checkout_success
NOT SUPPORTED
TESTED 7.3
TESTED 8.1

by Kofod95
Free Addon
Last updated: 2 years ago
1796
Fedex Shipping Module
Shipping
Fedex Shipping Module
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
1508
Repeat Order
Content
Repeat Order
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
1519
How did you find us?
Content
How did you find us?
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
2431
Stripe Payment
Payment
Stripe Payment
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3
TESTED

by raiwa
Free Addon
Last updated: one year ago
3972
German language / Deutsches Sprachpaket
Languages
German translation for language files +++ Deutsche Übersetzung der Sprachdateien

German language files +++ Deutsche Sprachdateien
TESTED
TESTED

by cupidare
Free Addon
Last updated: a month ago
13616
Mollie Payment 2024(Repack)
Payment
This is a re-pack of the addon created by Mollie B.V. <info@mollie.nl> with changes to get it working with Phoenix (1.0.9.1)

This version is based on the 1.0 API which will no longer work after December 2024.

You should upgrade to API Version 2: app.php/addons/paid_addon/mollie_paymen ... es_api_v2/
This is a re-pack of the addon created by Mollie B.V.
Change Log
2024-04-27 (2024.1.0)
- Added support for PHP 8.2
2024-04-22 (2024.0.0)
- Fixed some issues with mollie_base and mollie_helper throwing errors in 1.0.9.1
2023-09-08 (2023.0.0)
- Fixed some issues with mollie_base and mollie_helper throwing errors in 1.0.8.20

NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.2
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.2

by zipurman
Free Addon
Last updated: 2 years ago
3355
Favorite Countries
Other
Favorite Countries
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
1099
USPS Shipping Module
Shipping
USPS Shipping Module
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 3 years ago
1563
Canada Post Shipping Module
Shipping
Canada Post Shipping Module
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
1088
UPS Shipping Module
Shipping
UPS Shipping Module
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
4089
Language Search & Edit
Admin Languages Updates/Migration
Language Search & Edit
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
3640
OSC/Phoniex to Phoenix Migration Utility
Updates/Migration
OSC/Phoniex to Phoenix Migration Utility
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
2328
Google Fonts
Other
Google Fonts
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 5 years ago
450
Fav Icon
Other
Fav Icon
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.2

by zipurman
Free Addon
Last updated: 5 years ago
622
Ultimate SEO Urls
Other
Features

Ultimate SEO URL rewrites the standard Phoenix URLs to make them more user friendly 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:

Code: Select all

www.mysite.com/vegetables-von-peacock-green-tomatoes-gtom-p-6.html
instead of the regular:

Code: Select all

www.mysite.com/product_info.php?products_id=6
Multilanguage and SEO

It also adds the ability to differentiate 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 add 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 canonical 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 contain links of other localized versions 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 friendly and with multi-language support.

by Piernas
Free Addon
Last updated: 4 months ago
8619
Spanish Language Pack
Languages
Spanish Language Pack
TESTED

by raiwa
Free Addon
Last updated: a month ago
23197
Dutch Language Pack
Languages
Dutch Language Pack

by Fiber
Free Addon
Last updated: 2 months ago
23098
TinyMCE WYSIWYG editor
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 the TinyMCE editor within the admin section.

by puddlec
Free Addon
Last updated: 5 years ago
2367
Holiday - Promotional Message
Content
Holiday - Promotional Message
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.5

by raiwa
Free Addon
Last updated: 5 days ago
3466
Featured Products
Content
Featured Products
NOT SUPPORTED
TESTED 7.x
TESTED 8.0 -8.3
TESTED

by raiwa
Free Addon
Last updated: one year ago
5413
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
3690
Product Image Zoom
Eye Candy
Product Image Zoom
NOT SUPPORTED
TESTED 7.x
TESTED 8.0-8.3

by zipurman
Free Addon
Last updated: 2 years ago
1984