Posts

Showing posts from June, 2018

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 Pre logi

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, follow below steps: Go to link. Select File fr

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 →