معرفی
ماژول Amount left for free shipping module PrestaShop 1.7 جهت نمایش مبلغ باقی مانده برای ارسال رایگان در پرستاشاپ می باشد.
ویژگی ها
Amount left for free shipping module displays the amount left to get free shipping, it can encourage your customers to buy more to get free shipping. There are several ways to set free shipping on PrestaShop, check this post How to setup free shipping for orders over a specified amount on PrestaShop. This module works in these two ways:
1) Using the "Free shipping starts at" setting.
2) Adding a Free shipping range to carriers.
Where the amount left for free shipping can be shown.
- All cart summary setiosn, like the ones on the Shopping cart page, the checkout page and the popup cart window.
- On the header of all pages.
- Message template for "Free shipping starts", it will show out when the cart is empty.
- Message template for "Get free shipping if you order X or more", it will show out when the shipping isn't free.
- Message template for "Free shipping", it will show out when the amount of order has reached the amount needed for free shipping.
You can decide whether to show the "Free shipping starts" message and the "Free shipping" message. The "Free shipping starts" message will change to the "Get free shipping if you order X or more" meesage if a product is added to the cart.
There are 4 variables you can use in the message template.
- {amount_left} if you put this in the meesage tempalte, it will be replaced by the amount left for free shipping.
- {starts_at} this will be replaced by the amount needed to get free shipping.
- {total} this will be replaced by the total amount order.
- {carrier} this will be replaced by the carrier who provides free shipping.
Two ways to calculate the amount left for free shipping
- Check all carriers to find the one who has the less amount needed for free shipping.
- Check the selcted carrier only to see if it has a free shipping range.
Fully customizable message templates.
This amount left for free shipping moduleis fully customizable, you can decide how & where to show the amount left for free shipping to perfectly match your site design without edting any files. Basic html knowledge is requied, we can provide free help for that.
Message template and Custom position are the two key features to make this module be flexiable and customizable.
Compatibility.
- Prestashop1.7.
- Transformer theme v4, Panda theme v2, Classic theme and all other standard themes.
- Comaptible with the Easycheckout module v2.7.0 and later.
Define standard theme? A standard theme contains all hooks from the Classic theme, it uses the /themes/core.js file to use the same ways as the Classic theme to handle the add-to-cart event, changing combination event, etc. All most all paid themes are standard ones.