Hi,
In the "Auto Complete Ticket Order" snippet, shouldn't the following line:
if( count( $order_products > 0 ) ) {
instead read like:
if ( count( $order_products ) > 0 ) {
BR,
Pål Brønlund
*typo* even
Hello,
Thank you for letting us know! We’ve fixed it.