how to do this without hack?
i found only one solution:
in helpers\cart.php
function getCartDataToStore
change
$sessionCart->STsameAsBT = $this->STsameAsBT;
to
$sessionCart->STsameAsBT = 1;
but in next update it will be overwritten.
it is simply option, how about to add this in admin panel?
It is checked by default in current VM versions with default VM templates.