Extended Shipping Rates Pro pour Magento® 2.x

Le module Extended Shipping Rates Pro vous aidera à personnaliser les frais d'expédition exactement comme vous le souhaitez. Différents filtres de prix et conditions d'affichage des méthodes d'expédition vous aideront à montrer le tarif d'expédition le plus actuel aux visiteurs de votre site.
Supported Magento editions
Magento Open Source (CE) Adobe Commerce (EE) Adobe Commerce Cloud (ECE)
159,00 $US
Ajouter au panier

Souhaitez-vous contrôler entièrement les frais d’expédition en fonction de la région, de la date, des jours fériés, des remises, etc. ? Le module « Extended Shipping Rates Pro » pour Magento 2 vous y aide.

Notre module ne nécessite aucun module supplémentaire pour filtrer ou restreindre les méthodes d’expédition sur la page de checkout. Il crée ses propres règles d’affichage de ses méthodes d’expédition.

Nouvelle fonctionnalité : modification du prix sur la base de règles. Vous créez dans une méthode d’expédition un nombre illimité de règles de prix. Exemple : frais d’expédition 10 % moins chers les jours fériés, 20 % au Nouvel An. Notre module s’en charge sans effort. Vous indiquez également des restrictions liées au poids, au prix total du panier, au prix d’un article quelconque, etc. Le nombre de combinaisons de règles atteint plusieurs centaines.

Avec notre module, vous disposez d’un contrôle véritablement illimité sur les méthodes et les frais d’expédition. De plus, le module est entièrement compatible avec tous nos modules Magento 2.

Démo

Vous pouvez essayer cette extension pendant 30 jours. Demandez la démo sur cette page avec Demander une démo ; son fonctionnement est expliqué sur Essayez une extension pendant 30 jours.

CMS Magento 2
Compatibilité 2.4, 2.3
Fonctionnalités
  • Show/hide delivery methods depending on different order parameters
  • Price change in many ways
  • The ability to create an infinite number of shipping methods
    The ability to include shipping methods only on holidays and weekends, as well as renew annually or monthly
  • Specify time of day to show shipping method
  • Compatible with Hyva Theme and Hyva Checkout

The extension is installed with Composer. Which repository you add depends on where you bought it — the install itself is the same either way.

1. Connect the repository

Bought on extmag.com. Your account page shows the repository address and your personal credentials, together with the two composer config commands to paste. Run them once per project; every extension you own is then available from the same repository.

Bought on the Adobe Commerce Marketplace. The package is served from repo.magento.com, which most stores already have configured. If not, add the access keys from your Adobe account under My Profile -> Access Keys.

2. Install the extension

Run in the project root:

composer require extmag/extendedratespro
php bin/magento setup:upgrade
php bin/magento cache:flush

Composer resolves the shared Extmag packages the extension depends on, so there is nothing else to require by hand.

Log out and log back into the admin, and the extension is ready.

Trying it before you buy

You can ask for a 30-day demo of this extension and install it exactly as above — same package, same repository, same commands. How demos work.

Installing without Composer

The archive can be unpacked into app/code/Extmag/ instead, but that leaves the extension outside dependency management: its shared packages have to be installed by hand and updates never reach it. Use Composer for any store you run, demo included.

For any question about the installation, please contact our technical support.

Configuration

To configure the extension, go to Extmag -> Extended Shipping Rates -> Configuration

Extended Shipping Rates configuration link in menu

In the Extended Shipping Rates group, you need to turn on the module and fill in the Title. The title can be changed for each shipping method.

Extended Shipping Rates configuration

If your store is in developer mode you set Debug to Yes.

If necessary, you can import or export shipping methods.

Using Shipping methods

Create a shipping method

To create the shipping method, go to Extmag -> Extended Shipping Rates -> Shipping Methods

Shipping methods link in menu

Click the “Add New Shipping Method” button

List of Shipping Methods

Fill in the required fields and save the shipping method

Creating or editing Shipping Method

Description - description of shipping method for admin. The description has to be unique.

Title - this field is the name of the shipping method that the buyer sees when placing an order at the shipping stage.

Title of Carrier - this field is the name of the carrier. The field overwrites the Title setting from the module configuration.

Active - Activate or deactivate shipping method at checkout.

Price - it is the price of shipping.

Websites - select stores for which this method will be applied.

Customer Groups - select customer groups for which this method will be applied.

Apply Cart Price Rules (Free Shipping) - if you have customized cart rules for free shipping and you want to apply them to this method, then enable this option.

Creating or editing Shipping Method step 2

Conditions - you can customize the rules for displaying the shipping method on the checkout page for many parameters, adding as many rules as you need.

Creating or editing Shipping Method step 3

Price Actions - final price formation rules. The rules are independent of each other. The lowest price is chosen. The creation of the Price Action will be shown below.

Date and time rules

Date and Time Restrictions - displaying delivery methods only on specific dates or in a specific time period. Cyclic events are supported.

Application Frequency - the frequency of the date to display the shipping method.

Date From - start date and time of delivery method display.

Date To - the end date and time of the shipping method display.

Days of Week - if at least one item from the list is selected, then the delivery method will be shown only on these days of the week.



Create a Price Rule

To create the price rule, go to Extmag -> Extended Shipping Rates -> Price Rules

Price Rules link in menu

Click the “Add New Price Rules” button

Add new rule button

Fill in the required fields and save the price rule

Form of price rule

Title - the name of the price rule.

Price - it is a number or price pattern. If just a number is specified. The shipping method price will be replaced by the number entered here. If you entered a template in this field, then the actions according to the template will be applied to the shipping price.

Conditions - the rules under which this price rule will be applied.

Price patterns

empty (blank): leave blank if you do not want to apply an additional price to the base shipping price.

0: the shipping method becomes free.

20: enter any price and this price will be shown instead of the base shipping price.

-20: enter a number with a minus sign in front and the base price will be reduced by the number entered.

+20: enter a number with a plus sign in front and the base price will be increased by the number entered.

-10%: enter a number with a minus sign in front and a percentage sign at the end, and the base price will be reduced by a percentage equal to the entered number.

+20%: enter a number with a plus sign in front and a percentage sign at the end, and the base price will be increased by a percentage equal to the entered number.

max20: enter a number with a "max" prefix in front and the final price will be less than or equal to this number.

min20: enter a number with a "min" prefix in front and the final price will be greater than or equal to this number.

Numbers 20 and 10 are given as an example. In your case, these can be any numbers.

 

Displaying the shipping method on the checkout page

Display shipping method at checkout

1.6.1

Replaced the Alpine.js x-data disabled binding with a server-rendered disabled attribute.

1.6.0

Replaced the Alpine.js x-data disabled binding with a server-rendered disabled attribute.

1.5.9

Refactored Hyva checkout shipping method list to use SecureHtmlRenderer for CSP compliance.

1.5.8

Added support Magento 2.4.9 and Adobe Commerce 2.4.9

1.5.7

Added BlackoutRules feature with admin CRUD, repository, UI components, and migration patch.

1.5.6

Added support Magento 2.4.8-p4 and Adobe Commerce 2.4.8-p4

1.5.5

Refactored code.

1.5.4

Added support Magento 2.4.8-p3 and Adobe Commerce 2.4.8-p3

1.5.3

Added support Magento 2.4.8-p2 and Adobe Commerce 2.4.8-p2

1.5.2

Added support Magento 2.4.8-p1 and Adobe Commerce 2.4.8-p1

1.5.1

Added support Magento 2.4.8 and Adobe Commerce 2.4.8

1.5.0

Added support Magento 2.4.7-p5 and Adobe Commerce 2.4.7-p5

1.4.9

Added support Magento 2.4.7-p4 and Adobe Commerce 2.4.7-p4

1.4.8

Added support Magento 2.4.7-p3 and Adobe Commerce 2.4.7-p3

1.4.7

Fixed the z-index issue on the label details page.

Added support Magento 2.4.7-p2 and Adobe Commerce 2.4.7-p2

1.4.6

Added support Magento 2.4.7-p1 and Adobe Commerce 2.4.7-p1

1.4.5

Added support Magento 2.4.7 and Adobe Commerce 2.4.7

1.4.4

Integration with Hyva Theme and Hyva Checkout has been added

1.4.3

Added support Magento 2.4.6-p4 and Adobe Commerce 2.4.6-p4

1.4.2

Improve the speed of calculating rules

1.4.1

Fixed bug with conditions for Product Attributes Combinations

1.4.0

Added support Magento 2.4.6-p3 and Adobe Commerce 2.4.6-p3

1.3.9

Added support Magento 2.4.6-p2 and Adobe Commerce 2.4.6-p2

1.3.8

Added support Adobe Commerce 2.4.6-p1

1.3.7

Support Adobe Commerce (Magento) 2.4.6

Support PHP 8.1

1.3.6

Fixed some minor bugs

1.3.5

Fixed the PHP warnings

1.3.4

Support Adobe Commerce (Magento) 2.4.5-p1

1.3.3

Support Adobe Commerce (Magento) 2.4.5

1.3.2

Fixed etc/adminhtml/di.xml and etc/di.xml

1.3.1

Fixed bug with Magento 2.3 and dependency injection

1.3.0

Added shipping method logo.

Support PHP 8.1 and Magento 2.4.4

1.2.2

Fixed deprecated PHP function array_key_exists for objects

1.2.1

Added Date and Time

Restriction for Price Rule

Reformat code with the new style

1.2.0

A new parameter "Allowed areas" have been added that allows you to show the delivery method only in the admin panel

1.1.0

Added a link to the price rule edit page from the delivery method edit page

1.0.0

Module created