Title: developer04pegasus's Replies | WordPress.org

---

# developer04pegasus

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/developer04pegasus/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/developer04pegasus/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Product Filters] Plugin conflict: Country field not responding in mobile devices](https://wordpress.org/support/topic/plugin-conflict-country-field-not-responding-in-mobile-devices/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-country-field-not-responding-in-mobile-devices/#post-15890090)
 * Hi Dmytro,
 * Thanks a ton for your quick reply. I did what you suggested above, but it still
   did not work. 🙁
 * Is there anything else we can try?
 * Thank you
    Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Request a Quote for WooCommerce - Get a Quote Button] Email Notification: Shortcode doesn’t show details](https://wordpress.org/support/topic/email-notification-shortcode-doesnt-show-details/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/email-notification-shortcode-doesnt-show-details/#post-15758038)
 * Hi there,
 * Thanks for your prompt reply!
 * To answer your first question, yes we have both the plugins installed on our 
   site.
 * Yes, the issue is happening only with the popup forms, the default Contact Form
   7 form works fine, we can see the information in the notification email perfectly.
 * It’s just the following shortcode that’s not displaying any info: [post_title]
 * Also, here are the requested screenshots:
 * > [View post on imgur.com](https://imgur.com/a/5MEbCS9)
 * Please let me know if you need anything else from my end to debug this further.
   
   Thanks a ton! Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Currency Exchange for WooCommerce] Show Currency Codes only](https://wordpress.org/support/topic/show-currency-codes-only/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years ago](https://wordpress.org/support/topic/show-currency-codes-only/#post-15642778)
 * Thanks a ton, Oleg! It worked!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Currency Exchange for WooCommerce] Show Currency Codes only](https://wordpress.org/support/topic/show-currency-codes-only/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years ago](https://wordpress.org/support/topic/show-currency-codes-only/#post-15640496)
 * Hi Oleg,
 * Many thanks for your response.
 * Here’s the screenshot of the plugin settings where I have added custom text to
   AED currency.
 * > [View post on imgur.com](https://imgur.com/a/mEpMSGQ)
 * Here’s the shortcode we are using.
 * > [View post on imgur.com](https://imgur.com/a/VCqKQBD)
 * and still, the outcome is this:
    [https://watchersonline.shop/home/](https://watchersonline.shop/home/)
 * Please let me know if I am missing anything.
 * Thanks a ton for all the help!
    Regards Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Currency Exchange for WooCommerce] Show Currency Codes only](https://wordpress.org/support/topic/show-currency-codes-only/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years ago](https://wordpress.org/support/topic/show-currency-codes-only/#post-15638825)
 * Hi Oleg,
 * Thanks for your reply!
 * I have already tried the above, but it doesn’t seem to work. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp for WooCommerce] Meta data not syncing with Mailchimp Audience](https://wordpress.org/support/topic/meta-data-not-syncing-with-mailchimp-audience/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years ago](https://wordpress.org/support/topic/meta-data-not-syncing-with-mailchimp-audience/#post-15635730)
 * Hi [@khungate](https://wordpress.org/support/users/khungate/)
 * Thanks for your reply.
 * We tried the above suggestion and it worked but partially.
    For a user who is
   already registered and logged in the custom data tags merge successfully. However,
   for a new user who is logged out and placed an order, his data doesn’t merge 
   with the Mailchimp audience.
 * Here’s the custom code we wrote in our functions.php file:
 *     ```
       // Mailchimp Merge Tags
   
       function mailchimp_custom_order_merge_tags($merge_tags, $order) {
           // the phone number can be used from either the shipping address, or the billing address.
           //$shipping_phone_number = (string) $order->getShippingAddress()->getPhone();
           $billing_phone_number = (string) $order->getBillingAddress()->getPhone();
       	// $billing_company = (string) $order->getBillingAddress()->get_billing_company();
   
           // this is what I would do - only supply it if the phone number is there.
           if (!empty($billing_phone_number)) {
               $merge_tags['PHONE'] = $billing_phone_number;
           }
   
            $merge_tags['MMERGE6'] = 2345667;
            $merge_tags['MMERGE7'] = 9887890;
       	 $merge_tags['MMERGE8'] = 'India';
            $merge_tags['MMERGE9'] = 'Pegasus';
   
   
           // return the merge tags to be submitted.
           return $merge_tags;
       }
   
       add_filter('mailchimp_get_ecommerce_merge_tags', 'mailchimp_custom_order_merge_tags', 10, 2);
       ```
   
 * could you please help me with this? Are we missing anything or is there a better
   approach?
 * Looking forward to hearing from you soon
    Thank you! Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] SCA Ready & 3D Secure](https://wordpress.org/support/topic/sca-ready-3d-secure/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/sca-ready-3d-secure/#post-15389766)
 * Hi Mirko,
 * Thanks a ton for your reply!
    I’ll let you know how it works out.
 * Regards
    Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] SCA Ready & 3D Secure](https://wordpress.org/support/topic/sca-ready-3d-secure/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/sca-ready-3d-secure/#post-15386220)
 * Hi Paulo,
 * Many thanks for your reply!
 * We reached out to stripe support as well with the same query and this is what
   they had to say.
 * >  `As a recap, you reached out changing the Metadata for the order description
   > that shows on your Stripe Dashboard. I’m glad I was able to help you with this.
   > After careful review, metadata is used for storing additional, structured information
   > on an object. For example, when a customer purchases from your website and 
   > when your metadata is set up, you’ll have the options to see what was purchased
   > by a specific customer directly from your Stripe Dashboard.
   > That being said, your Metadata needs to be set up on your payment integrations
   > which is being managed by Woocommerce. I would highly recommend to get in touch
   > with them and provide this reference links for the integration of Metadata:
   > [https://stripe.com/docs/api/metadata?lang=php](https://stripe.com/docs/api/metadata?lang=php)
   > 
   > [https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata](https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata)`
 * Thanks for sharing the order notes suggestion, it’s great, but we need to see
   which product a customer has purchased on our stripe dashboard too.
 * So, looking forward to hearing from you soon.
    Regards Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] SCA Ready & 3D Secure](https://wordpress.org/support/topic/sca-ready-3d-secure/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/sca-ready-3d-secure/#post-15385528)
 * Hi
 * Many thanks for your reply!
 * We have one more question.
    when any product is purchased from our site, is there
   a way to know which one, using only the stripe dashboard?
 * I mean do we need to encode/ import products from our website into stripe to 
   see which product does a specific transaction is associated with? or would it
   be done automatically?
 * Looking forward to hearing from you soon
    Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] SCA Ready & 3D Secure](https://wordpress.org/support/topic/sca-ready-3d-secure/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/sca-ready-3d-secure/#post-15381471)
 * Hi Sven,
 * Thanks a lot for your reply. It’s really helpful.
 * Could you please also help me with tax-related guidelines if any for the stripe
   plugin?
    Anything that we need to take care of while doing settings or integrations.
 * Looking forward to hearing from you soon
    Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Mailchimp Integration Problem](https://wordpress.org/support/topic/mailchimp-integration-problem-4/)
 *  [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/mailchimp-integration-problem-4/#post-15335748)
 * Hi Patrick,
 * Thanks for your reply. It worked, we were able to link the Mailchimp audience
   with our form successfully, thank you.
 * Just one more query. We are using the post submission form type and wanted to
   understand how does the Mailchimp integration works in such a case. For example,
   I submitted the form and I was able to see my details under the Mailchimp audience,
   which is perfect, what we want. Now, I submitted the form again, cause any person
   can submit any number of posts he/ she wants. But this time instead of the success
   message the following notification appeared.
 * “An error occurred while processing the form. Please try again”
 * Even though this error message popped up, the post was submitted successfully.
   I was able to see it in the backend being an admin. And it’s not an ideal behaviour
   because as a user I’d have submitted the form again.
 * Also, I used the same name and email both times.
 * And sorry for the confusion, the thread starter is my colleague and since he 
   is busy with some other tasks I had to take over the conversation. We are still
   talking about the same site here.
 * Thanks a ton
    Looking to hearing from you soon Regards Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Mailchimp Integration Problem](https://wordpress.org/support/topic/mailchimp-integration-problem-4/)
 *  [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/mailchimp-integration-problem-4/#post-15327974)
 * Hi Kasia,
 * Sorry for the late reply. We were busy with some other issue.
 * So I tried the integration process again, it still didn’t work, but I was able
   to find a debug.log file generated in our content folder this time. Here’s the
   link to the file: [https://we.tl/t-oz4TNF1r46](https://we.tl/t-oz4TNF1r46)
 * Hope this helps. We really need to solve this asap.
 * Also, we did the conflict test, even with only the forminator plugin and wordpress
   default theme activated, integration was not successful, same reloading problem
   was there.
 * Looking forward to your reply
    Regards Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Checkout doesn’t work for Logged out Users](https://wordpress.org/support/topic/woocommerce-checkout-doesnt-work-for-logged-out-users/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-checkout-doesnt-work-for-logged-out-users/page/2/#post-15310124)
 * Hi Paulo,
 * Thank you for your reply. I have done this.
 * Looking forward to hearing from your team
    Thanks Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Checkout doesn’t work for Logged out Users](https://wordpress.org/support/topic/woocommerce-checkout-doesnt-work-for-logged-out-users/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-checkout-doesnt-work-for-logged-out-users/#post-15307856)
 * Hi Mirko,
 * Thanks for your reply.
 * I tried both denying and allowing cookies, but sadly checkout still didn’t work
   for me.
 * Regards
    Lavanya
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Checkout doesn’t work for Logged out Users](https://wordpress.org/support/topic/woocommerce-checkout-doesnt-work-for-logged-out-users/)
 *  Thread Starter [developer04pegasus](https://wordpress.org/support/users/developer04pegasus/)
 * (@developer04pegasus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-checkout-doesnt-work-for-logged-out-users/#post-15307087)
 * Hi Maykato
 * Thanks for your reply. We have tried, but it still doesn’t work.
    We have tried
   different browsers, devices and even networks, but to no avail.
 * Although we do receive such comments once in a while that the process works for
   them, however, we haven’t been able to pinpoint when does that happen.
 * Thanks
    Lavanya

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/developer04pegasus/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/developer04pegasus/replies/page/2/?output_format=md)