Hello,
The issue is this line from orders-tickets.php:
$product = new WC_Product( $attendee['product_id'] );
I think this line of code should be calling the product id from easy digital downloads instead of woocommerce, since I’m not using woocomerce. I’m just not sure what the right code replacement for ‘WC_Product’ should be – how to get the product id from EDD instead of WC?
Hope this can assist you in helping me solve this.
Thanks