Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter olopolo11

    (@olopolo11)

    Next error with field limit:

    When limit 27 field in Additional are reached, all setting from General Tab are Delete.
    When you change and click save, all setting from General restart to default.

    Hi olopolo11, I’ll need to check this out. I don’t think there’s a limit but we could be maxing out the WordPress Option length.

    Thread Starter olopolo11

    (@olopolo11)

    Hi Michael Visser

    I check this few times (with that same results) and there is a limit or this is a bug.

    I’m having this same issues only 11 or the 23 fields I have added are showing. I don’t know what else to do at this point but I would like it fixed as soon as possible.

    Hi olopolo11 and creativelystunning, thanks for confirming this. I’ll be looking at this today and hope to release a minor Plugin update later today ??

    Hi olopolo11, I’ve been able to reproduce this. There was some funky number checking going on which I’m looking into, I’ve modified the code and will test this change against all of the different Field Sections then send it to the early release team ??

    Hi olopolo11, I’ve done some more digging.

    This isn’t a fault with the Plugin, well it is as we’re submitting a lot of POST fields at once but not something that can be easily addressed as all FORM fields on that Field Section (e.g. Billing, Shipping, Additional) are processed at once when you click Save Changes.

    When you click Save Changes and have 25+ Checkout fields on a given Section all 1000+ POST fields are submitted to the server, some hosts have a limit of 1000 POST fields. Any more than 1000 POST fields are disregarded.

    By increasing the ‘max_input_vars’ PHP option you can save more than 25+ Checkout fields per Section. You can apply this change across all your WordPress sites by editing the ‘max_input_vars’ PHP option in php.ini, or if allowed on a per-site basis by adding the following to your .htaccess file.

    php_value max_input_vars 2500

    I’ll add this to the Documentation section here:

    https://www.visser.com.au/documentation/woocommerce-checkout-manager/troubleshooting/

    Here’s some screenshots showing this resolved, previously I could add ~27 Checkout fields ??

    https://www.visser.com.au/wp-content/uploads/2016/05/screenshot-wooccm-billing.jpg

    https://www.visser.com.au/wp-content/uploads/2016/05/screenshot-wooccm-shipping.jpg

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Field limit ?’ is closed to new replies.