teuptworkshop
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to mark order as pickedSorry for the late reply, thanks for the explanation! Unfortunately the fix broke down, I’m getting “validation failed” errors. We’ve decided to solve it with good old post-it notes on the packing table. That actually works pretty good, no more double picked orders.
I had assumed this was pretty basic functionality for webshops (after all, don’t you wanna see what you did and didn’t pick?) and I just overlooked it, but I understand now Woocommerce doesn’t really cater to this (yet). We’ll stick to the post-its for now, until there’s a simple feature available for this. Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to mark order as pickedThanks for the elaborate reply! I didn’t realise there wasn’t a simple option for this. Your idea works, but I wonder if it’s also possible to make it clickable (toggleable) in the orders list itself? Just like there’s a button to update the order status to finished. That’d eliminate some clicks and waiting time. But this is already an improvement, thanks!
Forum: Plugins
In reply to: [WooCommerce] Product keeps getting wrong pictureThanks for the suggestion! I just checked with my hosting provider but unfortunately no, they don’t have caching of any sort.
With no host-side caching, my caching plug-in switched off, and no browser cache, I’m really clueless as to why this picture keeps resurfacing even when the old file is definitely deleted. It’s not a huge deal since we’re talking about some 5 small products out of 10000+ in my store, so I don’t mind to remove them from the inventory (to prevent future accidental reuploads) and move on. But if this is some kind of WordPress bug, I hope it can be fixed…
Forum: Plugins
In reply to: [WooCommerce] Product keeps getting wrong pictureThanks for your reply @shameemreza
I’ve cleared the browser cache, but unfortunately it didn’t make a difference. I’ve also disabled most plugins (I don’t have that many, and nothing product/picture related besides my caching plugin) and it also didn’t change it.
It keeps on reverting to the old image even though that file doesn’t exist anymore, anywhere. Now we also know it’s not in my browser cache. I’ve opened it on a device where I haven’t had it open before, and exactly the same happens there.
Unfortunately renaming is not an option, as all product images (item ID and color combinations) are calculated automatically by my software. When I reupload my inventory at some point, the wrong image will again be back.. and since I have so many products, I will not find out until people buy the items..
Forum: Plugins
In reply to: [WooCommerce] Product keeps getting wrong pictureAddition:
Even when I open the product with the wrong picture, click on the picture and delete it permanently from the media library, then delete the product and reupload that product, the wrong picture is simply back.
If I then open the product again and click on that incorrect picture, it opens the media library and shows a checkbox on the CORRECT picture. So in that screen, all is good. But then when I close it, I still have that wrong picuture. Even if I change the product picture to something else, and then back to the correct picture in the media library, that incorrect picture is back. I really have no idea where it comes from. I have already disabled caching.
Forum: Plugins
In reply to: [WooCommerce] Retrieve menu order of itemFinally I got it to work π This did the trick:
$menu_order = $_product->get_menu_order();
Forum: Plugins
In reply to: [WooCommerce] Customers don’t receive password reset mailOops, now I see what was wrong. The password reset update email was switched off because I’m constantly getting emails about my customers changing their passwords. I thought this option was about stopping those emails. I wasn’t aware it would affect the customer (it’s pretty clear in the interface, but I just didn’t expect there’d be an option to stop the password reset from functioning).
Still don’t know how I can stop getting email updates about customers changing their passwords but at least this must solve the important issue!
Forum: Plugins
In reply to: [WooCommerce] Customers can’t reset passwordThanks for your reply, that makes sense. Was just checking if there was a general well known reason for this issue that I may have missed. This particular customer said he had some issue with the auto-complete function of his input device. Maybe it just has random different causes each time and I’ll just have to accept it as something that doesn’t always work 100%.
Forum: Plugins
In reply to: [WooCommerce] SEO: Hide from Google?Hi, thanks for your reply. I was not aware of that option to discourage search engines from indexing my site.. looks like exactly the “switch” I need!
I will try that out first, and see what it does over the coming weeks. thanks!
Forum: Plugins
In reply to: [WooCommerce] Picking list not matching “order items post meta”Ok, I couldn’t believe the problem would be WooCommerce since you’d expect the problem to pop up all over the place… and it wasn’t π
The developer was able to identify the bug in the plugin that adds extra fields to products on the admin side. (Apparently, it DOES still affect the process even when only disabled for checkout.)
It has now been updated to list things properly. Sorry for the confusion, it was all quite a big mystery but in the end it was just a plugin after all. Thanks for your time π
- This reply was modified 5 years, 3 months ago by teuptworkshop.
Forum: Plugins
In reply to: [WooCommerce] Picking list not matching “order items post meta”Hi @drwpcom, I just deactived the plugin and placed an order, and had the same issue. But I can’t believe that this really is a bug in WooCommerce? Because that would be pretty dramatic – think of all the missing items there’d be in orders, the incorrect invoices with numbers not adding up, and all the stock innacuracies that would cause, simply because of some products having the same menu order. So I’m pretty confused about this. If it really is WooCommerce, then that seems like a very high priority bug to fix. I think I’ve already ticked other suspect plugins off the list. Unless it matters if the plugin was enabled while creating the cart? Because I only quickly disabled it before checkout, to minimise the risk of getting real orders in that time window.
I’m generating the numbers in my software which outputs a product upload csv. So they are assigned by import. It is necessary for some products to have the same menu order – menu orders are allocated for all part/colour combinations, but within one part/colour combination there can be various (unlimited) kinds of variations such as different prints. So there’s necessarily going to be some overlap there.
- This reply was modified 5 years, 3 months ago by teuptworkshop.
Forum: Plugins
In reply to: [WooCommerce] Picking list not matching “order items post meta”@drwpcom I found out what the problem is!
It happens when parts have the same menu order. Then one of them just randomly gets dropped out. It’s a problem for me because with over 10,000 products (and more than 10 times the number of possible products, and growing) I cannot go over this all the time and make them different.
Preferably it would just display them whatever-way-around, but if nothing else is possible it should at least result in an error message…
Not sure if this is a bug in WooCommerce or simply in my plugin that adds extra fields on my admin side? If it’s WooCommerce, then I hope this can be solved, because right now it’s causing me problems on a daily basis. And for sellers who are unaware it’s even worse, because then it means unhappy customers with missing products in their order…
I’ll contact the developer of my plugin right now to ask if he recognises this as something that could be a bug in what he wrote for me.- This reply was modified 5 years, 3 months ago by teuptworkshop.
- This reply was modified 5 years, 3 months ago by teuptworkshop.
Forum: Plugins
In reply to: [WooCommerce] Picking list not matching “order items post meta”Hi @drwpcom, thanks for your reply. I was able to create a cart that triggers the issue, so I was able to test this directly. Turns out that no, these two plugins are not the problem. I miss an item on the admin site in both cases.
These ghost items are just random items that the customer really did put in their cart, and pay for. It can really be any quantity.However, by now I noticed a pattern. I sell Lego parts and it only happens to parts that have prints on them. I cannot think of much that is significantly different about those from the webshop’s point of view, except for their SKUs maybe: An unprinted part may have SKU “3068b-1”, and then a printed one has an extra part so it ends up as “3068bpb1105-1”. However, in the vast majority of cases, printed parts are just fine. I just notice that whenever the issue DOES happen, it happens to a printed part.
Here’s a small segment of the “Order Items Post Meta” list in an interesting case. Two very similar parts (same part type, different print) were bought buy the buyer, but only one of them triggered stock reduction and managed to appear in the list above it (and the buyer’s confirmation email):
order_item_name: Tegel 2 x 2 opdruk 0431 Wit order_item_type: line_item order_item_id: 15964 Β» BL Lot ID 49270373 Β» Remarks zc Β» Stock Remaining 42 Β» _line_subtotal 0.66 Β» _line_subtotal_tax 0 Β» _line_tax 0 Β» _line_tax_data a:2:{s:5:"total";a:0:{}s:8:"subtotal";a:0:{}} Β» _line_total 0.66 Β» _product_id 277005 Β» _qty 2 Β» _tax_class Β» _variation_id 0 order_item_name: Tegel 2 x 2 opdruk 1105 Wit order_item_type: line_item order_item_id: 15965 Β» BL Lot ID 156248689 Β» Remarks Β» Stock Remaining 41 Β» _line_subtotal 0.76 Β» _line_subtotal_tax 0 Β» _line_tax 0 Β» _line_tax_data a:2:{s:5:"total";a:0:{}s:8:"subtotal";a:0:{}} Β» _line_total 0.76 Β» _product_id 276628 Β» _qty 2 Β» _reduced_stock 2 Β» _tax_class Β» _variation_id 0So, I tried to compile a test order with both of these two items (together with 3 random other parts). And you’ll never guess what happened….. the OTHER one of these two now turned out as the ghost item! So yeah, it’s a really perplexing issue…
Forum: Plugins
In reply to: [WooCommerce] Picking list not matching “order items post meta”Thanks for your reply, here you go. Had another such order today, I would say it happens about 1 in some 10-15 orders. Sadly I still haven’t been able to narrow it down in terms of the conditions that causes it, it still appears totally at random to me, so I can’t offer extra clues unfortunately….
### WordPress Environment ### WordPress address (URL): http://www.blokjeskoning.nl Site address (URL): http://www.blokjeskoning.nl WC Version: 4.8.0 REST API Version: β 4.8.0 WC Blocks Version: β 3.8.1 Action Scheduler Version: β 3.1.6 WC Admin Version: β 1.8.1 Log Directory Writable: β WP Version: β 5.5.3 - Er is een nieuwere versie van WordPress beschikbaar (5.6) WP Multisite: β WP Memory Limit: 256 MB WP Debug Mode: β WP Cron: β Language: nl_NL External object cache: β ### Server Environment ### Server Info: Apache PHP Version: 7.3.23 PHP Post Max Size: 32 MB PHP Time Limit: 30 PHP Max Input Vars: 1000 cURL Version: 7.71.0 OpenSSL/1.1.1d SUHOSIN Installed: β MySQL Version: 5.5.5-10.4.17-MariaDB-log-cll-lve Max Upload Size: 32 MB Default Timezone is UTC: β fsockopen/cURL: β SoapClient: β DOMDocument: β GZip: β Multibyte String: β Remote Post: β Remote Get: β ### Database ### WC Database Version: 4.8.0 WC Database Prefix: wp_ Totale databasegrootte: 216.10MB Database datagrootte: 142.97MB Database index grootte: 73.13MB wp_woocommerce_sessions: Data: 1.03MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_order_items: Data: 1.52MB + Index: 0.28MB + Engine InnoDB wp_woocommerce_order_itemmeta: Data: 10.52MB + Index: 10.03MB + Engine InnoDB wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_actions: Data: 1.52MB + Index: 0.47MB + Engine InnoDB wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_logs: Data: 0.44MB + Index: 0.27MB + Engine InnoDB wp_aws_cache: Data: 0.52MB + Index: 0.00MB + Engine InnoDB wp_aws_index: Data: 12.52MB + Index: 5.03MB + Engine InnoDB wp_berocket_termmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_comments: Data: 0.53MB + Index: 0.11MB + Engine MyISAM wp_csp3_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_itsec_distributed_storage: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_itsec_lockouts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_itsec_logs: Data: 31.56MB + Index: 17.09MB + Engine InnoDB wp_itsec_temp: Data: 0.17MB + Index: 0.27MB + Engine InnoDB wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailpoet_mapping_to_external_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletters: Data: 0.03MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletter_templates: Data: 2.52MB + Index: 0.00MB + Engine InnoDB wp_mailpoet_scheduled_tasks: Data: 0.08MB + Index: 0.06MB + Engine InnoDB wp_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_segments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_sending_queues: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_subscribers: Data: 0.06MB + Index: 0.11MB + Engine InnoDB wp_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_subscriber_segment: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mclean_refs: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_mclean_scan: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_newsletter: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_newsletter_emails: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_newsletter_sent: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_newsletter_stats: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_newsletter_user_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_options: Data: 3.77MB + Index: 0.37MB + Engine MyISAM wp_pmxi_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pmxi_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pmxi_images: Data: 0.09MB + Index: 0.00MB + Engine InnoDB wp_pmxi_imports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pmxi_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pmxi_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_postmeta: Data: 32.48MB + Index: 9.51MB + Engine MyISAM wp_posts: Data: 5.02MB + Index: 4.79MB + Engine MyISAM wp_termmeta: Data: 1.52MB + Index: 1.84MB + Engine InnoDB wp_terms: Data: 0.40MB + Index: 0.60MB + Engine MyISAM wp_term_relationships: Data: 1.50MB + Index: 2.74MB + Engine MyISAM wp_term_taxonomy: Data: 0.57MB + Index: 0.55MB + 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_UPCP_Catalogues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Catalogue_Items: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Custom_Fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Fields_Meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Items: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Item_Images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_SubCategories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Tagged_Items: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Tags: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Tag_Groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_UPCP_Videos: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_usermeta: Data: 0.63MB + Index: 0.23MB + Engine MyISAM wp_users: Data: 0.02MB + Index: 0.03MB + Engine MyISAM wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 0.06MB + Index: 0.03MB + Engine InnoDB wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 2.52MB + Index: 1.03MB + Engine InnoDB wp_wc_order_stats: Data: 0.08MB + Index: 0.05MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 2.52MB + Index: 5.09MB + Engine InnoDB wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wtbp_tables: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yoast_indexable: Data: 13.52MB + Index: 8.58MB + Engine InnoDB wp_yoast_indexable_hierarchy: Data: 1.52MB + Index: 2.33MB + Engine InnoDB wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_meta: Data: 10.52MB + Index: 0.00MB + Engine InnoDB ### Post Type Counts ### attachment: 11976 custom_css: 1 mailpoet_page: 1 nav_menu_item: 6 oembed_cache: 18 page: 10 product: 10642 pronamic_gateway: 1 pronamic_payment: 1 revision: 89 seedprod: 1 shop_coupon: 1 shop_order: 579 turbo-sidebar-cpt: 1 wcccf: 3 ### Security ### Secure connection (HTTPS): β Jouw winkel gebruikt geen HTTPS. Leer meer over HTTPS en SSL-certificaten. Hide errors from visitors: β ### Active Plugins (22) ### Add Admin CSS: door Scott Reilly β 1.9.1 Add-on WooCommerce MailPoet 3: door Tikweb β 1.1.8 β GeΓ―nstalleerde versie niet getest met actieve versie van WooCommerce 4.0 Admin Fields: door Topcode Website Services β 1.0.4 Advanced Woo Search: door ILLID β 2.17 Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd: door SeedProd β 6.0.9.0 Exclude Pages From Menu: door Vinod Dalvi β 2.0 Facebook for WooCommerce: door Facebook β 2.0.5 iThemes Security Pro: door iThemes β 5.4.8 Jetpack door WordPress.com: door Automattic β 9.2.1 MailPoet 3 (New): door MailPoet β 3.56.1 Product Category Tree: door AWESOME TOGI β 2.4 Servebolt Optimizer: door Servebolt β 2.1.5 Change Storefront Footer Copyright Text: door QuadLayers β 1.0.1 β GeΓ―nstalleerde versie niet getest met actieve versie van WooCommerce 4.0 WooCommerce Weight Based Shipping: door weightbasedshipping.com β 5.3.7.1 Widget Options: door Widget Options Team β 3.7.6 WooCommerce Custom Add To Cart Button: door Barn2 Plugins β 1.1.1 Stripe For WooCommerce: door Payment Plugins [email protected] β 3.2.9 WooCommerce Admin: door WooCommerce β 1.8.1 WooCommerce PayPal Checkout Gateway: door WooCommerce β 2.1.1 Store Toolkit for WooCommerce: door Visser Labs β 2.3 WooCommerce: door Automattic β 4.8.0 (update naar versie 4.9.0 is beschikbaar) Yoast SEO: door Team Yoast β 15.5 ### Inactive Plugins (0) ### ### Must Use Plugins (1) ### installatron_hide_status_test.php: door β ### Settings ### API Enabled: β Force SSL: β Currency: EUR (β¬) Currency Position: left Thousand Separator: . Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: β ### WC Pages ### Winkelbasis: #5 - /shop/ Winkelmand: #6 - /cart/ Afrekenen: #7 - /checkout/ Mijn account: #8 - /my-account/ Algemene voorwaarden: #19351 - /algemene-voorwaarden/ ### Theme ### Name: Storefront Version: 2.5.1 (update naar versie 3.3.0 is beschikbaar) Author URL: https://woocommerce.com/ Child Theme: β β Als je wijzigingen aanbrengt in WooCommerce of in een hoofdthema dat je niet zelf gebouwd hebt raden we het gebruik van een child thema aan. Zie: Hoe maak je een child thema WooCommerce Support: β ### Templates ### Overrides: β ### Templates ### thumbnail: medium: medium_large: large: 1536x1536: 2048x2048: mailpoet_newsletter_max: woocommerce_thumbnail: woocommerce_single: woocommerce_gallery_thumbnail: shop_catalog: shop_single: shop_thumbnail: ### Action Scheduler ### Afgerond: 1.847 Oldest: 2020-12-16 00:49:41 +0100 Newest: 2021-01-16 00:25:02 +0100 Mislukt: 20 Oldest: 2019-09-07 00:15:43 +0200 Newest: 2020-12-15 18:00:08 +0100 In afwachting: 3 Oldest: 2021-01-16 01:25:02 +0100 Newest: 2021-01-16 17:51:15 +0100Forum: Plugins
In reply to: [WooCommerce] Picking list not matching “order items post meta”Today I had an order with two ghost items – one priced at β¬0.50 and the other β¬0.35, and they were paid for.
A screenshot from part of the order confirmation email that the customer receives shows how the subtotal and the shipping costs are 0.85 short of the grand total that is written there. The ghost items do not appear in the summary, but they are included in the grand total.