We have helped hundreds of merchants make smooth move from prostores and magentogo to new platforms. Our emphasis is not only to make migration but we will also make improvement to your store so that you can get a fresh start for your store.
We have helped hundreds of merchants make smooth move from prostores and magentogo to new platforms. Our emphasis is not only to make migration but we will also make improvement to your store so that you can get a fresh start for your store.
Commonly,session in Magento is handled by core session Module ‘core/session’. We use “set
Please follow the step to create new custom template for category and content page. Step 1: Create one .html file with the file name start with underscore(_). For example _customPage.html , _customCategory.html Step 2: Copy the existing template code from bigcommerce and paste into _customPage.html file. Step 3: Upload _customPage.html inside “/dev/template”. Step 4: Now […]
There are two ways to have arrows in your site, first you can use image as arrow or css to create the one.
I personally recommend you to use css because it take less time to load in compare to image.
There are two ways of calling a static block in magento:
First through Layout XML files, second through phtml file.
Step 1: Login into “Bigcommerce” admin.
Step 2: Click on “user” in top right corner.
Step 1: First open the cyber duck on your computer if you don’t have cyber duck install on your system please check the link to download the one. Cyber Duck Step 2: You can see the default view of cyber duck. Now click on “Open Connection” Icon. Step 3: A popup appear when you click […]
This post will help you to get Base URL, Current URL, Skin URL, Store URL, Js URL in phtml files, CMS pages and static blocks.
Create a file called cleaner.php and add the following code to it:
First make sure your store already have some sell it will only display those product which are purchased by customer. If you want check this on your test store set the payment option “cash on delivery” or “check” and complete the check out process than you will be able to see top seller products. If want […]
There are two ways to clear float. I will cover both ways to clear float. 1. You can use overflow: hidden; and clear: both; to clear the float but this have some drawback as well. When you are use using box-shadow or any element from that will div be hidden. .overflowHidden{overflow: hidden; clear: both;} 2. You […]
It’s quite easy to add google font but when you are using google fonts in e-commerce or site with https protocol you have to be alert while using it because google provide fonts for http protocol only. Here are the steps how ou can use google fonts for http and https protocol. Go to https://www.google.com/fonts […]