EPiServer 10.2.3.0
Can I add my own custom images for custom promotions?
I can reuse the existing images by adding this to my promotion:
[ImageUrl("Images/SpendAmountGetFreeShipping.png")]
But can I add my own images to this?
[ImageUrl("~/Images/SpendAmountGetFreeShipping.png")] would go to the root of yor website then the images folder
Techincally you can upload an image, then use the relative path to that image as your ImageUrl, for example ~/globalassets/marketing/promotion.jpg
EPiServer 10.2.3.0
Can I add my own custom images for custom promotions?
I can reuse the existing images by adding this to my promotion:
[ImageUrl("Images/SpendAmountGetFreeShipping.png")]
But can I add my own images to this?