So, you want this feature for SMFShop 2.2? Here's the simple way to implement it:
Open
Sources/Register.php (for SMF 1.0), or
Sources/Subs-Members.php, (for SMF 1.1), and find:
'ID_POST_GROUP' => 4,
Add after:
// Begin SMFShop 2.3 (Build 11) code
'money' => 100,
// End SMFShop code
Change the '100' to whatever you want. This is similar to how it's implemented in SMFShop 2.3, except that SMFShop 2.3 allows you to change the value in the admin panel.
P.S Why don't you upgrade to SMFShop 2.3?