Ido Friedlander
Forum Replies Created
-
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] XML URL@ssbb1972
1) create any page and select it as your mirror-site page under: woocommerce => settings => zap mirror site
2) On the settings page you can also map and configure default values for the xml attributes.Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] בעיה עם שדה המשלוח שלא נסרק@alonyar Just type any value in the select field and press enter.
What kind of multi-vendor plugin do you use? Would probably require some development for properly integrating it.Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] בעיה עם שדה המשלוח שלא נסרקPlease be more specific and send some screenshots if necessary.
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] SHIPMENT_COST לא נותן שערכו יהיה 0Please upgrade to version 1.4.5 (just released it)
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] לא מופיע PRODUCT_URLPlease upgrade to version 1.4.4 (just released it)
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] לא מופיע PRODUCT_URLWhy would you want to change this attribute?
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] Values error in XML product sectionPlease upgrade to version 1.4.2 (just released it)
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] אין קישוריות תחת PRODUCT_URL@shaharfried Please send a link to the mirror site.
Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] hide all products with 0 in stockForum: Plugins
In reply to: [Mirror Zap for WooCommerce] WooZap Mirror WP update IssueCan’t help you without additional information.
Try reading more about debugging in wordpress.Forum: Plugins
In reply to: [Pelecard Gateway] PHP 7.2 Computability ErrorsThanks, I’m well aware of that.
Upcoming version will be A complete restructuring of the plugin.Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] שכפול וריאציותForum: Plugins
In reply to: [Contact Form 7] shortcode processing filter of widgetsJust add the following filter to your theme’s functions.php file:
add_filter( 'widget_custom_html_content', 'do_shortcode' );Something like that:
add_filter( 'wc_zap_mirror_wp_query', function( $args ) { $args['meta_query'] = array( 'relation' => 'AND', array( 'key' => '_stock_status', 'value' => 'instock', 'compare' => '=', ), array( 'relation' => 'OR', array( 'key' => '_wc_zap_disable', 'value' => 'yes', 'compare' => '!=' ), array( 'key' => '_wc_zap_disable', 'compare' => 'NOT EXISTS' ) ) ); return $args; } );Forum: Plugins
In reply to: [Mirror Zap for WooCommerce] XML not showingHave A look here.