Profiles

  • Member Since: May 17th, 2022
  • Find me on:
  • Created a topic, Excellent Plugin for Displaying Google Reviews!, on the site WordPress.org Forums:
    Trustindex.io is hands down one of the best plugins I’…

  • Created a topic, Elementor Destroyed This Plugin!, on the site WordPress.org Forums:
    Change the plugin back, you greedy selfish company, yo…

  • Posted a reply to Custom Checkout Fields Displaying TWO times, on the site WordPress.org Forums:
    As per your last comment, your plugin has NO function to display custom checkout fields…

  • Posted a reply to Custom Checkout Fields Displaying TWO times, on the site WordPress.org Forums:
    We have tried to remove our own woocommerce_email_order_meta hook, but it shows ONLY one set…

  • Posted a reply to Custom Checkout Fields Displaying TWO times, on the site WordPress.org Forums:
    The real issue is, that your plugin displays custom checkout fields TWO times. The first…

  • Posted a reply to Custom Checkout Fields Displaying TWO times, on the site WordPress.org Forums:
    We have given all the codes for displaying Custom Order Meta Fileds. The other part…

  • Posted a reply to Custom Checkout Fields Displaying TWO times, on the site WordPress.org Forums:
    Code using for displaying custom checkout fields: ------------------------------------------------- add_action( 'woocommerce_email_order_meta', 'rich_add_email_order_meta', 10, 3 ); /*…

  • Posted a reply to Custom Checkout Fields Displaying TWO times, on the site WordPress.org Forums:
    Email Output Screenshot: https://shorturl.at/klIX1

  • Created a topic, Custom Checkout Fields Displaying TWO times, on the site WordPress.org Forums:
    We are using woocommerce_email_order_meta hook to alig…