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...
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.
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...
More