kazikamuntu
Forum Replies Created
-
I solved tomorrow i’ll post code
Forum: Plugins
In reply to: [WooCommerce] Simple jquery – hiding a default field billing_company_fieldThank you lorro
jQuery('#billing_company').hide();
its working but leaves the label of the fieldinstead using
jQuery('#billing_company_field').hide(); it works nice! thank you
Forum: Plugins
In reply to: [WooCommerce] WP bakery visual composer conflictsHi, i found the function inside plugin that makes conflicts
add_action( ‘woocommerce_after_checkout_billing_form’, ‘invoice_checkout_field’ );
If i dasable this hook the shipping address form collapses correctly,
But i need this function.How can i solve?
I tried to change priority to 10 but still not worksForum: Plugins
In reply to: [WooCommerce] REORDER CHECKOUT FIELDSThanks,
if i add custom field with
function custom_override_checkout_fields( $fields ) etc
it worked
but my jquery script doesnt work if i add filter
________________________________My custom fields are added in a plugin with
echo '<div id="cf_checkout_field">'; woocommerce_form_field( 'MYFIELD', array( 'type' => 'text', 'class' => array('MYFIELD-class form-row-wide'), 'label' => __('CUSTOM FIELD'), 'placeholder' => __('INSERT CUSTOM FIELD'), 'required' => true, 'clear' => true, 'custom_attributes' => array( 'required' => 'required' ), ), $checkout->get_value( 'MYFIELD' )); echo '</div>';
I can’t set priority for this
Forum: Plugins
In reply to: [WooCommerce] Showing/Hiding field for a Specific location in CheckoutYES!!!
it worked .
Thank you!!!Forum: Plugins
In reply to: [WooCommerce] Showing/Hiding field for a Specific location in Checkoutmaybe using onchange?
Forum: Plugins
In reply to: [WooCommerce Fattureincloud] codice prodotto(SKU) e scontoPeccato, cercavo una applicazione completa che importasse tutto. Mi faccia sapere se ci sono aggiornamenti