Set and Get Session variables in magento
Magento has functionality to create new session variables. You can set it as following
Magento has functionality to create new session variables. You can set it as following
On cart page there is just product titles shown by default but not product description. If you want to show product description, then just navigate to default.phtml and open it and add following code around...
Magneto has stable release new stable version 1.6.0 on 18 August 20, 2011. Major Highlights : Minimum Advertised Price. Persistent Shopping Cart. Shipping Integration with Label printing support. Improvements XmlConnect package release v21 Order...
Following is the SQL query by which you can get list of sku that hasn’t product images. Image attribute id is 74 and it has not any value in catalog_product_entity_varchar value field against 74...
In table “eav_attribute” and find the attribute_id that’s associated with is_active and then look for the attribute_id value in catalog_category_entity_int there you will find a value Boolean.
Today I will tell you how to create sub domains on your localhost system using apache. It’s very easy just need to follow few steps. Decide sub domains that you want to create. I...
Want to remove tax and shipping estimate block from your theme? In your theme layout there will be a file named “checkout.xml”. In this file comment or remove following line. If your theme’s layout...
Website design is very tough for beginners as well as for advance designers when they need urgent designed templates and they aren’t get any quick ideas to start designing. Here are few readymade free...
You can check that post has thumbnail or not by using following conditions {code type=codetype} If(has_post_thumbnail()){ // some code here }else{ // else code here } [/php]
More