…e've finished looking at WooCommerce Products and their associated settings, let's look into the tax configuration options for WooCommerce.Tax SettingsBeing an online store owner you will never want to mess up with taxation rules and issues. WooCommerce helps you in this respect by offering variety of options to address all…
…e previous part of this series, we saw how to implement the Edit and Delete wish functionality for our Bucket List Application. In this part we'll implement the paging functionality for our user home list.Getting StartedLet's start by cloning the previous part of the tutorial from GitHub.git clone https://github.com/jay3dec/PythonFlaskMySQLApp_Part4.gitOnce the…
…e CreatingIf you're asking, "What's Yii?" check out my earlier tutorial: Introduction to the Yii Framework, which reviews the benefits of Yii and includes an overview of what's new in Yii 2.0, released in October 2014.In this Programming With Yii2 series, I'm guiding readers in use of the newly upgraded…
…e previous part of this series, we implemented paging for the wish list on the user home page. In this part of the series, we'll implement an option for the user to upload an image representing a wish, an option to mark the wish as accomplished, and an option to…
…e third part of the series, we went through the second batch of WordPress template tags. In this fourth part, we're going to go through the third batch of the almost 200 template tags. Throughout the tutorial, we'll see template tags about comments. Getting & Displaying the Comment Author's Name:…
…e previous part of this series, we implemented image upload functionality for the users while adding a wish. We also added a few more options related to a user's wish on the Add Wish page. In this tutorial, we'll take it to the next level by implementing the functionality to…
…essful platform, it's vital to keep up with the cutting edge features and provide them to compete in the market. Exposing APIs for your platform is one of the important features which allows integration with third-party systems, thus opening the doors to reach the larger community. Magento, being one of…
…eing a successful e-commerce framework, Magento provides lots of payment methods in the core itself. However, you can also create a custom payment method extension to plug in your choice of payment gateway, if it's not already available. In this series, we're going to look at the process of creating…
…e CreatingPiwik may be the most polished open source analytics tool you've never heard of. Not only has it had more than two million downloads, it has a rich set of features and excellent documentation. This tutorial will describe how to install and use it to track web traffic to…
…e previous article, we discussed half of the configuration options for Tax Settings in WooCommerce. Today we are going to complete the settings of Standard Rates, Reduced Rate Rates, and Zero Rate Rates.Tax Classes in WooCommerceLook into the various tax classes that are displayed next to the Tax Options tab.Standard…