This commit is contained in:
parent
2bb5cf122c
commit
de601b4266
@ -125,6 +125,8 @@ if(!is_user_logged_in()){
|
||||
$gift_message = $order->get_meta("_shipping_gift_message");
|
||||
|
||||
$order_subscription_coffees = get_field("coffees", $order_id);
|
||||
|
||||
$j = 0; // Reset $j for each order (claude suggested this)
|
||||
|
||||
foreach ($items as $item) {
|
||||
// checking if product is a coffee
|
||||
|
Loading…
Reference in New Issue
Block a user