Title: TATAR's Replies | WordPress.org

---

# TATAR

  [  ](https://wordpress.org/support/users/tatar/)

 *   [Profile](https://wordpress.org/support/users/tatar/)
 *   [Topics Started](https://wordpress.org/support/users/tatar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tatar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tatar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tatar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tatar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tatar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] add custom field to profile editor](https://wordpress.org/support/topic/add-custom-field-to-profile-editor/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/add-custom-field-to-profile-editor/#post-15384739)
 *     ```
       				<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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Save card payment information](https://wordpress.org/support/topic/save-card-payment-information/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/save-card-payment-information/#post-13833110)
 * thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Save card payment information](https://wordpress.org/support/topic/save-card-payment-information/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/save-card-payment-information/#post-13832710)
 * Is 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Save card payment information](https://wordpress.org/support/topic/save-card-payment-information/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/save-card-payment-information/#post-13832513)
 * [https://pasteboard.co/JGxZ5Xf.jpg](https://pasteboard.co/JGxZ5Xf.jpg)
 * [https://pasteboard.co/JGxZv7V.jpg](https://pasteboard.co/JGxZv7V.jpg)
 * Plz see this pictures
 * database store card information : wp_woocommerce_payment_tokenmeta
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] get email and product id purchase in database](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/#post-5742797)
 * thanks.it Well works
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] get email and product id purchase in database](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/#post-5742794)
 * thanks.I’m going to test
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] get email and product id purchase in database](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/#post-5742789)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] get email and product id purchase in database](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/#post-5742780)
 * any help me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] get email and product id purchase in database](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/get-email-and-product-id-purchase-in-database/#post-5742677)
 * hi.
    i want to add purchased label for customers comment. plz see this picture:
   [http://postimg.org/image/yehlo19mt/](http://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? thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email newsletter] error in export csv](https://wordpress.org/support/topic/error-in-export-csv/)
 *  Thread Starter [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/error-in-export-csv/#post-3872728)
 * thanks.
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email newsletter] Is there a short code for this plugin?](https://wordpress.org/support/topic/is-there-a-short-code-for-this-plugin/)
 *  [TATAR](https://wordpress.org/support/users/tatar/)
 * (@tatar)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/is-there-a-short-code-for-this-plugin/#post-3688343)
 * how to add it?

Viewing 11 replies - 1 through 11 (of 11 total)