Mailchimp Banner Promo Product Page | Q3 2024

added by Mahrie for July $1 promo - product page specific link to Mailchimp pricing

Klarna Payments Q3 2024 banner

Added by Russell Langley in Partner Marketing

Product Icon

Checkout Field Editor for WooCommerce

by  Woo
Optimize your checkout process by adding, removing or editing fields to suit your needs.

Use WooCommerce filter, instead of harcoding stuff

Let’s take the date field as an example.
The function ‘wc_checkout_fields_date_picker_field’ is creating the markup for fields of the type ‘date’

The classes for the input field are hard coded to ‘checkout-date-picker input-text’, instead of using ‘$args[‘input_class’]’.
This way all other classes are discarded.

Using ‘woocommerce_form_field_args’ to add the input classes or a new filter would be really great to be able to alter things.

Right now the addon breaks the styling of some themes.

Author

Current Status

Open

Last updated: June 9, 2016

0 comments

Log in to comment on this feature request.