Code Snippets
Instructions on how to add code snippets can be found Here
RETIRED – Send coupons used in an order by email
This snippet sends by email the list of coupons used in an order. You can customize the “$to” variable and define your own email address, and the “$message” to have...
Automatically Complete Orders
You could also change the “Completed” status to be another order status, like “Processing”
Custom sorting options (asc/desc)
This example code shows how you can add an order option for ‘random’, but this also works in similar ways for other ways to order your products on the catalog...
Change the default state and country on the checkout
Note that the default_checkout_billing_country filter affects both existing and non-existing users.
Override loop template and show quantities next to add to cart buttons
To display quantity input fields for simple products within your shop archive pages, use the following code:
RETIRED – Allow HTML in term (category, tag) descriptions
By default, WordPress strips HTML from category descriptions. This code will prevent that from happening. The first part prevents HTML from being stripped from term descriptions. The second part prevents HTML being...
- « Previous
- 1
- 2