Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrictive NL Postcode Validation #23834

Closed
3 tasks done
RiaanKnoetze opened this issue May 28, 2019 · 1 comment · Fixed by #23837
Closed
3 tasks done

Restrictive NL Postcode Validation #23834

RiaanKnoetze opened this issue May 28, 2019 · 1 comment · Fixed by #23837
Labels
type: bug The issue is a confirmed bug.
Milestone

Comments

@RiaanKnoetze
Copy link

Describe the bug
The postcode validation for NL is unnecessarily complicating the cart process flow by postcode validation that's too restrictive.

Background to bug report: https://wordpress.org/support/topic/dutch-postcode-validator-in-shipping-calculator-doesnt-normalize-anymore/

To Reproduce
Steps to reproduce the behavior:

  1. On your local testing site, add any physical product to the cart
  2. Proceed to cart page
  3. In the shipping calculator section on the cart page, Select "Netherlands"
  4. In the field provided, enter any city name
  5. In the field provided, enter the following postcode: 3852GC (See error in screenshot below)
  6. Next, enter the following postcode: 3852 GC (See error in screenshot below; Also notice the extra space)

Screenshots

Not Working

https://cld.wthms.co/e7ZE6n
Full Image: https://cld.wthms.co/e7ZE6n+

Working

https://cld.wthms.co/X0bXqi
Full Image: https://cld.wthms.co/X0bXqi+

This validation is powered by the regex as found at:

case 'NL':
$valid = (bool) preg_match( '/^[1-9][0-9]{3}\s(?!SA|SD|SS)[A-Z]{2}$/', $postcode );
break;

It was added in WC 3.6.

Following a chat with @mikkamp, we believe that the postcode validation should allow for:

  • The space should be optional
  • Lowercase characters should be allowed (or convert them automatically)

Expected behavior

I expected the postcode validation to allow spaces AND lowercase characters to be used.

Isolating the problem (mark completed items with an [x]):

  • I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
  • This bug happens with a default WordPress theme active, or Storefront.
  • I can reproduce this bug consistently using the steps above.

WordPress Environment

``` ### WordPress Environment ###

WordPress address (URL): https://wc.local
Site address (URL): https://wc.local
WC Version: 3.6.3
Log Directory Writable: ✔
WP Version: 5.2.1
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_US
External object cache: –

Server Environment

Server Info: nginx/1.14.0
PHP Version: 7.2.9
PHP Post Max Size: 1,000 MB
PHP Time Limit: 1200
PHP Max Input Vars: 4000
cURL Version: 7.52.1
OpenSSL/1.0.2l

SUHOSIN Installed: –
MySQL Version: 5.7.23
Max Upload Size: 300 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

Database

WC Database Version: 3.6.3
WC Database Prefix: wp_
MaxMind GeoIP Database: ✔
Total Database Size: 9.18MB
Database Data Size: 4.12MB
Database Index Size: 5.06MB
wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB
wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB
wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB
wp_commentmeta: Data: 0.02MB + Index: 0.03MB
wp_comments: Data: 0.02MB + Index: 0.09MB
wp_email_log: Data: 0.05MB + Index: 0.00MB
wp_followup_coupons: Data: 0.02MB + Index: 0.03MB
wp_followup_coupon_logs: Data: 0.02MB + Index: 0.05MB
wp_followup_customers: Data: 0.02MB + Index: 0.06MB
wp_followup_customer_carts: Data: 0.02MB + Index: 0.03MB
wp_followup_customer_notes: Data: 0.02MB + Index: 0.03MB
wp_followup_customer_orders: Data: 0.02MB + Index: 0.02MB
wp_followup_email_excludes: Data: 0.02MB + Index: 0.05MB
wp_followup_email_logs: Data: 0.02MB + Index: 0.05MB
wp_followup_email_orders: Data: 0.02MB + Index: 0.09MB
wp_followup_email_tracking: Data: 0.02MB + Index: 0.08MB
wp_followup_followup_history: Data: 0.02MB + Index: 0.05MB
wp_followup_order_categories: Data: 0.02MB + Index: 0.03MB
wp_followup_order_items: Data: 0.02MB + Index: 0.05MB
wp_followup_subscribers: Data: 0.02MB + Index: 0.03MB
wp_followup_subscribers_to_lists: Data: 0.02MB + Index: 0.03MB
wp_followup_subscriber_lists: Data: 0.02MB + Index: 0.03MB
wp_links: Data: 0.02MB + Index: 0.02MB
wp_options: Data: 1.02MB + Index: 0.05MB
wp_postmeta: Data: 1.38MB + Index: 2.83MB
wp_posts: Data: 0.30MB + Index: 0.14MB
wp_termmeta: Data: 0.09MB + Index: 0.11MB
wp_terms: Data: 0.08MB + Index: 0.09MB
wp_term_relationships: Data: 0.23MB + Index: 0.19MB
wp_term_taxonomy: Data: 0.09MB + Index: 0.14MB
wp_usermeta: Data: 0.02MB + Index: 0.03MB
wp_users: Data: 0.02MB + Index: 0.05MB
wp_wc_bookings_availability: Data: 0.02MB + Index: 0.02MB
wp_wc_booking_relationships: Data: 0.02MB + Index: 0.03MB
wp_wc_download_log: Data: 0.02MB + Index: 0.03MB
wp_wc_product_meta_lookup: Data: 0.08MB + Index: 0.09MB
wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB
wp_woocommerce_exported_csv_items: Data: 0.02MB + Index: 0.02MB

Post Type Counts

attachment: 19
customize_changeset: 5
follow_up_email: 2
nav_menu_item: 5
page: 13
post: 1
product: 455
product_variation: 33
revision: 6
scheduled-action: 32
shop_order: 4
shop_subscription: 1
wc_booking: 3
wishlist: 1

Security

Secure connection (HTTPS): ✔
Hide errors from visitors: ✔

Active Plugins (9)

Email Log: by Sudar – 2.3.1
Matty Theme QuickSwitch: by Matty – 1.2.3
Plugin Toggle: by Cedaro – 1.3.1
WooCommerce Advanced Ajax Layered Navigation: by WooCommerce – 1.4.16
WooCommerce Stripe Gateway: by WooCommerce – 4.1.16
WooCommerce WishLists: by Lucas Stark – 2.1.14 – Not tested with the active version of WooCommerce
WooCommerce: by Automattic – 3.6.3 – 3.6.4 is available
WP Crontrol: by John Blackbourn & crontributors – 1.7.1
WP Notification Center: by Never5 – 1.0.1

Inactive Plugins (171)

Charitable: by WP Charitable – 1.6.17
Charitable Designer: by TinyGiantStudios – 1.0.0
Debug Bar: by wordpressdotorg – 1.0
Debug Bar Cache Lookup: by Allan Collins – 0.1.1
Debug Objects: by Frank Bültge – 2.5.0
Disable Real MIME Check: by Sergey Biryukov – 1.0
Duplicate Post: by Enrico Battocchi – 3.2.2
Follow-Up Emails: by WooCommerce – 4.8.8 – Not tested with the active version of WooCommerce
GD Library Check: by Riaan Knoetze – 1.0
Loco Translate: by Tim Whitlock – 2.2.2
MailChimp for WooCommerce Memberships: by SkyVerge – 1.0.4 – Not tested with the active version of WooCommerce
Rabo OmniKassa: by Paytium – 1.1.0
Say What?: by Lee Willis – 1.9.1
Sensei Content Drip: by WooThemes – 1.0.8
Sensei Course Progress: by WooThemes – 1.0.7
Sensei Modules: by WooThemes – 1.0.10
Sensei Share Your Grade: by WooThemes – 1.0.3
Show Current Template: by JOTAKI Taisuke – 0.3.0
Storefront Blog Customiser: by WooCommerce – 1.3.0
Storefront Mega Menus: by WooCommerce – 1.6.2 – Not tested with the active version of WooCommerce
Storefront Parallax Hero: by WooCommerce – 1.5.7
Storefront Powerpack: by WooCommerce – 1.4.11
Storefront Product Hero: by WooThemes – 1.2.13
Storefront Reviews: by WooThemes – 1.0.2 – Not tested with the active version of WooCommerce
Teams for WooCommerce Memberships: by SkyVerge – 1.0.4 – Not tested with the active version of WooCommerce
Term Duplicator: by CGD Inc. – 1.0.0
Testimonials: by WooThemes – 1.5.4
Theme Customisations: by WooThemes – 1.0.0
User Role Editor: by Vladimir Garagulya – 4.51
User Switching: by John Blackbourn & contributors – 1.5.0
WC Custom Add to Cart labels: by Rynaldo Stoltz – 1.1
WooCommerce - Facebook Tab: by WooThemes – 1.2.0 – Not tested with the active version of WooCommerce
WooCommerce - ShipStation Integration: by WooCommerce – 4.1.28
WooCommerce 2Checkout - Inline Checkout: by WooCommerce – 1.1.13 – Not tested with the active version of WooCommerce
WooCommerce 2Checkout Gateway: by Krokedil – 1.5.1 – Not tested with the active version of WooCommerce
WooCommerce 360° Image: by WooCommerce – 1.1.6 – Not tested with the active version of WooCommerce
WooCommerce Accommodation Bookings: by WooCommerce – 1.1.6
WooCommerce Account Funds: by WooCommerce – 2.1.15 – Not tested with the active version of WooCommerce
WooCommerce Additional Variation Images: by WooCommerce – 1.7.15
WooCommerce Admin Custom Order Fields: by SkyVerge – 1.11.0 – Not tested with the active version of WooCommerce
WooCommerce Advanced Product Labels: by Jeroen Sormani – 1.1.4 – Not tested with the active version of WooCommerce
WooCommerce Advanced Shipping Packages: by WooCommerce – 1.1.4 – Not tested with the active version of WooCommerce
WooCommerce After the Order: by OM4 – 1.0.5 – Not tested with the active version of WooCommerce
WooCommerce Alipay Cross-Border: by WooThemes – 2.4 – Not tested with the active version of WooCommerce
WooCommerce Allied Wallet Gateway: by WooCommerce – 1.3.2 – Not tested with the active version of WooCommerce
WooCommerce All Products For Subscriptions: by SomewhereWarm – 2.2.4
WooCommerce Amazon Fulfillment: by Never Settle – 3.1.8 – Not tested with the active version of WooCommerce
WooCommerce Amazon Simple Pay Gateway: by SkyVerge – 1.2.0 – Not tested with the active version of WooCommerce
WooCommerce API Manager: by Todd Lahman LLC – 1.5.4 – Not tested with the active version of WooCommerce
WooCommerce Blocks: by Automattic – 2.1.0
WooCommerce Bookings: by WooCommerce – 1.14.0
WooCommerce Braintree TR Payment Gateway: by SkyVerge – 1.3.1 – Not tested with the active version of WooCommerce
WooCommerce Brands: by WooCommerce – 1.6.8
WooCommerce Bulk Download: by WooCommerce – 1.2.10 – Not tested with the active version of WooCommerce
WooCommerce Bulk Stock Management: by WooCommerce – 2.2.13 – Not tested with the active version of WooCommerce
WooCommerce Bulk Variations: by Lucas Stark – 1.6.3 – Not tested with the active version of WooCommerce
WooCommerce Buy One Get One Free: by Oscar Gare – 1.0.3 – Not tested with the active version of WooCommerce
WooCommerce Cart Add-Ons: by WooCommerce – 1.5.19 – Not tested with the active version of WooCommerce
WooCommerce Cart Notices: by SkyVerge – 1.8.4 – Not tested with the active version of WooCommerce
WooCommerce Catalog Visibility Options: by Lucas Stark – 3.2.3 – Not tested with the active version of WooCommerce
WooCommerce Chained Products: by WooCommerce – 2.6.2 – Not tested with the active version of WooCommerce
WooCommerce Checkout (Finland) Payment Gateway: by SkyVerge – 1.8.1 – Not tested with the active version of WooCommerce
WooCommerce Checkout Add-Ons: by SkyVerge – 2.0.2
WooCommerce Checkout Field Editor: by WooCommerce – 1.5.13 – Not tested with the active version of WooCommerce
WooCommerce Clickatell SMS Notifications: by WooCommerce – 1.4.8 – Not tested with the active version of WooCommerce
WooCommerce Colissimo Shipping Rates: by WooCommerce – 1.1.7 – Not tested with the active version of WooCommerce
WooCommerce Composite Products: by SomewhereWarm – 3.13.11 – Not tested with the active version of WooCommerce
WooCommerce Conditional Shipping and Payments: by SomewhereWarm – 1.3.5 – Not tested with the active version of WooCommerce
WooCommerce Constant Contact: by SkyVerge – 1.9.1 – Not tested with the active version of WooCommerce
WooCommerce Cost of Goods: by SkyVerge – 2.7.0 – Not tested with the active version of WooCommerce
WooCommerce Coupon Campaigns & Tracking: by WooCommerce – 1.1.3 – Not tested with the active version of WooCommerce
WooCommerce Currency Converter: by WooCommerce – 1.6.12 – Not tested with the active version of WooCommerce
WooCommerce Customer/Order CSV Export: by SkyVerge – 4.6.3
WooCommerce Deposits: by Automattic – 1.4.4 – Not tested with the active version of WooCommerce
WooCommerce Disability VAT Exemption: by WooCommerce – 1.3.6 – Not tested with the active version of WooCommerce
WooCommerce Dropshipping: by WooCommerce – 1.2.5 – Not tested with the active version of WooCommerce
WooCommerce Dwolla Gateway: by SkyVerge – 1.7.0 – Not tested with the active version of WooCommerce
WooCommerce Dynamic Pricing: by Lucas Stark – 3.1.13 – Not tested with the active version of WooCommerce
WooCommerce eBay Sync: by eBay Australia – 2.07 – Not tested with the active version of WooCommerce
WooCommerce Elavon Converge Gateway: by SkyVerge – 2.3.2 – Not tested with the active version of WooCommerce
Woocommerce Email Admin On Completed Order: by Özgür Özdemir – 0.1 – Not tested with the active version of WooCommerce
WooCommerce Email Customizer: by WooCommerce – 1.1.8 – Not tested with the active version of WooCommerce
WooCommerce EU VAT Number: by WooCommerce – 2.3.12 – Not tested with the active version of WooCommerce
WooCommerce eWAY Payment Gateway: by WooCommerce – 3.1.20
WooCommerce FirstData UK Gateway: by WooCommerce – 1.1.5 – Not tested with the active version of WooCommerce
WooCommerce Freshbooks: by SkyVerge – 2.1.3 – Not tested with the active version of WooCommerce
WooCommerce FreshBooks: by SkyVerge – 3.11.2 – Not tested with the active version of WooCommerce
WooCommerce GoCardless Gateway: by WooCommerce – 2.4.8 – Not tested with the active version of WooCommerce
WooCommerce Google Analytics Integration: by WooCommerce – 1.4.9
WooCommerce Google Product Feed: by Lee Willis – 6.7.4 – Not tested with the active version of WooCommerce
WooCommerce HipChat: by WooCommerce – 1.0.3 – Not tested with the active version of WooCommerce
WooCommerce Instagram: by WooCommerce – 1.1.0 – Not tested with the active version of WooCommerce
WooCommerce InterFax Integration: by WooCommerce – 1.1.3 – Not tested with the active version of WooCommerce
WooCommerce Kissmetrics: by SkyVerge – 1.11.3 – Not tested with the active version of WooCommerce
WooCommerce KISS Metrics Custom Events: by WooThemes – 1.0.0 – Not tested with the active version of WooCommerce
WooCommerce Klarna Gateway: by WooCommerce – 2.5.15 – Not tested with the active version of WooCommerce
WooCommerce Linnworks Integration: by Ivan Andreev | VanboDevelops – 1.0.6 – Not tested with the active version of WooCommerce
WooCommerce List Products By Category: by Andrew Rapps – 1.1.3
WooCommerce Measurement Price Calculator: by SkyVerge – 3.13.7 – Not tested with the active version of WooCommerce
WooCommerce Memberships: by SkyVerge – 1.10.8 – Not tested with the active version of WooCommerce
WooCommerce MercadoPago Gateway: by Mariano Pérez Rodriguez – 1.1.4 – Not tested with the active version of WooCommerce
WooCommerce Merchant Warrior (Transparent Redirect) Gateway: by Tyson Armstrong – 1.6.2 – Not tested with the active version of WooCommerce
WooCommerce Mix and Match: by Kathy Darling – 1.3.3 – Not tested with the active version of WooCommerce
WooCommerce Mobilpay Gateway: by Andrei Neamtu – 1.0.5 – Not tested with the active version of WooCommerce
WooCommerce Multi-currency: by WooCommerce – 1.13.0 – Not tested with the active version of WooCommerce
WooCommerce MyGate Gateway: by WooCommerce – 1.2.11 – Not tested with the active version of WooCommerce
WooCommerce NETbilling Gateway: by SkyVerge – 1.12.1 – Not tested with the active version of WooCommerce
WooCommerce Ninja Forms Product Add-Ons: by WooThemes – 1.1.4 – Not tested with the active version of WooCommerce
WooCommerce Nordea Gateway: by WooThemes – 1.0.0 – Not tested with the active version of WooCommerce
WooCommerce Order Delivery: by WooThemes – 1.5.3 – Not tested with the active version of WooCommerce
WooCommerce Order Status Control: by SkyVerge – 1.9.1 – Not tested with the active version of WooCommerce
WooCommerce Pay360 (PayPoint) Gateway: by VanboDevelops – 2.1.1 – Not tested with the active version of WooCommerce
WooCommerce PayGate Gateway: by WooCommerce – 1.3.3 – Not tested with the active version of WooCommerce
WooCommerce PayLeap Gateway: by WebDevStudios – 1.1.1 – Not tested with the active version of WooCommerce
WooCommerce Payment Express PX Post Gateway: by WooThemes – 2.1 – Not tested with the active version of WooCommerce
WooCommerce PayPal Adaptive Payments: by WooCommerce – 1.1.8 – Not tested with the active version of WooCommerce
WooCommerce PayPal Checkout Gateway: by WooCommerce – 1.6.14
WooCommerce PayPal Powered by Braintree Gateway: by WooCommerce – 2.2.4 – Not tested with the active version of WooCommerce
WooCommerce Payson Gateway: by Krokedil – 1.7.3 – Not tested with the active version of WooCommerce
WooCommerce Paytrail Gateway: by SkyVerge – 2.3.1 – Not tested with the active version of WooCommerce
WooCommerce PayU PL Gateway: by WooCommerce – 2.4.2 – Not tested with the active version of WooCommerce
WooCommerce PDF Product Vouchers: by SkyVerge – 3.4.3 – Not tested with the active version of WooCommerce
WooCommerce PDF Watermark: by WooCommerce – 1.1.6 – Not tested with the active version of WooCommerce
WooCommerce Photography: by WooCommerce – 1.0.16 – Not tested with the active version of WooCommerce
WooCommerce Points and Rewards: by WooCommerce – 1.6.16 – Not tested with the active version of WooCommerce
WooCommerce Pre-Orders: by WooCommerce – 1.5.9 – Not tested with the active version of WooCommerce
WooCommerce Print Invoices/Packing Lists: by SkyVerge – 3.6.0 – Not tested with the active version of WooCommerce
WooCommerce Product Add-ons: by WooCommerce – 3.0.11
WooCommerce Product Bundles: by SomewhereWarm – 5.7.11 – Not tested with the active version of WooCommerce
WooCommerce Product CSV Import Suite: by WooCommerce – 1.10.19 – Not tested with the active version of WooCommerce
WooCommerce Product Finder: by WooCommerce – 1.2.5 – Not tested with the active version of WooCommerce
WooCommerce Product Owners: by WooThemes – 1.0 – Not tested with the active version of WooCommerce
WooCommerce Products Compare: by WooCommerce – 1.0.10 – Not tested with the active version of WooCommerce
WooCommerce Product Search: by itthinx – 2.8.0 – Not tested with the active version of WooCommerce
WooCommerce Product Vendors: by WooCommerce – 2.1.7 – Not tested with the active version of WooCommerce
WooCommerce Purolator: by WooCommerce – 2.4.8 – Not tested with the active version of WooCommerce
WooCommerce Realex Gateway: by SkyVerge – 1.11.1 – Not tested with the active version of WooCommerce
WooCommerce Royal Mail: by WooCommerce – 2.5.11 – Not tested with the active version of WooCommerce
WooCommerce SagePay Form and SagePay Direct Gateway: by Andrew Benbow – 3.12.0 – Not tested with the active version of WooCommerce
WooCommerce Samurai Payment Gateway: by WooThemes – 1.0.5 – Not tested with the active version of WooCommerce
WooCommerce SAPO International Parcel Service: by WooCommerce – 1.2.5 – Not tested with the active version of WooCommerce
WooCommerce Segment.com Connector: by WooCommerce – 1.9 – Not tested with the active version of WooCommerce
WooCommerce Shipment Tracking: by WooCommerce – 1.6.11 – Not tested with the active version of WooCommerce
WooCommerce Simplify Commerce Gateway: by – 1.0.4 – Not tested with the active version of WooCommerce
WooCommerce Smart Coupons: by StoreApps – 4.0.3 – Not tested with the active version of WooCommerce
WooCommerce Social Login: by SkyVerge – 2.6.0 – Not tested with the active version of WooCommerce
WooCommerce Splash Popup: by WooCommerce – 1.2.7 – Not tested with the active version of WooCommerce
WooCommerce Store Catalog PDF Download: by WooCommerce – 1.0.14 – Not tested with the active version of WooCommerce
WooCommerce Store Credit: by WooCommerce – 2.3.0 – Not tested with the active version of WooCommerce
WooCommerce Subscription Downloads: by WooCommerce – 1.1.16 – Not tested with the active version of WooCommerce
WooCommerce Subscriptions: by Prospress Inc. – 2.5.2 – Not tested with the active version of WooCommerce
WooCommerce Subscriptions Gifting: by Prospress Inc. – 2.0.2 – Not tested with the active version of WooCommerce
WooCommerce Swedbank Gateway: by WooThemes – 1.0.4 – Not tested with the active version of WooCommerce
WooCommerce Table Rate Shipping: by WooCommerce – 3.0.13 – Not tested with the active version of WooCommerce
WooCommerce TradeGecko Integration: by TradeGecko Pte Ltd – 1.7.9 – Not tested with the active version of WooCommerce
WooCommerce Twilio SMS Notifications: by SkyVerge – 1.10.1 – Not tested with the active version of WooCommerce
WooCommerce URL Coupons: by SkyVerge – 2.7.0 – Not tested with the active version of WooCommerce
WooCommerce USA ePay Gateway: by SkyVerge – 1.9.0 – Not tested with the active version of WooCommerce
WooCommerce USPS Shipping: by WooCommerce – 4.4.22
WooCommerce Variation Swatches and Photos: by Lucas Stark – 3.0.12
WooCommerce Warranty Requests: by WooCommerce – 1.8.13 – Not tested with the active version of WooCommerce
WooCommerce Westpac & St. George PayWay NET Gateway: by Tyson Armstrong – 2.0.5 – Not tested with the active version of WooCommerce
WooCommerce Wishlist Member Integration: by WooCommerce – 2.5.2 – Not tested with the active version of WooCommerce
WooCommerce WorldPay Gateway: by Andrew Benbow – 3.6.5 – Not tested with the active version of WooCommerce
WooCommerce Xero Integration: by WooCommerce – 1.7.13 – Not tested with the active version of WooCommerce
WooSidebars: by WooCommerce – 1.4.5
WooSlider: by WooThemes – 2.4.2
WooSlider - Instagram Slideshow: by WooThemes – 1.0.0
WooSlider - WooCommerce Products Slideshow: by WooThemes – 1.0.12 – Not tested with the active version of WooCommerce
WPML Multilingual CMS: by OnTheGoSystems – 4.0.7
Yoast SEO: by Team Yoast – 11.2.1 – Not tested with the active version of WooCommerce

Settings

API Enabled: –
Force SSL: –
Currency: GBP (£)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: booking (booking)
external (external)
grouped (grouped)
simple (simple)
subscription (subscription)
variable (variable)
variable subscription (variable-subscription)

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

Shop base: #6 - /shop/
Cart: #7 - /cart/
Checkout: #8 - /checkout/
My account: #9 - /my-account/
Terms and conditions: ❌ Page not set

Theme

Name: Storefront
Version: 2.2.4 – 2.5.0 is available
Author URL: https://woocommerce.com/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔

Templates

Overrides: storefront/woocommerce/product-searchform.php

Action Scheduler

Complete: 24
Oldest: 2019-05-10 05:59:05 +0000
Newest: 2019-05-28 05:02:55 +0000

Pending: 2
Oldest: 2019-05-29 05:02:56 +0000
Newest: 2019-06-16 06:12:08 +0000

Canceled: 6
Oldest: 2019-05-16 06:06:29 +0000
Newest: 2019-05-16 06:39:05 +0000

In-progress: 0
Oldest: –
Newest: –

Failed: 0
Oldest: –
Newest: –

</details>
@claudiosanches
Copy link
Contributor

Thank you for reporting this issue!

I'm closing the issue as it already has a PR, please continue the discussion over at #23837.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug The issue is a confirmed bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants