Hi,
1. I think that you'll just have to :
- Open your phpmyadmin (a tool provided by your hosting company in order to administer your database)
- Select your database
- Increase the auto_increment value of the hikashop_order table by running a query like this :
ALTER TABLE jos_hikashop_order auto_increment = 4000;
Note that if you use another table prefix than jos_ you need to change it to your table prefix in the query.
2. I think that you can do that by setting 2 shipping price for your product through the shipping tab of your product page :
- the first one will be 14.50
- the second one 19.50
Hope this will help you.