Skip to main content
Jun 20, 2013

Setup Drupal cron through cPanel

Drupal uses a cron to take care of clean up tasks, as well as utilizing certain features. By default Drupal executes its cron run every three hours based on a user visit. This causes the cron to be executed over HTTP. Depending on the generally it can be more efficient to execute your Drupal cron directly through PHP command line on the server side versus HTTP.
#cpanel  #cron  #drupal
Dec 18, 2012

Ubercart Tax Per Product

Recently I had to configure a client's Ubercart to tax per product to prevent gift certificates from being taxed at checkout. Ideally I wanted to add a "NOT" rule to my sales tax rate item within Ubercart; but, Drupal only supports "AND" and "OR" operators.
#drupal  #tutorial  #ubercart
Dec 15, 2012

Drupal Commerce FedEx

We all can love Drupal, and we can just as equally hate it. Often times we find ourself scouring the Internet looking for solutions to our problem, hoping to at least.

#commerce  #drupal  #tutorial  #drupal-commerce