Jump to content

SS20 (car suspension parts) website [RU]


k07n
 Share

Recommended Posts

Hi!

Oh, here is something bigger than I have made before:

autosystem.ru

Was used:

  • PW (latest dev)
  • Foundation 5 for grid layout (but not for long, want to rewrite grids with Susy — it is awesome).
  • ProCache
  • Markdown
  • HannaCode
  • Fredi
  • Map Maker
  • Pageimage Sizer Imagick
  • and great help of all of you

Thanks for any suggestions and kind words ^_^

post-831-0-87249400-1418295304_thumb.jpg

  • Like 9
Link to comment
Share on other sites

Pretty modern and maybe too modern look for Russian CarParts :).

It's not so easy to choose the right font in Russian. Here it looks really futuristic.

I'm watching on my phone but it seems to be really huge.

All the dealers news shops maps WOW.

How many people fill the content ? :)

So it works really fast. It Will be interesting to take a look on the site structure for the amount of content.

For Example how many differen templates do you use ? With / Without template files.

Whats initialized in the settings? Which method do you use for the output for the content. There are a lot of different examples here and there but it's especially interesting for such a huge project. Which way you have chosen. :)

https://processwire.com/talk/topic/740-a-different-way-of-using-templates-delegate-approach/

Link to comment
Share on other sites

All the dealers news shops maps WOW.

How many people fill the content ? :)

So it works really fast. It Will be interesting to take a look on the site structure for the amount of content.

For Example how many differen templates do you use ? With / Without template files.

Whats initialized in the settings? Which method do you use for the output for the content. There are a lot of different examples here and there but it's especially interesting for such a huge project. Which way you have chosen. :)

I am not experienced programmer, so there are nothing interesting or new in my structure or templates. There are 12 templates with files and about 20 without.

Basic-page, for example (really basic, but structure is similar to others):

<!DOCTYPE html>
<html lang="ru" class="no-js">
  <head>
  <?php include("./_head.php"); ?>
  </head>
  <body>
    <?php include("./_topbar.php"); ?>
    <?php include("./_sidebar.php"); ?>  
    <div class="wrapper white">
      <div class="row">
        <div class="small-12 columns">
          <header class="page-header">
            <h1><?php echo $page->get('headline|title'); ?></h1>
          </header>
        </div>
      </div>
      <div class="row content">
        <div class="medium-12 columns">
          <?php echo $page->body;?>
        </div>
      </div>
    <?php include("./_footer.php"); ?>
  </body>
</html>

Dealers map structure:

Country

--Region

----City

----City

------Dealer

...

So, there are 630 shops for now in 1112 cities (I have imported cities, so more than half are empty now). 

Product catalog has 278 items and same structure.

And something about 100 pages with docs and "We are bla-bla-bla pages".

https://yadi.sk/i/f-GmE_oEdK5VD

Very nice, and very fast. Are you using ProCache on the entire site?

Yeap.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...