Inhalte aufrufen

Profilbild

Is it easy to create own themes?


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
6 Antworten zu diesem Thema

#1 jacklarry

jacklarry

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 24 June 2014 - 16:28

Hello,

I find your product very interesting.
But I have few questions.

1.Do you provide the script file as well through which I can create DB at my end?
2. Can I install SmartStore at my own domain as a stand alone product?
3. How easy it is to create eye catching and full of UI templates and integrate them with SmartStore?

 

Please reply me, and thanks for such a great product :)

Thanks
Jack



#2 Michael Herzog

Michael Herzog

    SmartStore AG

  • Administrators
  • 3497 Beiträge

Geschrieben: 26 June 2014 - 16:52

Hi Jack,

 

first let me thank you for your compliment.

 

1.There are ways to generate a SQL script via Nuget but why do you need it. Are you aware of the fact the database will be created automatically when installing SmartStore.NET?

 

2. Of course you can installl SmartStore.NET on your domain but I don't understand what you mean by the term stand alone product. There are some requirements to install SmartStore.NET if this is what you've meant.

 

3. It's pretty easy when you know how to create eyecatching templates in general ;-) There are a lot of shops out there that are heavily customized.

This is one of my favorites: http://www.ontradeonline.com/

 

Regards


Michael Herzog
Smartstore AG


#3 MediArt

MediArt

    Profi

  • Members
  • 1598 Beiträge

Geschrieben: 28 June 2014 - 13:33

Hallo,

 

bei Aufruf des Links erscheint ein Laufzeitfehler - die Seite kann daher nicht aufgerufen werden.


Grüßle, Marion

#4 jacklarry

jacklarry

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 01 July 2014 - 15:05

Thanks Michael for your reply.

 

But please tell me how would I integrate a template which is built with HTML, CSS and JS with smart store? 

 

And the download of smart store contains many DLLs which abstract the actual code, so can you please provide me full source code of this as you say this is open source.

 

Hope to hear soon.

 

Regards

Jack 



#5 Michael Herzog

Michael Herzog

    SmartStore AG

  • Administrators
  • 3497 Beiträge

Geschrieben: 03 July 2014 - 15:52

I'd make a copy of the alpha theme and rename it. Then I'd search for the term alpha within the scope of this new theme and alter it correspondingly. 

Within the directory content you've already got some css files. I'd suggest to have a closer look at these to figure out how theme variables are used. 

If you want to change the html structure of SmartStore.NET you need to take a closer look at the views (within the views directory). To overewrite them 

on theme level just copy them into the views directory within your theme. Keep in mind the views in your theme have to be in the same subdirectory as the 

views within the views directory. 

 

So if you want to change the output of e.g. a blog post just create the directory blog within the views directory of your theme and copy the cshtml file that

renders the blog post there.

 

MyTheme/Views/Blog/PlogPost.cshtml

 

You probably have downloaded the web package. You need to download SmartStoreNET.Source.2.0.2.zip

 

Regards


Michael Herzog
Smartstore AG


#6 jacklarry

jacklarry

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 03 July 2014 - 17:19

Thanks Michael,

 

It is really helpful.



#7 kshitijsharma

kshitijsharma

    Newbie

  • Members
  • Punkt
  • 1 Beiträge

Geschrieben: 27 July 2014 - 05:14

Hello,

 

I have a bootstrap based theme for my store. Is it possible to implement that with the smartstore?. Kindly advise.

 

Thanks,

KS