Some time we get confused what is Crossell and Upsell. So let's understand the meaning and concept of the These two which are very important
An upsell is to get the customer to spend more money – buy a more expensive model of the same type of product, or add features / warranties that relate to the product in question.
A cross-sell is to get the customer to spend more money buy adding more products from other categories than the product being viewed or purchased.
More over they are confusing but let's take an example
I have Purchased the Nokia Mobile so here
Samsung Mobile == Upsell product
Micromax Mobile == Upsell product
LG Mobile == Upsell product
Nokia Headphone = Cross Sell
8 GB Memory Card = Cross Sell
So this is the only difference for upsell and Crossell
Hope it will helpful!
Wednesday, October 31, 2012
Sunday, October 21, 2012
Magento Showing Memory Usage at the Bottom Of Footer
The purpose of the profiler is for aiding in diagnosing slow page load times.
This should never be left enabled on a deployed website.But sometime we forgot to disable There are actually two aspects of disabling it:
This should never be left enabled on a deployed website.But sometime we forgot to disable There are actually two aspects of disabling it:
1. Turning off profiling under System (menu) -> Configuration (menu item) -> Developer (tab on left) -> Debug (accordion section)
2. Make sure all calls to Varien_Profiler::enable(); are commented out in your index.php file.
Hope This will Help You
2. Make sure all calls to Varien_Profiler::enable(); are commented out in your index.php file.
Hope This will Help You
Wednesday, October 10, 2012
Magento Tool Kit for Developer
One of the most Useful Extension for the Developer point of view.
Many professional developers all over the world use this extension to find possible performance bottlenecks.
Every point of view we can handle or Easy To get All information Module,Contollers,Databse Query,Events,Block,PHTML files ,path and many more
Just check out this link and Download for Free and thanks to "mgt-commerce.com" for Providing the Best Solution for the developer
This tool Make work Easier as than ever before!
Hope this will help you.
Many professional developers all over the world use this extension to find possible performance bottlenecks.
Every point of view we can handle or Easy To get All information Module,Contollers,Databse Query,Events,Block,PHTML files ,path and many more
Just check out this link and Download for Free and thanks to "mgt-commerce.com" for Providing the Best Solution for the developer
This tool Make work Easier as than ever before!
Hope this will help you.
Magento
Tool Kit for Developer
Sunday, October 7, 2012
Magento Get Categories
Magento get All Category on Pages.Easy way to access the active ,visible,certain level f category from the Collection..Follwing are the methods which we can use to get Category
Magento
Category
Saturday, October 6, 2012
Magento Remove Compare Products and Recently Viewed Block
Some time we get confused that which template file is working for the block which we have to removed or we need to add
So generically we can go in developer mode and enable the template links setting as Yes so we can Know which is the Template file for removing the piece of Code
For Removing the Compare Product Block or Recently View Block need to do changes in two files
So generically we can go in developer mode and enable the template links setting as Yes so we can Know which is the Template file for removing the piece of Code
For Removing the Compare Product Block or Recently View Block need to do changes in two files
Magento
Compare Products
Monday, September 10, 2012
Magento Create Own Log files
Magento comes with a built-in logging facility which can be enabled and configured in the back-end under System > Configuration > Developer. Alternatively you can enable the Developer Mode for the site to enable the log (on how to do this have a look at the index.php file). The exception log is always on.
Magento Comes with a built-in Logging Facility Which can be enabled and configured
Magento Comes with a built-in Logging Facility Which can be enabled and configured
Magento
log
Friday, September 7, 2012
Magento Add new input type in custom options
By Default Magento Product Custom options has following field which have radio,checkbox,Multiple select,Select....so if we need to add new input type in that custom options so here is the code
Note : Make sure that Don't disturb the Core Files always use Magento Standard
Note : Make sure that Don't disturb the Core Files always use Magento Standard
Magento
custom options
Use Magento Outside of Install Directory
One of the coolest parts of using Magento is that it can be accessed from different parts of the server even if you’re not within the Magento root Directory then also you can access it's functionlity
The main important or you can say life of magento is Mage.php, we need to access Mage.php because It holds the Mage class and defines some of the root functionality of Magento like retrieving the model, setting up the BaseUrl path and calling the rest of the
The main important or you can say life of magento is Mage.php, we need to access Mage.php because It holds the Mage class and defines some of the root functionality of Magento like retrieving the model, setting up the BaseUrl path and calling the rest of the
Magento Add attribute Filter
Magento has filterable condition which help to sort out the result.Let Look How it works
addAttributeToFilter is a function that can be called on a product collection in Magento. it adds a condition to the WHERE part of the MySQL query used to extract a product collection from the database
addAttributeToFilter is a function that can be called on a product collection in Magento. it adds a condition to the WHERE part of the MySQL query used to extract a product collection from the database
Sunday, September 2, 2012
Magento 1.3 and Magento 1.4 Fix "call to member function toHtml()"
One of the errors you will usually encounter when you use a theme made for Magento 1.3 on Magento 1.4.1 0 version is that
"call to a member function toHtml()". There is a very easy fix for this error.
The Error comes like line number may differ
"call to a member function toHtml()". There is a very easy fix for this error.
The Error comes like line number may differ
Magento
Magento 1.3,
Magento 1.4
Magento Local.xml for updating and Overriding XMl Structure
As Magento had important role of XML.while chnaging themes or Removing any block or layout chnages we are going in the each xml file of our theme and changing but there is one more solution that each time we don't need to update the each xml
The idea behind is the local.xml, placed inside your theme layout folder to override or update all xml references for that theme.
Every change to the local.xml file is evident so there is no need to search for changes inside xml files
The idea behind is the local.xml, placed inside your theme layout folder to override or update all xml references for that theme.
Every change to the local.xml file is evident so there is no need to search for changes inside xml files
Magento
local
Saturday, August 25, 2012
Magento Accordion Menu for Layered Navigation
One of the Most powerful feature in Magento is layer Navgation for filtering the Result .Based on the Attribute filter get work but some time attributes are more so layer navigation become lengthy and we need to scroll down more which is bad impression on site so we can add accordan menu for that which will allow accordon for each atribute
Magento
Accordon,
Layer navigation
Magento Out of Stocks and Back Order
By Default Magento does not allow to add "Out of stock" product n Cart .So we will be using the concept of Backorders which is there in magento by default but it is Disbale in admin.This concept will allow to add the "Out of stock" product in Cart
Magento
Backorders,
out of stock
Magento AOE Scheduler
Magento AOE Scheduler will help to Manage your scheduler/cron tasks including a timeline view also help to check the cron running on the site
Great Extension nearly work in all magento version.Hope this will help while running cron
Magento
Cron
Saturday, August 18, 2012
Magento Add Qty Items on Grid or List View
To show the quantity of items left in stock just add the following code in list.phtml
we have added int as by default magento will show in this manner 10.00
we have added int as by default magento will show in this manner 10.00
Magento
Quantity
Subscribe to:
Posts (Atom)