Posts

Showing posts with the label Extrembler

Popup Before Add to Cart - Magento

Image
Magento is very big e-commerce platform which support various functionality by extension , also called as module. In this blog, we will see an unique functionality "Popup before Add to cart". Essentially, while adding product to cart website owner need to show some content for marketing purpose or anything else. This extension exactly made for same functionality. It will show content before adding product to cart. Extrembler CartBeforePopup v 1.0.0 Another question is that, What if website owner need to show CMS block content on popup. Don't worry , our team has already taken care of that. An extension provide functionality to user where he/she can choose any cms block from system or simple text content based on choice. One of the major benefit of the module, easily disable and enable functionality without disabling the module. Find out more information below. Features: 1. Easy installation. 2. Manageable content. 3. Easy selection of CMS ...

Cart Page Ajax - Magento

Image
Wondering to give breathtaking functionality for cart page. What can be done on cart page for that astonishing functionality? Having same question in mind though!! On cart need to update quantity or delete the product, but it always refresh the page and it involve time consuming. Sometimes even cart abandonment happens due to page loading. Well, all of the problem's solution lies in AJAX working for all actions. Pretty good!! No need to develop own module because here already coded extension for that. Volla!!! Extrembler AjaxCartUpdate v 1.0.1 Features: 1. Update cart page by ajax. 2. Easy to manage. 3. Mini cart, shipping section, cart total section update. 4. Efficiently work with RWD theme. Benefits: 1. Free support for first 1 year. 2. Open source so anybody can modify as per needs. 3. Work best with RWD theme. 4. Easy installation.  5. Less coded for better efficiency. 6. Trouble-free customization. Due to so...

Magento 2 - Open Orders

Image
Open Orders Magento is a great platform to build e-commerce website. It provides you all basic functionality for an e-commerce website need. At earlier stage of the website, number of orders are less for any customer. But as with time website become famous for buying stuff, it will become very difficult to handle orders due to number of orders increase and customers also take leap breakthrough. Well, Magento has great functionality called extension. An ERP extension available to handle all that order system. We will talk about good ERP modules later some time, let's talk about Open Orders. So what meant by Open Order ? Definition as per extrembler team :  All those orders which are not shipped yet are consider as open orders . Sometimes, it become hard to distribute orders which are open and under shipping progress. From admin side it is very easy to distribute those order using grid filtration but what about customers. So we are here with functionality calle...

Magento 2 - Daily useful Command List

Magento 2 - command list Have you heard about shortcuts of command we can use in magento version 2? Haven't!!! Don't worry, here we have explained command list along how do command shortcut perform same task what command perform. Well, start with the explanation of how shortcut works. The first one to three letter of the command becomes the shortcut for thier own. If don't understand , let's take an example. Firstly, we take a cache clean command. php bin/magento cache:clean a short command for this. php bin/magento c:c Explanation: From 'cache:clean' take first letters or first two to three letters from command. Therefore, c stand for cache and another c stand for clean. That's how shortcut works. Now, look at some useful commands and excercise thier shortcuts. Module Enable/Disable 1) Enable module(s)         php bin/magento module:enable [-c|--clear-static-content] [-f|--force] [--all] <module-list>        ...

Magento Prelogin to access website

Image
Magento Prelogin to access a website Do you want to restrict users from accessing the website? Is .htaccess restriction option bad for you? Then this is a perfect extension for your store. It works same as .htaccess username and password combo works. Only users having credentials can view the website. Extrembler PreLogin v 0.1.1 This module provides admin to choose own credentials which are completely different from admin credentials. Even more interesting thing is that module save password completely encrypted. 🙂 It is easy to design login form from admin panel. A rich back-end provides customization directly from admin panel. Multi-website restriction possible through each store has unique username and password. Easily enable/disable the restriction for store and website level. Download the module from below details. Download ↦ Extrembler Prelogin You need a base module for that, download ↦ Extrembler_Base   Features :  1. Enable/Disable...

Tiny Cookie manager library - Jquery

Extrembler Cookie Manager What is a cookie? Basically, a cookie is a small file which can handle a little piece of data on a client machine. Its value also differs from machine to machine and browser to browser. In general sense, a cookie is a piece of a file which contains tiny data on client side. How to identifies cookie? Each cookie carries a small amount of data in key and value pair. Let's take an example. first name: Jhonny last name: deep session time: 1 h How to manage cookie? To manage cookie in more conveniently a tiny and free library is here. Download →  Extrembler Cookie Manager How to use this library? Create Cookie ExtremblerCookieManager.createCookie("cookiename"); Read Cookie ExtremblerCookieManager.readCookie("cookiename"); Set Cookie live time ExtremblerCookieManager.setCookieLiveTime(''); Un-set Cookie Name. from current object ExtremblerCookieManager.unsetCookieName(''); Set base url E...