Brad Dalton
@wordpresssites on WordPress.org, @braddalton on Slack
Bio
Interests
- Member Since: December 12th, 2010
- Website: wpsites.net
- GitHub: braddalton
- Job Title: WordPress Developer
- Employer: WP SITES
Contribution History
Brad Dalton’s badges:- Plugin Developer
-
Created a topic, jQuery Issues, on the site WordPress.org Forums:
I found Jetpack Boost causes problems with jQuery and … -
Posted a reply to Grouped Shipping, on the site WordPress.org Forums:
The code only works when using the [woocommerce_checkout] shortcode. For use with the block checkout… -
Posted a reply to Grouped Shipping, on the site WordPress.org Forums:
You can use code like this to display the notice. Only works when using the… -
Posted a reply to Grouped Shipping, on the site WordPress.org Forums:
You can use code like this to display the notice. Only works when using the… -
Posted a reply to How to add custom HTM code to block checkout?, on the site WordPress.org Forums:
This code will help you add HTML after the additional information block on the checkout… -
Posted a reply to Woocommerce Product List Limit, on the site WordPress.org Forums:
Here it is https://www.facebook.com/groups/woocommunity -
Posted a reply to Send customer email when order is manually cancelled by admin, on the site WordPress.org Forums:
You can do that as well by adding the customer email address to the cancelled… -
Posted a reply to Send customer email when order is manually cancelled by admin, on the site WordPress.org Forums:
And this sends the customer an email when the order is manually cancelled. add_action('woocommerce_order_status_cancelled', function… -
Posted a reply to Send customer email when order is manually cancelled by admin, on the site WordPress.org Forums:
This code sends a customer email when the order is manually refunded. add_action('woocommerce_order_refunded', function ($order_id,… -
Posted a reply to Woocommerce Product List Limit, on the site WordPress.org Forums:
Ask the WooCommerce Facebook community. -
Posted a reply to Access to download files after file update, on the site WordPress.org Forums:
I've added new downloadable files, regenerated order download permissions and then tested using the User… -
Posted a reply to On checkout page, add link on thumbnail and product name, on the site WordPress.org Forums:
Your code will not work when using the checkout blocks and it does not link… -
Posted a reply to Adding a custom field, on the site WordPress.org Forums:
There are different types of fields you can add for use with different product types… -
Created a topic, 5 Stars, on the site WordPress.org Forums:
I use this theme for testing as i know its been design… -
Posted a reply to Woocommerce deactivated and site crashed, on the site WordPress.org Forums:
One thing i know and thats Stripe and PayPal are harsh on eCommerce sites selling… -
Posted a reply to Product category count wrong, on the site WordPress.org Forums:
You can add a custom column like this which includes products based on all status.… -
Posted a reply to Product Categories List widget > Show only main categories, on the site WordPress.org Forums:
add_filter( 'woocommerce_product_categories_widget_args', 'show_only_parent_product_categories' );function show_only_parent_product_categories( $args ) { $args['parent'] = 0; // Show only top-level… -
Posted a reply to Query recent posts, on the site WordPress.org Forums:
$category_ids = array(4, 7, 10); // Replace with your desired category IDs foreach ( $category_ids… -
Posted a reply to Cannot Insert Additional Information Block, on the site WordPress.org Forums:
Thanks for your help with this shahzeen. Please mark as resolved even though i used… -
Posted a reply to Cannot Insert Additional Information Block, on the site WordPress.org Forums:
It shows but nothing happens when i click to insert. I had to use code… -
Created a topic, Cannot Insert Additional Information Block, on the site WordPress.org Forums:
On the checkout page. -
Posted a reply to How can I make my products use the same template as my pages?, on the site WordPress.org Forums:
Would strongly advise against using page builders especially when using block themes. -
Committed [3285195] to Plugins SVN:
Update readme.txt in tag 1.0.0 with Pro version features and correct link -
Committed [3285193] to Plugins SVN:
Update readme.txt with Pro version features and correct link -
Committed [3282330] to Plugins SVN:
Updating plugin banner with new design -
Committed [3282327] to Plugins SVN:
Updating plugin banner with latest design -
Committed [3282323] to Plugins SVN:
Updating plugin banner with new design -
Committed [3282312] to Plugins SVN:
Updating plugin banner -
Committed [3282310] to Plugins SVN:
Adding plugin banner -
Committed [3282297] to Plugins SVN:
Tagging version 1.0.0 -
Committed [3282293] to Plugins SVN:
Initial plugin commit -
Posted a reply to Price displayed wrong on product page, on the site WordPress.org Forums:
Try this in functions.php and see what it gets. add_action('wp_footer', 'dump_full_pricing_for_current_product');function dump_full_pricing_for_current_product() { if (… -
Wrote a comment on the post How to add custom color options to blocks, on the site WordPress Developer Blog:
Thank you Justin. When your run create-block, index.js includes this code which is not consistent… -
Posted a reply to Error on Activation, on the site WordPress.org Forums:
I ended up fixing it myself in my own plugin but thanks anyway. -
Committed [3264220] to Plugins SVN:
svn error update -
Committed [3264219] to Plugins SVN:
svn error update -
Committed [3264218] to Plugins SVN:
svn error update -
Committed [3264216] to Plugins SVN:
svn error update -
Committed [3264203] to Plugins SVN:
updated -
Committed [3264146] to Plugins SVN:
fixed error -
Committed [3264145] to Plugins SVN:
Fixed error -
Committed [3264003] to Plugins SVN:
Adding version 2.4 tag -
Committed [3264002] to Plugins SVN:
Addng version 2.8 tag -
Committed [3264000] to Plugins SVN:
Adding version 2.8 tag -
Committed [3263997] to Plugins SVN:
Adding version 2.4 tag -
Committed [3263990] to Plugins SVN:
Removed video -
Committed [3263989] to Plugins SVN:
Updated readme and plugin.php file to fix stable tag -
Posted a reply to wordpress block theme setting change product image size, on the site WordPress.org Forums:
Worked it out,. Replaced the custom PHP with the cross sells block. Then, you need… -
Created a topic, wordpress block theme setting change product image size, on the site WordPress.org Forums:
Hi Cannot find the block settings to change the rel… -
Created a topic, Why Turnoff Debug?, on the site WordPress.org Forums:
It is recommended to turn off WP_DEBUG on a production…
Developer
-
Fonts
Active Installs: 9,000+
-
Remove Single Product Meta for WooCommerce
Active Installs: Less than 10