Git Product home page Git Product logo

magento2-module-freeshippingbar's Introduction

Magento 2 FreeShippingBar module

Adds a banner to the top bar with a "Free shipping from X" price notice

It makes the calculations based on cart items

Table of contents

Summary

This module adds a banner to the top bar block (above all content) with a "Free shipping from X" price notice.

It checks the items added to the cart and makes the calculations to change the message based on those:

  • If no cart item added, it shows a generic message "Free shipping if order is above X" (configurable though XML file).
  • If items added to the cart but cart price is below a threshold, it shows a "Only XX.XX left to get free shipping" message (configurable though XML file).
  • If items added to the cart and price is above or equals the threshold, it shows "Now you have free shipping for this order!" message (configurable though XML file).

Why

Because it is a simple way to add a very visible promo banner that goes straight to the point.

It does not have complicated options and it is configurated through xml files.

It does not have any admin options for configurations.

Installation

composer require nicolasblancom/magento2-module-freeshippingbar

Usage

Just install it and you will start seeing the banner in the front.

Change messages

In view/frontend/layout/default.xml file, you will see three variables:

  • messageDefault: it's the message when no items in cart, shows by default.
  • messageLeft: it's the message when there are items in cart, but you have not reached the threshold yet.
  • messageFree: it's the message for free shipping, when you already reached the threshold.

If you want to change those messages just extend this xml in your theme by copying it to: <your-vendor>/<your-theme>/layout/default.xml

Change threshold

magento2-module-freeshippingbar's People

Contributors

nicolasblancom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.