get_sku();
}
else{
$product_id = $woo_prefix.$product->id;
}
$price = $product->get_price();
?>
cart->get_cart();
$cartprods_items = array();
foreach ( (array) $cartprods as $entry ) {
if($is_sku){
$sku = $entry['data']->get_sku();
//echo "SKU is ".$woo_prefix.$sku;
array_push( $cartprods_items, "'".$woo_prefix.$sku."'" );
}
else{
array_push( $cartprods_items, "'".$woo_prefix.$entry['product_id']."'" );
}
}
?>
get_total();
// Only run conversion script if the payment has not failed. (has_status('completed') is too restrictive)
// And use the order meta to check if the conversion code has already run for this order ID. If yes, don't run it again.
if ( ! $order->has_status( 'failed' )) {
$order_items = $order->get_items();
$order_items_array = array();
foreach ( (array) $order_items as $item ) {
if($is_sku){
$product = new WC_Product($item['product_id']);
$sku = $product->get_sku();
array_push( $order_items_array, "'".$woo_prefix.$sku."'" );
}
else{
array_push( $order_items_array, "'".$woo_prefix.$item['product_id']."'" );
}
}
?>
Stock up on great deals Tetley tea or grab a great deal on Taylors of Harrogate Yorkshire tea and for the coffee fans try some of the amazing Littles coffee range.
We also have a large selection of UNCLE BENS rice and some Sharwood curry powder in all of the flavours, and for the fans of amazing pickles we are proud suppliers of Bartons check them out Barton’s Pickles!