Home Forums WC Vendors Pro Support Vendor Dashboard > Orders Page not working Reply To: Vendor Dashboard > Orders Page not working

#64932
Michel
Participant

Is a variation order problem
i just solve thanks to someone, i just lost the link
But the problem is in order-controller.php lines 375,376 remplace for this

if(!empty( $item[‘variation_id’] )) {
						$_product = new WC_Product_Variation( $item[‘variation_id’] );
						} else {
						$_product = new WC_Product( $item[‘product_id’] );
						}

works form me

This website uses cookies to ensure you get the best experience on our website.