Padaben
Forum Replies Created
-
Hi, thanks for the plugin
does the multisite compatibility works ?
thanks ??Forum: Plugins
In reply to: [Strong Testimonials] sending email to adminOoops !! sorry for myself ! tired I guess
thank for your time Chris
CheersForum: Plugins
In reply to: [Strong Testimonials] sending email to adminthanks but I do not have this one
Only : GENERAL & FORM !!
any info about what is happening ?
wierd right ? how many tabs do you have ?Forum: Plugins
In reply to: [New User Approve] Auto approve by role?ME too !!! auto approval will be much appreciated !
Forum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportSO you mean use this snippet and do copy the code inside the function for each of my additional fields , right ?
Forum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportMike,
I got how to save the additional fields I added into the Billing form part with the plugin ??now I try to figure out how to add the additional fields part
and also how to get the meta values into the fields when the user is logged in and access to the checkout page.
thx for help
BForum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportHi mike
I might need a bit of a help to understand better.
any line of code you could provide me ?
thank you
regardsForum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportIn the page edit -adress i have
<?php do_action( “woocommerce_before_edit_address_form_{$load_address}” ); ?>
and
do_action( “woocommerce_after_edit_address_form_{$load_address}” );
then the <input type=”hidden” name=”action” value=”edit_address” />thanks
Forum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportHi Mike,
I don’t think because the additional fields are added into the ORDER custom metas
no the user one’s so a specific function used I think is into the woocommerce pluginI don’t get which function call and how to make the hook when button is clicked !
what do you think ?Forum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportthanks Mike,
I already fire the whole fields and value array
What I cannot get is the update_data into the BD when button is hit “save adress”how can I hook to add my fields into the edit_adress action ?
and witch function do I have to fire ?is it more clear ?
thanksForum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportI do use the
function wc_display_custom_fields_view_order( $order ) to display the fields
then I do call
custom_woocommerce_form_field( $key, $args, $value);
I got them , with the value into the account page.
the account page is basicly the same as the template woocommerce
as a child template I added it
I suppose I can make a hook to call a function
maybe : function save_data( $order_id, $posted ) ?also the select options menu are not displayed correctly. I do have to add the js & css scripts from the checkout field editor into the account page.
what do you think ?
thanksForum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportHi Mike,
Yes.
So I am adding it
the last thing I still cannot do is make the fields SAVED into DB when edit_adress button is hit to save the changes.
any idea ?
thanks
cheersForum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportYes I know, but anyway I do not have them into the myaccount page
Forum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportMike,
also I got that all the additional fields I add into the BILLING part of the checkout are not inserted… witch is logical if all the checkout added fields are not extracted.
part of my additional fields into admin
https://dl.dropboxusercontent.com/u/99745522/fields.pngI think I do have to develop myself a solution, because nothing seems to exist !
cheers
Forum: Plugins
In reply to: [WooCommerce] Woo checkout fields supportHi Mike,
once the user finish the payment process, and when he does come back another day, week,month… woocommerce say on the checkout page : “Already an account, log here” or something like that. this permits to fill in the checkout form with user details.
as additional fields were added for this user into the 1st checkout process, it should be possible to see all thoses additional fields with the values of the customer for him to edit them.do I explain myself ?
I think this is independant of subscriptions. !
regards