I am exploring the possibility of using external Images URLs for product info pages along with local Images use as required.
I found most of the references which control images in several places, such as reference to
Code: Select all
tep_image('images/'But then the system is only looking for full URL and will not look for the Default images folder and many default settings may get affected.
I am wondering if there is any code I can use which can work with either possibility. for example, if images are stored and linked locally, it uses that, or if the external URL link is entered it use the external one.
For external image links, I will be using a bulk data upload system, just looking to adjust the code in the system which can accept both options. (External images are not subject to copyright and stored and used by my other site).
Thanks in advance.