Configuring FedEx For Your Drupal Store
This is tutorial #17 in the Drupal Commerce tutorial series. In the previous article, we charged a specific shipping rate based on the buyer's location.
Need Quote ? Call us at 512-228-9657
This is tutorial #17 in the Drupal Commerce tutorial series. In the previous article, we charged a specific shipping rate based on the buyer's location.
This is tutorial #16 in the Drupal Commerce tutorial series. Earlier, we added a basic shipping rate.
This is tutorial #15 in the Drupal Commerce tutorial series about Configuring Free Shipping For Orders More Than $150
This is tutorial #14 in the Drupal Commerce tutorial series. In the previous article, we added a flat shipping rate to all orders.
In this article, you will learn how to apply a flat shipping rate to all orders. You will have to download and enable Commerce Shipping and Commerce Flat Rate modules.
This is tutorial #12 in the Drupal Commerce tutorial series. In the previous article, we added VAT tax functionality to your bills.
This is tutorial #11 in the Drupal Commerce tutorial series. In the previous article, we showed you how to add VAT tax for your site. In this article, we will show you how to add Sales Tax to the billed amount. Sales tax is a tax collected from the buyer at point of purchase. It is usually paid to a governing body by the retail outlet.
This is tutorial #10 in the Drupal Commerce tutorial series. In the previous article, we showed you how to configure PayPal for your site.In this article, we will show you how to add taxes such as Value Added Tax (VAT) to the billed amount.
Homebrew is a popular package manager for OS X, one which I use extensively. Sometimes, while upgrading the libraries, it's possible that the new library fails to work and you need to switch to using the older version. This post will describe how to do that. In my case, I upgraded the boost library from 1.59 to 1.60. The Point Cloud Library (PCL) which depends on boost started failing with this new version and hence I had to switch it back to 1.59. After some search, we found that "brew switch" will do the trick. Here is the command:
Recently I presented on the pros and cons of Drupal 8 at a meetup held at GoDaddy. Here are the slides.
Start with learning object-oriented PHP that you need to understand Drupal 8 code. The free eBook covers:
Can highly recommend the @redcrackle Drupal 8 #OOP intro found at http://redcrackle.com/blog . Also available as handy PDF. Very well written!