Title: Ido Friedlander's Replies | WordPress.org

---

# Ido Friedlander

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/idofri/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/idofri/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/idofri/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/idofri/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/idofri/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/idofri/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pelecard Gateway] PHP 8.2: Dynamic Properties are deprecated](https://wordpress.org/support/topic/php-8-2-dynamic-properties-are-deprecated/)
 *  [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/php-8-2-dynamic-properties-are-deprecated/#post-17314302)
 * [@yosefy](https://wordpress.org/support/users/yosefy/) – yes, I’ve stepped down
   from maintaining this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pelecard Gateway] PHP 8.2: Dynamic Properties are deprecated](https://wordpress.org/support/topic/php-8-2-dynamic-properties-are-deprecated/)
 *  [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/php-8-2-dynamic-properties-are-deprecated/#post-17313298)
 * [@pelecard](https://wordpress.org/support/users/pelecard/) ^
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pelecard Gateway] J2 token only creation](https://wordpress.org/support/topic/j2-token-only-creation/)
 *  [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/j2-token-only-creation/#post-14608762)
 * Resolved in version 1.4.7 which was released exactly now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mirror Zap for WooCommerce] Thank you / some code](https://wordpress.org/support/topic/thank-you-some-code/)
 *  Plugin Author [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/thank-you-some-code/#post-14362930)
 * Thanks [@vgstudios](https://wordpress.org/support/users/vgstudios/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mirror Zap for WooCommerce] Filtering nodes by ACF field](https://wordpress.org/support/topic/filtering-nodes-by-acf-field/)
 *  Plugin Author [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/filtering-nodes-by-acf-field/#post-14362918)
 * Try this:
 *     ```
       add_filter( 'wc_zap_mirror_wp_query', function( $args ) {
       	$args['post__not_in'] = [ 1, 2, 3 ]; // list of product ids to exclude
       	return $args;
       } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mirror Zap for WooCommerce] מיפוי custom fields](https://wordpress.org/support/topic/%d7%9e%d7%99%d7%a4%d7%95%d7%99-custom-fields/)
 *  Plugin Author [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/%d7%9e%d7%99%d7%a4%d7%95%d7%99-custom-fields/#post-14275208)
 * Sure. you can accomplish that using the `wc_zap_mirror_xml_node` action hook.
 * For example:
 *     ```
       add_action( 'wc_zap_mirror_xml_node', function( $node, $product ) {
           $node->GTIN = $product->get_meta( 'YOUR_CUSTOM_FIELD_NAME' );
       }, 10, 2 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mirror Zap for WooCommerce] מיפוי custom fields](https://wordpress.org/support/topic/%d7%9e%d7%99%d7%a4%d7%95%d7%99-custom-fields/)
 *  Plugin Author [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/%d7%9e%d7%99%d7%a4%d7%95%d7%99-custom-fields/#post-14262842)
 * Hi, not sure what you mean by that.
    Please explain in more detail.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mirror Zap for WooCommerce] לא מבין מה הקישור בו אמור להופיע המידע](https://wordpress.org/support/topic/%d7%9c%d7%90-%d7%9e%d7%91%d7%99%d7%9f-%d7%9e%d7%94-%d7%94%d7%a7%d7%99%d7%a9%d7%95%d7%a8-%d7%91%d7%95-%d7%90%d7%9e%d7%95%d7%a8-%d7%9c%d7%94%d7%95%d7%a4%d7%99%d7%a2-%d7%94%d7%9e%d7%99%d7%93%d7%a2/)
 *  Plugin Author [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/%d7%9c%d7%90-%d7%9e%d7%91%d7%99%d7%9f-%d7%9e%d7%94-%d7%94%d7%a7%d7%99%d7%a9%d7%95%d7%a8-%d7%91%d7%95-%d7%90%d7%9e%d7%95%d7%a8-%d7%9c%d7%94%d7%95%d7%a4%d7%99%d7%a2-%d7%94%d7%9e%d7%99%d7%93%d7%a2/#post-14065601)
 * You need to manually create a page, and then select it as the mirror-page for
   your store.
    To do so, navigate to WooCommerce => Settings => Zap Mirror Site,
   and select the page you’ve created as the mirror-site page.
 * Feel free looking me up on FB.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pelecard Gateway] Plugin New Version](https://wordpress.org/support/topic/plugin-new-version/)
 *  [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/plugin-new-version/#post-13782109)
 * [@samisraeli](https://wordpress.org/support/users/samisraeli/) do you mean the
   payments range options? if so, it’s on my list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pelecard Gateway] Plugin New Version](https://wordpress.org/support/topic/plugin-new-version/)
 *  [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/plugin-new-version/#post-13646798)
 * Be patient, it’s coming – sooner than you think.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pelecard Gateway] Webhook response](https://wordpress.org/support/topic/webhook-response-2/)
 *  [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [6 years ago](https://wordpress.org/support/topic/webhook-response-2/#post-13129394)
 * No.
 * Currently `GoodURL` has no functionality – it only redirects the client to the
   thank-you page.
 * The entire logic is being handled by the IPN (`ServerSideGoodFeedbackURL`), which
   is being fired before client redirection.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pelecard Gateway] Webhook response](https://wordpress.org/support/topic/webhook-response-2/)
 *  [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/webhook-response-2/#post-13114604)
 * The IPN is sent to `ServerSideGoodFeedbackURL` and is being handled by the hook
   you’ve mentioned.
 * The form() method should only be utilized for self-hosted payment-forms, which
   is irrelevant in our case.
 * Version 1.4 is scheduled to be released next month, which will be a complete 
   refactoring of the plugin – stay tuned.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mirror Zap for WooCommerce] שגיאה בסריקה של אתר המראה ע”י זאפ](https://wordpress.org/support/topic/%d7%a9%d7%92%d7%99%d7%90%d7%94-%d7%91%d7%a1%d7%a8%d7%99%d7%a7%d7%94-%d7%a9%d7%9c-%d7%90%d7%aa%d7%a8-%d7%94%d7%9e%d7%a8%d7%90%d7%94-%d7%a2%d7%99-%d7%96%d7%90%d7%a4/)
 *  Plugin Author [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/%d7%a9%d7%92%d7%99%d7%90%d7%94-%d7%91%d7%a1%d7%a8%d7%99%d7%a7%d7%94-%d7%a9%d7%9c-%d7%90%d7%aa%d7%a8-%d7%94%d7%9e%d7%a8%d7%90%d7%94-%d7%a2%d7%99-%d7%96%d7%90%d7%a4/#post-13095252)
 * I didn’t say there’s no other premium plugins, only that there’s no premium version
   for this one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mirror Zap for WooCommerce] שגיאה בסריקה של אתר המראה ע”י זאפ](https://wordpress.org/support/topic/%d7%a9%d7%92%d7%99%d7%90%d7%94-%d7%91%d7%a1%d7%a8%d7%99%d7%a7%d7%94-%d7%a9%d7%9c-%d7%90%d7%aa%d7%a8-%d7%94%d7%9e%d7%a8%d7%90%d7%94-%d7%a2%d7%99-%d7%96%d7%90%d7%a4/)
 *  Plugin Author [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/%d7%a9%d7%92%d7%99%d7%90%d7%94-%d7%91%d7%a1%d7%a8%d7%99%d7%a7%d7%94-%d7%a9%d7%9c-%d7%90%d7%aa%d7%a8-%d7%94%d7%9e%d7%a8%d7%90%d7%94-%d7%a2%d7%99-%d7%96%d7%90%d7%a4/#post-13095240)
 * If you’re able to view the mirror-site on your browser – than everyone else should
   too.
    Other than that, if there’s any blocking – it’s not caused by the plugin
   itself, possibly by your website/hosting environment.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mirror Zap for WooCommerce] שגיאה בסריקה של אתר המראה ע”י זאפ](https://wordpress.org/support/topic/%d7%a9%d7%92%d7%99%d7%90%d7%94-%d7%91%d7%a1%d7%a8%d7%99%d7%a7%d7%94-%d7%a9%d7%9c-%d7%90%d7%aa%d7%a8-%d7%94%d7%9e%d7%a8%d7%90%d7%94-%d7%a2%d7%99-%d7%96%d7%90%d7%a4/)
 *  Plugin Author [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/%d7%a9%d7%92%d7%99%d7%90%d7%94-%d7%91%d7%a1%d7%a8%d7%99%d7%a7%d7%94-%d7%a9%d7%9c-%d7%90%d7%aa%d7%a8-%d7%94%d7%9e%d7%a8%d7%90%d7%94-%d7%a2%d7%99-%d7%96%d7%90%d7%a4/#post-13093886)
 * There’s no premium version for this plugin.
 * The error presented is on their (Zap) end, and it basically means nothing to 
   me, you need to contact them regarding this issue, and have them provide you 
   with more relevant details.

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

1 [2](https://wordpress.org/support/users/idofri/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/idofri/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/idofri/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/idofri/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/idofri/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/idofri/replies/page/2/?output_format=md)