Ubuntu 16.04 PHP7 Xdebug

Ubuntu 16.04 terminal commands sudo apt-get update && sudo apt-get install php-xdebug && php -m && service apache2 restart Note: Using && executes multiple commands one after another. Next To turn on Xdebug and add addtional features, run

Read more

Shopify - Allow your Customers to Uploads Files

Read more

Drupal 7 Commerce's Customer Profiles Seem to Endlessly Duplicate

In Drupal 7's Commerce module there's an annoying feature that clones a shipping and billing address when the smallest changes are performed on an existing order. This is how to fix that.

Read more