mrvautin / expressCart

A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
https://expresscart-demo.markmoffat.com
MIT License
2.25k stars 879 forks source link

Allow Image URL upload for main product image #245

Closed gan-mel closed 2 years ago

gan-mel commented 2 years ago

If using for example Heroku for hosting, it is containerized, upload of an image is saved in the container, which when terminated, the image is lost and needs to be uploaded every time again.

It would be great to have an option to allow using a hosted URL just the same as in the product description.