Hi,
You shouldn't modify directly the files of HikaShop. Instead, you should use the different override methods to do what you want. You can override all the views, the translations, the emails, some functions like the image display, create plugins, etc. If you only use the overrides, you can update HikaShop when you need.
The paypal pro plugin is not compatible with HikaShop 1.4.4
You can try to replace all the hikshop_XXX function calls in it by hikashop::XXX function calls and it might work. But you might need some minor additional tweaks.