Trying to override PW WooCommerce Gift Cards template. I added the file in the correct folder (woocommerce > single-product > add-to-cart), change file extension to .blade.php
and change php syntax to blade syntax. But I got this error:
[27-May-2019 11:40:57 UTC] PHP Warning: array_merge(): Argument #3 is not an array in /srv/www/website/public_html/wp-content/themes/website/vendor/roots/sage-woocommerce/src/woocommerce.php on line 48
[27-May-2019 11:40:57 UTC] PHP Warning: array_merge(): Argument #2 is not an array in /srv/www/website/public_html/wp-content/themes/website/vendor/illuminate/view/Factory.php on line 110
Even if I left the file empty, this error appear.