…eries, we're exploring overriding features available in the Magento eCommerce system. In the previous article, we discussed how to override core block files using a custom module. Today, I'll extend it and demonstrate how you can override core model files using an XML-based configuration file.Why Overriding Models?In Magento, models play…
…evious article we discussed how a store owner can configure the settings in the Shipping Options section. WooCommerce offers multiple shipping methods which you can implement to deliver items/products to your customers. Today I will be taking up every method separately in detail, explaining how you can configure the settings…
…e a theme? Great! Did you have it checked? If you want to publish a theme on WordPress.org or ThemeForest, there are certain steps to take in order to have it checked. One of them is the Theme Check plugin, which is used by both the WordPress.org and ThemeForest review…
…e previous article we configured the Flat Rate shipping method. In today's article I will be explaining the configurations of the remaining shipping methods offered by WooCommerce.Free ShippingThe name of this shipping method itself explains that you will not charge any additional cost if you offer the free shipping facility…
…elcome to the third part of the "Toolbox of the Smart WordPress Developer" series. In this part, we're going to go through GenerateWP, a website dedicated to building WordPress code. Is Writing WordPress Code Hard? Yes. Before you let your blood boil with anger, ask yourself this question: Have you…
…Ever got bored of installing WordPress? I did. I mean, it's short but it's not a "five–minute installation process" as advertised. It could be shorter, I think. Turns out, there are more people like me—and they're more talented than me. In this part of the "Toolbox of the Smart WordPress…
…e seventh part of the series, we went through the sixth batch of WordPress template tags. In this eighth part, we're going to go through the seventh batch of the almost 200 template tags. Throughout the tutorial, we'll see template tags about archives, search and login/logout/register actions. Getting the Archive…
…e death by writing a WordPress plugin? It's true: If you make a plugin that's poorly-coded enough to cause a security problem, and say, somebody hacks the website of a small country with a dictatorial rule, some heads might roll. While it's a slim chance and not reported to be…
…e advanced JavaScript developers (and the advanced jQuery developers) among our readership, this article is not going to be of much help. Instead, we're going to be focused on those who are just getting started with jQuery.Perhaps you've gone through several JavaScript tutorials, built several small sites or projects that…
…e running a large blog, you'll need to find a way to help your readers find content that they're going to want to read, based on what they're currently reading or have just read.One way to do this is by using one of the many plugins out there that identify…