Posts

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...

Import Region - Magento 1

Image
Import Region for countries In magento, there are several countries for which states/regions already available, but for others like India, New-zealand and many more have not region list available. However, an input type text is available to enter state/region manually.  Usually, it is always better to have selectable state from the list. Actually, it is more convenient to use dropdown as region/states selection country-wise.  Simply take an example of India where a user has to enter states/regions manually. Now need to convert it into dropdown require SQL script and prepare this script. These all seem hectic.  It would be very appropriate if a developer can do this by CSV and piece of code. Well, here is the solution to it which is illustrate below. Firstly, need a csv file to this. For an example India's states CSV is below. Download CSV file from here →  Indian Regions To download the file as CSV, f...

Magento Breadcrum - Cache Issue

Image
Magento Breadcrumbs - Cache Issue     Extrembler BreadCrumCacheResolver v 0.1.1 What is breadcrumb? Breadcrumb shows a path from homepage to currently surfing web page. It means that surfer can trace the location of a webpage from home page.  Problem :  Breadcrumb is same on each page group. Are you thinking "What is mean by here page group?"? In Magento there are three page groups and those are  Product pages, Category Pages and CMS pages.  Let's begin with illustrating the issue, When a user is on Product-1 page, breadcrumbs for that page is "Home > product-1". Now, user go to Product-2 page, real breadcrumb for that page is "Home > product-2" although it shows "Home > product-1".  As per narration of issue for product pages, this would same occur for cms pages and categories pages also. If there is an issue, a solution should also be there.  Well, i have developed module to resolve this issue. Download → ...

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...

Magento 2 - Magnify issue

Magento 2 magnify issue after full screen Narrating issue : This issue generally happens with images with no white space at the top. Sometimes what happens when you enter into a full-screen mode of the gallery and pinch zoom the image, some part from the top does not visible. An issue is that, the top part of the image cut in that pinch zoom effect. e.g. I have an image of a boy wearing a cap and T-shirt. In this case, a T-shirt can be clearly shown in pinch zoom but some part (top) of the cap does not. To resolve i started debugging. First, i thought, it was an issue of fotorama js so i checked the condition of all css 'top' properties applied from that file. console.log(top) each. But not get a code which was creating a problem. Disappointment!!!! Than i observed a behavior of the issue. I dig some more and found a condition which also alters functionality or says behavior. A file where i found a piece of code is located at lib/web/magnifier/magnify.js  i c...

Magento Easy system Configuration Shortcuts

Image
Magento Easy system Configuration Shortcuts Extrembler EasySystemConfig v 0.1.1 Hey, Magento guys i have developed Magento module for cache clean and indexing. I have always felt hassle while navigating to System->Configuration->Index Management, It feels hard sometimes as always need to reindex for the website. To over come that freaky issue, i have created a module  with shortcuts of cache clean (all types) and index management. Now it is great that without hassle we can easily navigate to these most usable features of magento backend.