There’s a lot of functions and hooks on WooCommerce, making hard to remember then all, even for me that work with WooCommerce everyday, that’s why I created extensions for Visual Studio Code and Atom, and helped update the Sublime Text extension.
Leia mais “WooCommerce snippets for VSCode, Atom and Sublime Text”Ubuntu – Fix Bluetooth “A2DP Sink” Profile
I had to fix this to use a bluetooth headset in Ubuntu 17.04, and now posting here so I do not forget the solution 😛
Leia mais “Ubuntu – Fix Bluetooth “A2DP Sink” Profile”Prevent external monitor to turn off when close laptop lid with Ubuntu/GNOME
Open /etc/UPower/UPower.conf
, and change ignoreLid
to true
.
Just a quick tip to make easy for me remember it next time xD
WooCommerce – Send “New User Registration” email to admins when new customer is created
The following function sends an email notification to all admins when a user is created on WooCommerce.
Leia mais “WooCommerce – Send “New User Registration” email to admins when new customer is created”WooCommerce – Restore the “(Free)” message when shipping method doesn’t charge any cost.
By default this has been removed from WooCommerce 2.6 to avoid obvious situations such as “Free Shipping: (Free)”, but in some cases it’s required display some message and this is possible with the following code.
Leia mais “WooCommerce – Restore the “(Free)” message when shipping method doesn’t charge any cost.”
WooCommerce – Redirect to checkout after add product to the cart
WooCommerce – Custom tag cloud shortcode
This code allows you use a shortcode in your pages to display a tag cloud of your products.
Leia mais “WooCommerce – Custom tag cloud shortcode”WooCommerce 2.6 – Hide shipping rates when free shipping is available
The follow code works with the new Shipping Zones introduced in WooCommerce 2.6: Leia mais “WooCommerce 2.6 – Hide shipping rates when free shipping is available”
WooCommerce – Use “Starting at” prefix for variable price range
By default WooCommerce display variable price ranges like:
Leia mais “WooCommerce – Use “Starting at” prefix for variable price range”
How to add custom fields in user registration on the “My Account” page
It’s possible to fully customize the registration form on the “My Account” page starting in WooCommerce 2.1.
Leia mais “How to add custom fields in user registration on the “My Account” page”