nvr21
Forum Replies Created
-
Bump.
I have tried this action hook which works perfectly on the first run and somehow it sums all the rows with the same id instead of overwrite, but on 2nd import, it sums one more time…
Any chance to make it sum on every import?
I mean I need to deactivate overwrite and use append on the stock.
Thanksfunction soflyy_add_stock( $product_id, $xml, $update ) { $new_stock = get_post_meta( $product_id, '_my_new_stock', true ); wc_update_product_stock( $product_id, $new_stock, 'increase' ); } add_action( 'pmxi_saved_post', 'soflyy_add_stock', 10, 3 );Hello I just received your email…well I have tried but without luck…
some rows have 2 stocks others 3-6 stocks.
Somehow I need more advice if you can on how to sum all stocks from same product sku.
Many thanksForum: Plugins
In reply to: [Product Watermark for WooCommerce] Compability issue with your moduleHello I got this on error log
[03-Sep-2020 22:16:05 UTC] PHP Warning: imagecreatefromjpeg(): ‘/home/test/public_html/wp-content/uploads/2020/05/turbocleanerspraypentrucuratareaturbosuflantelor-106×106.jpg’ is not a valid JPEG file in /home/test/public_html/wp-content/plugins/product-watermark-for-woocommerce/main.php on line 329
[03-Sep-2020 22:16:05 UTC] PHP Warning: imagealphablending() expects parameter 1 to be resource, bool given in /home/test/public_html/wp-content/plugins/product-watermark-for-woocommerce/main.php on line 330
[03-Sep-2020 22:16:05 UTC] PHP Warning: imagesavealpha() expects parameter 1 to be resource, bool given in /home/test/public_html/wp-content/plugins/product-watermark-for-woocommerce/main.php on line 331
[03-Sep-2020 22:16:05 UTC] PHP Warning: imagecopyresampled() expects parameter 2 to be resource, bool given in /home/test/public_html/wp-content/plugins/product-watermark-for-woocommerce/main.php on line 335
[03-Sep-2020 22:16:05 UTC] PHP Warning: imagedestroy() expects parameter 1 to be resource, bool given in /home/test/public_html/wp-content/plugins/product-watermark-for-woocommerce/main.php on line 336Hey there i also have same issue with this.
It seemes it calculates correct but on admin order and pdf invoice the prices are not shown in correct currency.Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Decrease get location speedHey there, please tell me if you can help me with the above concern. Thanks
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Decrease get location speedHey there.
First thanks for your suggestion.
Second
I have sent you an email regarding wpml.
I would like to know if you can provide me some hooks.
I’m trying to achieve some auto language switcher with your plugin and wpml.https://wpml.org/forums/topic/price-based-on-country-switcher-plugin-wpml-2/
Can you help me with some hooks to achieve those?
Really appreciate thanks.Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA v3 displayed on all subpagesSame issue as you. Since last update rechapcha is on all pages.
Forum: Plugins
In reply to: [WooCommerce] Singe Product Attribute add to globalMy error logs is full of that message since last update.
It is displayed just in error logForum: Plugins
In reply to: [WooCommerce] Singe Product Attribute add to globalSo there is no tweak, functions or some code so it can be done vice -versa. From produtcs to global.
Also i have some errors since i’ve updated to latest woocommerce:
PHP Warning: A non-numeric value encountered in /public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 1564Forum: Plugins
In reply to: [WooCommerce] Singe Product Attribute add to globalBump
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Database errorI still got this errors:
[10-Nov-2017 18:20:36 UTC] #0 /home//public_html/wp-content/plugins/flow-flow-social-streams/includes/social/FFBaseFeed.php(111): flow\social\FFHttpRequestFeed->onePagePosts() #1 /home//public_html/wp-content/plugins/flow-flow-social-streams/includes/cache/FFCacheManager.php(58): flow\social\FFBaseFeed->posts(false) #2 /home//public_html/wp-content/plugins/flow-flow-social-streams/includes/cache/FFCacheAdapter.php(36): flow\cache\FFCacheManager->posts(Array, false) #3 /home//public_html/wp-content/plugins/flow-flow-social-streams/includes/LABase.php(335): flow\cache\FFCacheAdapter->posts(Array, false) #4 /home//public_html/wp-content/plugins/flow-flow-social-streams/includes/LABase.php(147): flow\LABase->process4feeds(Array, false, true) #5 /home//public_html/wp-includes/class-wp-hook.php(298): flow\LABase->processAjaxRequestBackground('')Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] No shipping method availableDone it’s working now thanks.
I have a question regarding multi products can somehow be sorted in one box? Because if i add more products to the cart the shipping cost will increase.
So if i have 2 products can the plugin showhow combine them into 1 shipping box?
thanks in advance.Forum: Plugins
In reply to: [Contact Form 7] After the 4.8 Update : No send message and Jquery Errorthe only fix is to go back to 4.7 version
add this in w3 cache or super cache to remove cacheing sitemap 🙂
[a-z0-9_\-]*sitemap[a-z0-9_\-]*\.(xml|xsl|html)(\.gz)?
([a-z0-9_\-]*?)sitemap([a-z0-9_\-]*)?\.xmli just updated seo and i have some issue