CS-Cart “Free Shipping Notifier” add-on shows the notification about the sum that is left to get free shipping according to customer’s cart total. For example, the administrator sets the free shipping promotion for order with subtotal equal or above USD 500. The customer adds products of USD 380 and sees a message with the proposal to add some products of USD 120 or more to get free shipping promotion.
General features:
The ability to display a notification about the total cost of goods in the cart required for free shipping.
Ability to show a special block (progress bar “left for free shipping”), which shows the amount of the cart total left to receive the "Free Shipping" bonus on the product page, in the cart, in the cart drop-down list, in the “Product added to the cart” window .
The ability to place the Graphic block (progress bar “left for free shipping”) on any page of the store.
What Does Free Shipping Notifier do?
Increases Your Average Check
Show a notification and a special block with the information about the products cost to be added to the cart to get free shipping. Motivate your clients to spend more to get a free shipping and you will increase the average check in your online store.
[color=#282828][font=arial, verdana, tahoma, sans-serif][size=4]Why you do this with promotions and not with Delivery methode?[/size][/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif][size=4]In delivery, here stay all the cost for shipping and when shipping is free.[/size][/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif][size=4]If i have 9 deference shipcost and 4 promotions what then? [/size][/font][/color][/quote]
Hello,
This add-on is like a first step to be proceeded then. Current version is simply working with one free shipping promotion.
Seems this addon ignores the the category restrictions, so if you set a free delivery based on a selection of categories beware. Perhaps this can be changed or perhaps I'm doing something wrong.
Now you can use the special graphic block with information about free shipping promo. This block displays how much money customers need to get the free shipping:
The longer a green line is the less additional sum in order total is needed.
Have questions? Contact us at sales@cart-power.com or via chat in our store.
It would be cool if this add-on could be used for each vendor in cs cart multivendor?
Unfortunately, the promotions and layouts pages are not available for vendors according to the default Multi-Vendor functionality. The administrators only can manage these settings.
I tried the addon in a previous version and the category restrictions didn’t work. Did anyone try this now? There is a category that I want to be excluded from free shipping notification.
I tried the addon in a previous version and the category restrictions didn't work. Did anyone try this now? There is a category that I want to be excluded from free shipping notification.
The add-on does not have the functionality to exclude categories from the free shipping notification. Please, contact us via e-mail: sales@cart-power.com, describe exactly what you need and we try to find the best solution for you.
Hi, this was very useful IF you want free shipping for different values depending on country currently selected.
Im sure someone could tell me of a more graceful way of doing this, but if you change the free_shipping_block.tpl file to the following you will be able to customise the costs and places free shipping will apply by changing the {if} {elseif} statement with the country codes you want eg {if $j=="AT"} $free_shipping_val=100 would give you AT Austria with cart total over 100.