howto

Create discount coupons in magento.

Click on Shopping Cart Price Rules under Promotions Click on Add New Rule button that is right hand side. Enter…

13 years ago

How to get logged in customer’s shipping/billing address?

We can get shipping or billing address of logged in  customer via following statements. All address information is now in…

13 years ago

How to create custom regions in drupal?

Drupal is one of famous content management systems. Corporate, News and Shopping Cart sites can easily be built in drupal…

13 years ago

Create facebook page for blog or website

Sign in to your facebook account or create new facebook account and click on Create a Page that is in…

13 years ago

How to set table rates shipping method in magento?

1. Select Configuration from System tab. 2. Select Main Website from Current Configuration Scope dropdown that is on left side. 3. Select Shipment…

13 years ago

Subcategories name and images instead of product for any category in magento?

  You have to use your own styles to show subcategory image and name. I show on my sites as…

13 years ago

How to call static block in magento phtml files?

Magento allows you to create static blocks to show content on category pages or on static pages, you can also…

13 years ago

Set and Get Session variables in magento

Magento has functionality to create new session variables. You can set it as following

13 years ago

Show Product Description on Magento Shopping Cart Page

On cart page there is just product titles shown by default but not product description. If you want to show…

13 years ago

How to get sku list that hasn’t product images in magento?

Following is the SQL query by which you can get list of sku that hasn't product images. Image attribute id…

13 years ago