• Pugin work perfect,thanks for your work!!

    Please if you can, add function to add Code?PHP ( functions.php ) like Code Snippets

    I need to make the postal code optional

    This code:

    add_filter( ‘woocommerce_checkout_fields’, function( $fields ) {
    $fields[‘shipping’][‘shipping_postcode’][‘required’] = false;
    return $fields;
    });

Viewing 1 replies (of 1 total)
  • Plugin Author Bowo

    (@qriouslad)

    Thanks for the nice review. Adding the ability to add custom PHP code is not a trivial thing like adding CSS / JS / HTML code. It can easily break sites. In the Code Snippets Manager module in ASE Pro, there’s a built in safety check / mechanism should a fatal error occur. I don’t think I’ll be adding a simpler version in the free version of ASE. The risk is just too big, and providing support for it will likely be a nightmare. I hope you can understand that.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.