hi Linda,
I freewheeled somewhat in the direction you pointed out to me, but being an complete PHP-ignorant I didn't get very far.
$discount = ($order_total - $gift_vouchers) * $group_discount->fields['group_percentage'] / 100;
modified in
$discount = 4
results in a discount of €4.03 (which is something)
but isn't it possible to just add something like:
if (if ($group_query->fields['customers_group_pricing'] != '0' && $group_id ==1) /my free-shipping group ID {
$discount = 4;
}
thank you very much for your interest, anna




