emanuele303
Forum Replies Created
-
Ok, thank you
same whit ver. 16 safari
in my version is 12.0.
Now check another one.Thank you
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] produtc searchOk thank you
Risolto!
Hi ,
When you added the code, did you try registering a new user and see if the password myaccessesite has been set to that user?yes i have follow this.
Thank you for your help.
I try:
add_action(“um_registration_complete”,”um_051121_apply_same_password”, 1, 2 );
and
add_action(“um_before_save_registration_details”,”um_051121_apply_same_password”, 1, 2 );But dosen’t work…
i don’t understand
Hi,
i disable all my plugin for cache but i have the same result.
https://ibb.co/dW7HRxHForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Update existing subscribersSorry forte my bad questione…
I would Like nota the flash bit inserti the information Like a code.Something Like:
<input type=”hidden” name=”mc4wp-subscribe” value=”update″ />
It’s possibile?
Thank you
- This reply was modified 5 years, 1 month ago by emanuele303.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Update existing subscribersIt’s possibile ad property Like?
<input type=”hidden” name=”mc4wp-subscribe” value=”1″ />
<input name=”_mc4wp_lists[]” type=”hidden” value=”##########” />Thank you
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Woocommerce registration form and radioI use this PHP code paste below.
I see the field in registration form woo and the subscripion is done.
But the radio is empty.I forget something?
/** * This snippet adds the HTML for a MailChimp interest groups to your WooCommerce checkout. */ add_action( 'woocommerce_register_form', 'mc4wp_show_interest_group_in_checkout' ); function mc4wp_show_interest_group_in_checkout() { ?> <!-- Interest Groups --> <p class="form-row form-row " id="_mc4wp_subscribe_woocommerce_checkout_field"> <span>SELEZIONA</span><br /> <label class=" "> <input name="MMERGE6" type="radio" value="si"> <span>si</span> </label> </p> <?php }