6 hours ago, Daniel Tengler said:Update only this line:
{if (isset($quantity_discounts) && count($quantity_discounts) > 0)}
to:
{if (isset($quantity_discounts) && count($quantity_discounts) > 0) && $logged == '1' && $customer_group == '3'}
Daniel thank you for your coding. It works as intended.