My website

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 年 前
Hi there,

I'm just new here.

Could some one help me to make from my excisting website a nope web-site.
We would like to keep the disign but we need a shopping chart.

Please have a look at www.eten-in-eindhoven.nl

Thx in advance,

PAtrick
14 年 前
hi patrick

are you wanting to make a nopcommerce site instead of the one you have
or do you want to have a nopcommerce site   in addition to the one you have ?
14 年 前
haydie wrote:
hi patrick

are you wanting to make a nopcommerce site instead of the one you have
or do you want to have a nopcommerce site   in addition to the one you have ?


Hi,

Thx for your reply.

I would like to have a nopcommerce web-site with the same looks as the one I have now
14 年 前
you can do this with nop but it will require a lot of customisation

download the source code (if you have not done so already) at
https://www.nopcommerce.com/downloads.aspx

and have a quick read at this topic
https://www.nopcommerce.com/boards/topic.aspx?topicid=3970

you need to roll up your sleeves - you will find a lot of help on the forums :)

there is a long way for you to go after that, but  as as a start - once you get all that done, open style.css and edit

body{...}  --- to give you a white background

a.logo
{
  background: url('images/logo.gif');      -----  to use your own image
  display: block;
  width:                                                ---- set  the container width for your header image
  height:                                               ---- set the container height for your header image
  text-decoration: none;
}
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.