greencode
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Hide thumbnails when none exist?In fact, it looks like this was broken since v1.4.0.5
Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Hide thumbnails when none exist?Hi. This seems to have been broken in the latest version. v1.4.0.2 works correctly whereby if no thumbnails exist then only the main feature image appears. In v1.4.1.0 even if no thumbnails are added to the product, it still shows the feature image as a thumbail?!
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Failed to process the paymentHi @joostvandevijver. I’ve generated the error log and have sent it via your website along with the system status report. Thanks, Alan
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Failed to process the paymentHi @joostvandevijver thanks for replying once again. The issue is there is no Transaction ID as it doesn’t get that far. I click the Pay Now and then error – mentioned above – appears on the website and not on any PayPal screens.
Amazing. Thanks so much for resolving this issue @nikhilgadhiya
Forum: Plugins
In reply to: [WooCommerce] woocommerce_add_order_item_meta is deprecated@fermarichal Thanks for the reply. I have tried the following and neither works:
add_action ('woocommerce_new_order_item', 'add_item_meta', 10, 2); function add_item_meta( $item_id, $values ) { woocommerce_add_order_item_meta( $item_id, 'Flavours', $values['_goodlen'] ); }add_action ('woocommerce_new_order_item', 'add_item_meta', 10, 2); function add_item_meta( $item_id, $values ) { if ( empty( $values['_goodlen'] ) ) { return; } woocommerce_add_order_item_meta( $item_id, 'Flavours', $values['_goodlen'] ); }Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Any news?@eherman24 Appreciate that. Looking forward to the update. Thanks.
Forum: Plugins
In reply to: [Meta for WooCommerce] Unable to update products when this plugin is active@seanomattic @kaderibrahim Just so you know, the code fix did not work as that did not allow any product to be updated! However, I’ve figured out what the issue was. Basically, it wasn’t connected to Facebook. Once connected everything works okay.
Forum: Plugins
In reply to: [Meta for WooCommerce] Unable to update products when this plugin is activeAH, sorry. Here you go, actually with the correct site theme as I’ve no idea where the funcions file is in the latest TwentyTwenty theme!
Forum: Plugins
In reply to: [Meta for WooCommerce] Unable to update products when this plugin is activeYes, I’ve added the debug code.
I’ve reverted to a standard WordPress theme and only WooCommerce and Facebook plugins are active.
Forum: Plugins
In reply to: [Meta for WooCommerce] Unable to update products when this plugin is active@kaderibrahim Appreciate your help with this. Here’s the screenshot – hoping that’s what you require https://ibb.co/nwxzgyZ
Forum: Plugins
In reply to: [Meta for WooCommerce] Unable to update products when this plugin is active@kaderibrahim Still the same issue and no errors are getting generated other than this when I click the Update button
wp-util.min.js?ver=9ae1c6c3027916513f1e30d179c0c6bd:2 Uncaught Error: Template not found: #tmpl-facebook-for-woocommerce-modal at wp-util.min.js?ver=9ae1c6c3027916513f1e30d179c0c6bd:2:371 at n.render (backbone-modal.min.js?ver=7.1.0:1:968) at Jn (underscore.min.js?ver=1.13.4:2:7441) at n.<anonymous> (underscore.min.js?ver=1.13.4:2:7755) at n.render (underscore.min.js?ver=1.13.4:2:1065) at n.initialize (backbone-modal.min.js?ver=7.1.0:1:839) at h.View (backbone.min.js?ver=1.4.1:2:14648) at new n (backbone.min.js?ver=1.4.1:2:23485) at Object.success (products-admin.js?ver=3.0.5:1:7965) at c (jquery.min.js?ver=3.6.1:2:28327)Forum: Plugins
In reply to: [Meta for WooCommerce] Unable to update products when this plugin is active@kaderibrahim I’ve added that to wp-config. Where do I see what the error is?! There’s nothing in the error logs for this specific time.
Forum: Plugins
In reply to: [Meta for WooCommerce] Unable to update products when this plugin is active@kaderibrahim I’ve just deactivated all plugins except Facebook and WooCommerce and reverted to a standard WordPress theme. Still the issue exists
load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,underscore,backbone,wp-util,wp-backbone,media&load%5Bchunk_1%5D=-models,moxiejs,plupload&ver=6.1.1:148 Uncaught Error: Template not found: #tmpl-facebook-for-woocommerce-modal at load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,underscore,backbone,wp-util,wp-backbone,media&load%5Bchunk_1%5D=-models,moxiejs,plupload&ver=6.1.1:148:371 at n.render (backbone-modal.min.js?ver=7.1.0:1:968) at Jn (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,underscore,backbone,wp-util,wp-backbone,media&load%5Bchunk_1%5D=-models,moxiejs,plupload&ver=6.1.1:144:7441) at n.<anonymous> (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,underscore,backbone,wp-util,wp-backbone,media&load%5Bchunk_1%5D=-models,moxiejs,plupload&ver=6.1.1:144:7755) at n.render (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,underscore,backbone,wp-util,wp-backbone,media&load%5Bchunk_1%5D=-models,moxiejs,plupload&ver=6.1.1:144:1065) at n.initialize (backbone-modal.min.js?ver=7.1.0:1:839) at h.View (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,underscore,backbone,wp-util,wp-backbone,media&load%5Bchunk_1%5D=-models,moxiejs,plupload&ver=6.1.1:146:14648) at new n (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,underscore,backbone,wp-util,wp-backbone,media&load%5Bchunk_1%5D=-models,moxiejs,plupload&ver=6.1.1:146:23485) at Object.success (products-admin.js?ver=3.0.5:1:7965) at c (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,underscore,backbone,wp-util,wp-backbone,media&load%5Bchunk_1%5D=-models,moxiejs,plupload&ver=6.1.1:2:28327)Forum: Plugins
In reply to: [Meta for WooCommerce] Unable to update products when this plugin is active@anastas10s I have updated to 3.0.5 and PHP to v8. Still the issue occurs. With regards to @jeretl’s issue – that was not the same issue.