Daniel Smith
Daniel Smith
I started theming using Foundation 4 and made some changes to make the Table of Contents extension more usable. https://github.com/blitzagency/markdoc-theme
My colleague identified a workaround solution for this problem by applying a filter to `woocommerce_paypal_express_checkout_request_body` to remove `PAYMENTREQUEST_0_SHIPTO*` params when `NOSHIPPING` is present. ## Example ``` add_filter('woocommerce_paypal_express_checkout_request_body', array($this, 'correct_paypal_params_for_no_shipping'), 9999,...
It probably doesn't matter at this point because this plugin appears to be end-of-life, but I think this is similar to an issue my team encountered. The solution was to...