Step 1: Login into “Bigcommerce” admin.
Step 2: Click on “user” in top right corner.
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 […]
Magento is most popular eCommerce platform used by thousands of merchant across the globe. Magento is very powerful and feature rich platform. Its community edition is free and open source. There is one common issue of performance that most of the merchants face while running a magento store. There are several reasons why a magento […]
You are trying make some customization with MagentoGo and having hard time making it look like given psd.Frontend apps in magentoGo will make your a lot easier.
Go to CMS -> Frontend Apps in magentoGo admin.Click on Add a New Frontend App Instance.
This feature of magento can be used for adding text to your magento store. Custom variables are moveable pieces of plain text or HTML content great for adding to transactional emails, or adding constant copy and designs to your store with Static Blocks and CMS pages in magento.You can use this tool to make your client`s life easier who will handling the magento admin.
I have recently encountered this problem in a magento project where we needed to create a custom image attribute in magento admin and import images against that.I tried using conventional import but it didnt work.
I created a dataflow profile in magento admin to get the task done. Go to System -> Import / Export -> Dataflow – Profiles and click on Add New Profile.
In field mapping section map field against database fields as shown in screenshot.
Go to Magento admin Catalog -> Attributes -> Manage Attributes and click on add new attribute.Select Media Image for Catalog Input Type for Store Owner. Refresh index and go to Manage Attribute Sets and assign the new attribute to Images section by drag and drop.You will see this attribute in product edit section. Please contact us […]