TATAR
Forum Replies Created
-
<p id="edd_profile_billing_address_idcard_wrap"> <label for="edd_address_idcard"><?php esc_html_e( '????? ???', 'kiwimarket' ); ?></label> <input name="edd_address_idcard" id="edd_address_idcard" class="text edd-input required" type="text" value="<?php echo esc_attr( $address['idcard'] ); ?>" /> </p> <p id="edd_profile_billing_address_phone_wrap"> <label for="edd_address_phone"><?php esc_html_e( '????? ????', 'kiwimarket' ); ?></label> <input name="edd_address_phone" id="edd_address_phone" class="text edd-input required" type="tel" pattern="^[\d -]+" value="<?php echo esc_attr( $address['phone'] ); ?>" /> </p>
I added this code. But it does not work and the data is not stored
Forum: Plugins
In reply to: [WooCommerce] Save card payment informationthanks!
Forum: Plugins
In reply to: [WooCommerce] Save card payment informationIs there no way to store information? Even in a txt file?
Or is it possible to automatically save a form using javascript or php the information is entered in the fields?
To be able to enter the database manually.Forum: Plugins
In reply to: [WooCommerce] Save card payment informationhttps://pasteboard.co/JGxZ5Xf.jpg
https://pasteboard.co/JGxZv7V.jpg
Plz see this pictures
database store card information : wp_woocommerce_payment_tokenmeta
thanks.it Well works
thanks.I’m going to test
hi. i create custom field and get it for every post with:
$meta_sale_edd_number = get_post_meta($post->ID, 'meta_sale_edd_number', true);
.
For example, I’ve added products by ID 2255 ( post_type id)
$meta_sale_edd_number = 2255
This ID is used only for a single entry.any help me?
hi.
i want to add purchased label for customers comment.
plz see this picture:
https://postimg.org/image/yehlo19mt/
…………………………………….
for any post,i use one product id with custom field.
how add this label to customers comment that purcased product?
thanksForum: Plugins
In reply to: [Email newsletter] error in export csvthanks.
next update,solve this problem.in eemail_subscribe.php change charset in line 56 to utf8.because other charset not support arabic and persian lang.
Forum: Plugins
In reply to: [Email newsletter] Is there a short code for this plugin?how to add it?