Stored Closed page editing.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 12 ans
Hey guys,

sorry i am a newb to nopCommerce.

But i was seeking a solution to a very simple scenerio.

I want to edit the StoreClosed.htm page....just by adding a clients logo to the page.

I downloaded the v1.6 nopCommerce no source......i can get into the desired page and add inline css styles but when i add an image it doesnt render.


<img src="images/xxxxx.png" /> even with added path extentiontions "~/" or "/" or ".../"

The image just doesnt want to render.

Could any one advice?

Thanks for your time!

Regards

Terry Wingfield
Il y a 12 ans
I am assuming your image is saved in this location: images/Yourimage.png

try this image tag in storeclosed.htm

<img src="www.YourDomain.com/images/Yourimage.png" alt="pic" />


now try to view your storeclosed.htm page (just delete your browser's cookies and history before viewing storecloseed.htm page)
Il y a 12 ans
Hi,

Thank you for the quick reply but i tried your solution, still didnt work.  Any other ideas?

My Image Tag:
<img src="www.essencegifts.co.uk/images/bannereg.png" alt="logo" title="logo" />

Thanks again

Regards

Terry Wingfield
Il y a 12 ans
twingfield wrote:
Hi,

Thank you for the quick reply but i tried your solution, still didnt work.  Any other ideas?

My Image Tag:
<img src="www.essencegifts.co.uk/images/bannereg.png" alt="logo" title="logo" />

Thanks again

Regards

Terry Wingfield


The full URL says file not found, it seems you didn't upload the file to the correct location.
Il y a 12 ans
Hi,

Little lost, the file is deffinatly in the right directory.

Regards

Terry Wingfield
Il y a 12 ans
Sorry guys must of had a dumb moment!

I added the image locally but forgot to add the image to a production environment!

Again thanks for the time to try and help me

Regards

Terry Wingfield
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.