<ul id="menu-secondary-menu-1" class="amp-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308 "><a href="https://www.websourceblog.com/expertise/" class="dropdown-toggle" data-toggle="dropdown">Expertise – Full Stack Developer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178 "><a href="https://www.websourceblog.com/contact-us/" class="dropdown-toggle" data-toggle="dropdown">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1580 "><a href="https://www.websourceblog.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">Privacy Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1606 link-menu"><a href="#"on="tap:AMP.setState({ offcanvas_menu: false })" role="button " tabindex="0" class="dropdown-toggle" data-toggle="dropdown">Hosting Services</a> <input type="checkbox" id="drop-3"><label for="drop-3" class="toggle"></label><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1607 "><a href="https://www.websourceblog.com/dreamhost-best-hosting-provider/">DreamHost: A Complete Web Hosting Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1614 "><a href="https://www.websourceblog.com/digitalocean-a-gateway-to-cloud-simplicity/">DigitalOcean: A Gateway to Cloud Simplicity</a></li> </ul> </li> </ul>

How to set table rates shipping method in magento?

13 years ago

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

What is difference between DoFollow and NoFollow links?

13 years ago

It’s very important strategy for any internet marketer to build back links to your site. Though, all links are not…

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

13 years ago

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

WordPress Online Store Themes

13 years ago

There are a lot of themes for Corporate/Business websites, Blogs, as well as Online Stores. Now I am going to…

How to call static block in magento phtml files?

13 years ago

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

Set and Get Session variables in magento

13 years ago

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

Show Product Description on Magento Shopping Cart Page

13 years ago

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

Magento has released new stable version

13 years ago

Magneto has stable release new stable version 1.6.0 on 18 August 20, 2011. Major Highlights : Minimum Advertised Price. Persistent…

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

13 years ago

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

How to disable categories from magento database?

13 years ago

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…