How to print an image field url
I have been looking for information on how to reference the url of the image in the product image field but all the information out there is suggesting views???
Although views and commerce integration is amazing, there are still some use cases (social media plugin for example) when a simple php call for the image url is needed.
In my case I have a commerce product with an image field and a product display with a product reference.
I need to be able to print the referenced product image url in the product display.
Any suggestions?