pete4mask
Forum Replies Created
-
Similar issue for me
Undefined array key “country” in /wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 865
And similar on line 1038
I get this for every product in the CSV and the error log fills up my disk after a while.
I commented out the line and can’t apply updates without manually fixing again
I had a basic custom feed that wasn’t refreshing and I copied it to a new one which seems to be working fine. It is frustrating because a client uses the feed and they didn’t have current data until I looked into it and then I had to ask them to use the new feed.
Also it is worth checking the error log in cPanel in case there are php errors.
- This reply was modified 5 months, 1 week ago by pete4mask.
Came here to report this issue too and I can let you know it must have been introduced fairly recently because I have saved CSV files which have a blank column for empty fields eg description.
It’s marked as resolved because this isn’t actually the Xero plugin support – it’s some other invoice plugin.
In regards to the Xero issue I’ve tried to raise it with WooCommerce however because I mustn’t have a current subscription to the Xero plugin they won’t log a case. However they did indicate it was a known issue so were just going to add my query to the existing one. Hopefully that existing case gets resolved!
- This reply was modified 2 years, 2 months ago by pete4mask.
Forum: Plugins
In reply to: [WooCommerce] Support for XeroThe Xero extension does not appear in the drop-down list of extensions to raise a ticket for under “Help with my Extensions”
This is the extension being referred to.
https://woocommerce.com/products/xero/
- This reply was modified 2 years, 3 months ago by pete4mask.
I’m sorry – this is the wrong plugin.
I got here following links but I can see now I need to be at WooCommerce>XeroForum: Plugins
In reply to: [Add to Cart Button Custom Text] Text for “out of stock”, “backorder”OK but I don’t want custom text per product. I am suggesting there needs to be different text based on the in-stock status, which changes over time.
OK I guess this is related from the change log:
2022-07-06 – version 1.7.43
Fix – Contact information is overwritten issue by adding an email address in the contact name.>>
Unclear if the above introduced the issue or was an attempt to fix it??Awesome, thanks!
I had found a snippet on here when looking for an answer which removes the weight, so I have combined the two solutions and removed the attributes altogether because they are added to the title and implied in the SKU
/** * WooCommerce PDF Invoices & Packing Slips: * Display the item meta inline in the packing slip */ add_action( 'wpo_wcpdf_custom_styles', function( $document_type, $document ) { if ( $document_type == 'packing-slip' ) { ?> dt.weight, dd.weight, .wc-item-meta li { // display: inline-block; display: none; } <?php } }, 10, 2 );
So I get output like this
Waterproof Glove – XS/S, Black
SKU: GG1074-2Cheers
PeteHi there
Note I refer to just making a selection, before adding to cart.
If you want to see another image you would need to make a different selection and you could only see images from the gallery which are used as a variation image.So a gallery image which is not associated to a variation is lost from view after a variation is selected.
Example https://www.maskaustralia.com.au/product/gripgrab-sock-sl-lightweight/
Hi – there
Just installed the plugin.
I’m noticing something similar to above.
Note it happens on select the variation.
I’m not sure about on add to cart, because I return to category page on add to cart.With a variable product, I have one variation image per variation (colour).
(or zero images if the only attribute is size and there is no problem in this case).I tried you code snippet above but it didn’t fix the issue.
Is there another way to retain the default gallery where there isn’t a variation gallery?
Perhaps that should be the default behaviour of the plugin?Forum: Plugins
In reply to: [Code Snippets] Use of undefined constant ID – assumed ‘ID’You can possibly use isset to preface the reference to the variable in question
Forum: Plugins
In reply to: [WooCommerce Admin] Analytics>variations not guving expected resultOk might do that
It’s certainly still the case and a bit frustrating.Forum: Plugins
In reply to: [WooCommerce Admin] Analytics>variations not guving expected result### WordPress Environment ### WordPress address (URL): https://www.maskaustralia.com.au Site address (URL): https://www.maskaustralia.com.au WC Version: 5.4.1 REST API Version: ? 5.4.1 WC Blocks Version: ? 5.1.0 Action Scheduler Version: ? 3.1.6 WC Admin Version: ? 2.3.1 Log Directory Writable: ? WP Version: 5.7.2 WP Multisite: – WP Memory Limit: 2 GB WP Debug Mode: ? WP Cron: ? Language: en_US External object cache: – ### Server Environment ### Server Info: LiteSpeed PHP Version: 7.3.28 PHP Post Max Size: 512 MB PHP Time Limit: 30 PHP Max Input Vars: 10000 cURL Version: 7.74.0 OpenSSL/1.1.1k SUHOSIN Installed: – MySQL Version: 5.5.5-10.3.30-MariaDB Max Upload Size: 32 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 5.4.1 WC Database Prefix: wp_ Total Database Size: 131.21MB Database Data Size: 103.02MB Database Index Size: 28.19MB wp_woocommerce_sessions: Data: 0.12MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_items: Data: 0.93MB + Index: 0.41MB + Engine MyISAM wp_woocommerce_order_itemmeta: Data: 8.95MB + Index: 5.34MB + Engine MyISAM wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_actions: Data: 0.62MB + Index: 0.24MB + Engine MyISAM wp_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_actionscheduler_logs: Data: 0.43MB + Index: 0.31MB + Engine MyISAM wp_adtribes_my_conversions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_atum_order_itemmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_atum_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_atum_product_data: Data: 0.02MB + Index: 0.04MB + Engine MyISAM wp_commentmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_comments: Data: 2.52MB + Index: 0.55MB + Engine MyISAM wp_ebayaffinity_categories: Data: 1.52MB + Index: 0.19MB + Engine InnoDB wp_ebayaffinity_categories_bak: Data: 1.52MB + Index: 0.19MB + Engine InnoDB wp_ebayaffinity_itemspecific_mapping: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ebayaffinity_log: Data: 9.20MB + Index: 0.55MB + Engine MyISAM wp_ebayaffinity_pushtoken: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ebayaffinity_shiprules: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ebayaffinity_titlerules: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ebay_accounts: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_ebay_auctions: Data: 5.00MB + Index: 0.06MB + Engine MyISAM wp_ebay_categories: Data: 1.80MB + Index: 0.38MB + Engine MyISAM wp_ebay_jobs: Data: 0.07MB + Index: 0.00MB + Engine MyISAM wp_ebay_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ebay_messages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ebay_orders: Data: 0.30MB + Index: 0.00MB + Engine MyISAM wp_ebay_payment: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ebay_profiles: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wp_ebay_shipping: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wp_ebay_sites: Data: 0.03MB + Index: 0.00MB + Engine MyISAM wp_ebay_stocks_log: Data: 3.34MB + Index: 0.02MB + Engine MyISAM wp_ebay_store_categories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ebay_transactions: Data: 0.59MB + Index: 0.00MB + Engine MyISAM wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_litespeed_cssjs: Data: 0.35MB + Index: 0.01MB + Engine MyISAM wp_litespeed_img_optm: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ms_snippets: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_options: Data: 4.62MB + Index: 0.17MB + Engine MyISAM wp_postmeta: Data: 28.73MB + Index: 15.13MB + Engine MyISAM wp_posts: Data: 1.30MB + Index: 0.39MB + Engine MyISAM wp_sfa_abandoned_carts: Data: 8.88MB + Index: 0.03MB + Engine MyISAM wp_snippets: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wp_termmeta: Data: 0.02MB + Index: 0.02MB + Engine MyISAM wp_terms: Data: 0.01MB + Index: 0.04MB + Engine MyISAM wp_term_relationships: Data: 0.07MB + Index: 0.14MB + Engine MyISAM wp_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_toolset_associations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_toolset_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_toolset_type_sets: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_usermeta: Data: 7.07MB + Index: 0.46MB + Engine MyISAM wp_users: Data: 0.02MB + Index: 0.03MB + Engine MyISAM wp_wcpdf_invoice_number: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wp_wc_admin_note_actions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_wc_cancel_orders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_category_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_customer_lookup: Data: 0.03MB + Index: 0.03MB + Engine MyISAM wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_order_product_lookup: Data: 1.09MB + Index: 0.83MB + Engine MyISAM wp_wc_order_stats: Data: 0.12MB + Index: 0.08MB + Engine MyISAM wp_wc_order_tax_lookup: Data: 0.07MB + Index: 0.08MB + Engine MyISAM wp_wc_product_meta_lookup: Data: 0.11MB + Index: 0.15MB + Engine MyISAM wp_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfblockediplog: Data: 0.02MB + Index: 0.02MB + Engine MyISAM wp_wfblocks7: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfconfig: Data: 2.03MB + Index: 0.01MB + Engine MyISAM wp_wfcrawlers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wffilechanges: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wffilemods: Data: 6.54MB + Index: 1.37MB + Engine MyISAM wp_wfhits: Data: 0.49MB + Index: 0.15MB + Engine MyISAM wp_wfhoover: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfissues: Data: 0.11MB + Index: 0.01MB + Engine MyISAM wp_wfknownfilelist: Data: 3.38MB + Index: 0.42MB + Engine MyISAM wp_wflivetraffichuman: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wflocs: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_wflogins: Data: 0.37MB + Index: 0.08MB + Engine MyISAM wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfnotifications: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfpendingissues: Data: 0.09MB + Index: 0.01MB + Engine MyISAM wp_wfreversecache: Data: 0.02MB + Index: 0.01MB + Engine MyISAM wp_wfsnipcache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfstatus: Data: 0.19MB + Index: 0.08MB + Engine MyISAM wp_wftrafficrates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woo_ua_auction_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wt_iew_action_history: Data: 0.05MB + Index: 0.00MB + Engine InnoDB wp_wt_iew_cron: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wt_iew_ftp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wt_iew_mapping_template: Data: 0.02MB + Index: 0.00MB + Engine InnoDB ### Post Type Counts ### attachment: 1178 atum_purchase_order: 1 atum_supplier: 1 custom_css: 1 customize_changeset: 1 nav_menu_item: 131 oembed_cache: 7 option-tree: 1 page: 19 post: 4 product: 320 product_variation: 1065 redirect_rule: 1 revision: 10 rp4wp_link: 14 shop_coupon: 8 shop_order: 1578 shop_order_refund: 2 uncodeblock: 6 vc_settings_preset: 8 wafs: 1 wp-types-group: 1 wp-types-term-group: 1 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ?Error messages should not be shown to visitors. ### Active Plugins (30) ### Classic Editor: by WordPress Contributors – 1.6 Code Snippets: by Code Snippets Pro – 2.14.1 Cost of Goods for WooCommerce: by WPFactory – 2.4.4 Customer Reviews for WooCommerce: by CusRev – 4.18 Favicon by RealFaviconGenerator: by Philippe Bernard – 1.3.20 Limit Login Attempts Reloaded: by Limit Login Attempts Reloaded – 2.22.1 LiteSpeed Cache: by LiteSpeed Technologies – 3.6.4 Members: by MemberPress – 3.1.5 Mobile Menu: by Rui Guerreiro – 2.8.2.2 Category Order and Taxonomy Terms Order: by Nsp-Code – 1.5.7.5 Uncode Core: by Undsgn – 2.3.6.2 Uncode WPBakery Page Builder: by Michael M - WPBakery.com – 6.6.0 WPBakery Page Builder (Visual Composer) Clipboard: by bitorbit – 4.5.8 WC Backorder Split: by WPHEKA – 1.6 Woo Empty Cart Button: by WPCodelibrary – 1.3.1 Product Feed PRO for WooCommerce: by AdTribes.io – 10.2.6 WooCommerce Admin: by WooCommerce – 2.3.1 WooCommerce Advanced Free Shipping: by Jeroen Sormani – 1.1.4 WooCommerce Bulk Variations: by fancyproductdesigner.com – 1.0.3 WooCommerce eWAY Payment Gateway: by WooCommerce – 3.2.2 WooCommerce PDF Invoices & Packing Slips: by Ewout Fernhout – 2.9.0 WooCommerce Shop as Customer: by cxThemes – 2.16 WooCommerce Wholesale Lead Capture: by Rymera Web Co – 1.11 WooCommerce Wholesale Order Form: by Rymera Web Co – 1.11 WooCommerce Wholesale Prices Premium: by Rymera Web Co – 1.17 WooCommerce Wholesale Prices: by Rymera Web Co – 1.14.2 WooCommerce Xero Integration: by WooCommerce – 1.7.37 WooCommerce: by Automattic – 5.4.1 Wordfence Security: by Wordfence – 7.5.4 WP-Lister Lite for eBay: by WP Lab – 2.9.7 ### Inactive Plugins (3) ### Query Monitor: by John Blackbourn – 3.7.1 Uncode Page Builder (Visual Composer): by Michael M - WPBakery.com – 5.5.2 WebP Converter for Media: by Mateusz Gbiorczyk – 3.0.5 ### Settings ### API Enabled: ? Force SSL: – Currency: AUD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: simple (simple) grouped (grouped) variable (variable) external (external) auction (auction) Taxonomies: Product Visibility: exclude-from-search (exclude-from-search) exclude-from-catalog (exclude-from-catalog) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) visible (visible) Connected to WooCommerce.com: ? ### WC Pages ### Shop base: #7 - /shop/ Cart: #8 - /cart/ Checkout: #9 - /checkout/ My account: #10 - /my-account/ Terms and conditions: ? Page not set ### Theme ### Name: Mask Australia Version: 1.0.0 Author URL: https://pebblefood.com.au Child Theme: ? Parent Theme Name: Uncode Parent Theme Version: 2.3.6.3 Parent Theme Author URL: https://www.undsgn.com WooCommerce Support: ? ### Templates ### Overrides: uncode-child/woocommerce/archive-product.php uncode/woocommerce/cart/cart-item-data.php uncode/woocommerce/cart/mini-cart.php uncode/woocommerce/checkout/thankyou.php uncode/woocommerce/content-product-cat.php uncode/woocommerce/content-product.php uncode/woocommerce/content-single-product.php uncode-child/woocommerce/emails/customer-processing-order.php version 2.5.0 is out of date. The core version is 3.7.0 uncode/woocommerce/global/form-login.php uncode/woocommerce/global/quantity-input.php uncode/woocommerce/loop/add-to-cart.php uncode/woocommerce/loop/loop-end.php uncode/woocommerce/loop/loop-start.php uncode/woocommerce/loop/pagination.php uncode/woocommerce/myaccount/form-edit-account.php uncode/woocommerce/myaccount/form-login.php uncode/woocommerce/myaccount/form-lost-password.php uncode/woocommerce/myaccount/form-reset-password.php uncode/woocommerce/myaccount/my-account.php uncode/woocommerce/myaccount/orders.php uncode/woocommerce/notices/error.php uncode/woocommerce/notices/notice.php uncode/woocommerce/notices/success.php uncode/woocommerce/order/order-details-customer.php uncode/woocommerce/order/order-details.php uncode/woocommerce/product-searchform.php uncode/woocommerce/single-product/add-to-cart/external.php uncode/woocommerce/single-product/add-to-cart/grouped.php uncode/woocommerce/single-product/add-to-cart/simple.php uncode/woocommerce/single-product/add-to-cart/variable.php uncode/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php uncode/woocommerce/single-product/meta.php uncode/woocommerce/single-product/price.php uncode/woocommerce/single-product/product-image.php uncode/woocommerce/single-product/product-thumbnails.php uncode/woocommerce/single-product/rating.php uncode/woocommerce/single-product/related.php uncode/woocommerce/single-product/review.php uncode/woocommerce/single-product/share.php uncode/woocommerce/single-product/tabs/additional-information.php uncode/woocommerce/single-product/tabs/description.php uncode/woocommerce/single-product/tabs/tabs.php uncode/woocommerce/single-product/up-sells.php uncode/woocommerce/single-product-reviews.php uncode/woocommerce/single-product.php uncode/woocommerce/taxonomy-product-cat.php Outdated Templates: ? Learn how to update ### Action Scheduler ### Complete: 2,234 Oldest: 2021-06-11 08:00:55 +1000 Newest: 2021-06-27 16:19:43 +1000 Failed: 47 Oldest: 2019-11-06 15:14:07 +1100 Newest: 2021-06-27 16:13:06 +1000 Pending: 1 Oldest: 2021-06-28 16:19:43 +1000 Newest: 2021-06-28 16:19:43 +1000 ### Status report information ### Generated at: 2021-06-27 22:40:54 +10:00