Hi,
Thanks, now I see what you what to achieve.
There was no option for that in the plugins but I implemented it for the next release.
What I can recommend you to do before the release (which is planned for this month) is to modify the two "user_points" plugins and replace the occurrences of
$app->getUserState(HIKASHOP_COMPONENT.'.userpoints_no_virtual_coupon', 0);
into
$app->getUserState(HIKASHOP_COMPONENT.'.userpoints_no_virtual_coupon', 1);
So you will change the default value for the usage of the points.
With the next version of the plugins, there will have a new setting in the "hikashop / user_points" plugin configuration ; with the setting "Ask for no coupon" to display the special step in the checkout you will also have a setting "Do not use point by default".
Regards,