Ido Friedlander
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Pelecard Gateway] PHP 8.2: Dynamic Properties are deprecated@yosefy – yes, I’ve stepped down from maintaining this plugin.
Forum: Plugins
In reply to: [Woo Pelecard Gateway] PHP 8.2: Dynamic Properties are deprecatedForum: Plugins
In reply to: [Woo Pelecard Gateway] J2 token only creationResolved in version 1.4.7 which was released exactly now.
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] Thank you / some codeThanks @vgstudios
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] Filtering nodes by ACF fieldTry 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
In reply to: [Mirror Zap for WooCommerce] ????? custom fieldsSure. 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
In reply to: [Mirror Zap for WooCommerce] ????? custom fieldsHi, not sure what you mean by that.
Please explain in more detail.Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] ?? ???? ?? ?????? ?? ???? ?????? ?????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
In reply to: [Woo Pelecard Gateway] Plugin New Version@samisraeli do you mean the payments range options? if so, it’s on my list.
Forum: Plugins
In reply to: [Woo Pelecard Gateway] Plugin New VersionBe patient, it’s coming – sooner than you think.
Forum: Plugins
In reply to: [Woo Pelecard Gateway] Webhook responseNo.
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
In reply to: [Woo Pelecard Gateway] Webhook responseThe 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
In reply to: [Mirror Zap for WooCommerce] ????? ?????? ?? ??? ????? ?”? ???I didn’t say there’s no other premium plugins, only that there’s no premium version for this one.
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] ????? ?????? ?? ??? ????? ?”? ???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
In reply to: [Mirror Zap for WooCommerce] ????? ?????? ?? ??? ????? ?”? ???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.