Theme : Clean & Simple

116 Comments

The very first theme by PrestaStyle – “Clean & Simple”! As the title tells, the whole design is meant to be solid-looking, suitable for eshops with luxury items – such as clothes, jewelry, watches, furniture… But of course – it’s up to you :)

Installation information is included in the .zip file. If you need any advice or you just like the theme – post a comment – I will really appreciate it!

The design is made for PrestaShop version 1.2.5, ready for 1.3

Thanks man!
I'm a student and all this is done in my free time.
Would you consider buying me a beer? :) Thank you!

116 Comments (+add yours?)

  1. ANz
    Jun 18, 2010 @ 11:01:37

    I have the same problem! Any solutions yet?
    100 x THX
    Anze

    Reply

  2. Ivona
    Jun 21, 2010 @ 15:32:58

    Thank You! Very nice template :)
    Regards
    Ivona

    Reply

  3. George
    Jun 21, 2010 @ 22:18:37

    Great Design, Thanks!

    Keep up the good work :)

    Reply

  4. nETO
    Jun 24, 2010 @ 01:28:33

    Keep the good work!!! Congrats

    Reply

  5. Mr Fred
    Jun 27, 2010 @ 16:11:45

    HI do you speak a little french ?
    I would like to know if you create
    theme and your price

    Thanks

    Reply

  6. Bill
    Jun 30, 2010 @ 20:01:04

    First I have to say I love the theme. Nice and Clean, just the way I like it.

    I am having a few issues with your theme though. The biggest issue is the categories bar module. If the page is loaded through SSL the bar states that it is not secure and will not display correctly in IE8, in Firefox and Chrome it will display but will not show the lock icon associated with HTTPS and SSL. My only way around this at present is to exclude the bar from any pages with SSL.

    Secondly I would like to be able to change the order of the items in the bar and add a few custom links. I do not see a way to edit this through the back office, so I assume that I need to make changes to the code. Could you point me at the right file to edit?

    There are a few other quirks, but I will see if I can rectify them myself first.

    Reply

    • Bill
      Jul 01, 2010 @ 20:25:06

      @ Admin… Ok I found what is more then likely causing the SSL issue, but I still cant seem to rectify it. Please have a look and tell me what you think.

      http://www.dynamicdrive.com/forums/showthread.php?t=19701

    • Bill
      Jul 03, 2010 @ 22:56:32

      Ok I think I have fixed this issue. Since this theme uses the Horizontal Navigation Bar Module v0.5, it stands to reason that it has all of the same issues as the original. Admin you might want to think about incorporating these changes into your next update to prevent further issues.

      To fix issue with the Nav bar and SSL you will need to edit the following in modules>categoriesbar>catagoriesbar.tpl

      Replace all instances of {$base_dir} with {$content_dir}

      This in and of itself fixed the SSL issues for me. I have tested this in IE8, Firefox and Chrome. Chrome however still has its own issues with detecting SSL, DO NOT run yourself in a circle trying to fix SSL if its just Chrome giving you the issue.

      For those of you like me looking to add more then just categories to the horizontal menu, you will need to edit the following also in modules>categoriesbar>catagoriesbar.tpl

      Add a like either before {foreach from… or after {/foreach} depending on where you want it place. IE…

      Home
      {foreach from=$categoriesLevel.children item=child name=categoriesLevel}
      {if $smarty.foreach.categoriesLevel.last}
      {include file=$bar_tpl_path node=$child last=’true’}
      {else}
      {include file=$bar_tpl_path node=$child}
      {/if}
      {/foreach}

      Still looking for a way to change the order of the categories. Will post again if I find it.

    • Bill
      Jul 03, 2010 @ 22:59:05

      Grrrrr…. it made a link.
      should be
      Home

      REMOVE *** from the code above.

    • wicker
      Aug 04, 2010 @ 09:54:22

      Hi Bill, did you find a solution for changing the order of the items in the bar? I posted this issue in the prestashop forum 3 weeks ago and still waiting… Thanks in advance!!

  7. Bill
    Jul 01, 2010 @ 05:21:48

    Ok Im stumped on this one as well.
    On the Order Summary page for some reason the quantity in the cart show my total inventory quantity for a product and not the customers order quantity.
    The image below is supposed to show a quantity of 1 for each product, instead it shows the total that I have listed in stock for the product.

    http://i13.photobucket.com/albums/a300/drugzritalin/CartProblem.jpg

    Reply

  8. Ben
    Jul 01, 2010 @ 10:39:41

    Hello Thank you for your work. I was wondering where can i place a tag cloud?

    One thing I’m experiencing is when i switch to compatibility mode in IE some stuff starts to move around like the welcome

    http://www.varshapavitra.nl/temp/welcome-compatibility.jpg

    Thanks again once I’m getting some sales donation coming your way.

    All the best,
    Ben

    Reply

  9. Jon
    Jul 06, 2010 @ 00:39:01

    Its a very beautiful theme, thank you very much. I still cant seem to get the home slide show to work and the featured items to be off the bottom of it. I have deleted the files in the yourshop/tools/smarty/compile.

    Reply

  10. Boik
    Jul 06, 2010 @ 16:40:30

    Hello!

    Can someone tell me where (in code) can i translate “View” and “Add to cart” when looking products in category!

    Thx

    Reply

  11. Elgiuly
    Jul 08, 2010 @ 11:33:08

    Hi all,
    a very great theme this ,but at today I’m still looking for a way to make work properly accessories,triedcmany times to contact admin too without success…
    Anyone out there have got a solution for this little bug?

    Reply

    • Bill
      Jul 09, 2010 @ 05:45:28

      What problem are you having with accessories?

    • Elgiuly
      Jul 09, 2010 @ 11:20:28

      If you add accessories in the product description you can not see images and description correctly (as product in home featured for example)

    • Bill
      Jul 09, 2010 @ 17:56:23

      Grrrr… I see that now. I had plans to use this too. I wrote the admin as well, but no response as of yet. He does state that hes a student, so we should cut him a little slack.

      Im trying to work my way through this using Firebug plugin in firefox, but I dont really know enough about css to do anything more then trial and error. Ill post back again if I find anything.

  12. Elgiuly
    Jul 13, 2010 @ 12:26:35

    Hi Bill,
    I tried with firebug too without success… keep me informed if you find something…

    Reply

    • Bill
      Jul 20, 2010 @ 18:07:57

      Well the issue defiantly is in the product.tpl file under the Clean and Simple theme. The biggest issue is that I know next to nothing about coding a tpl file, so Im kind of just shooting in the dark. I have managed to get the accessories to not be a jumbled up mess, but as of now I needed to remove the description to do it. The other issue is if I add more then 4 accessories they run outside of the boarder. Also there is a small vertical line after the accessory name that is out of place and I cant seem to get rid of it.

      Ill keep you posted if I get it fixed.

    • Bill
      Jul 21, 2010 @ 03:57:09

      Ok so I fixed it as best I can. It seems that the image that is being called is the same one that is used for the AJAX product rollovers on the front page. If I try to edit the image position in the accessories tab, it effects the images on the front page.

      So, I had to remove the images from entries in the accessories tab and modify the product.tpl file in the clean-simple theme folder.
      You can take a look at what it will come out looking like here
      http://electioecig.com/prestashop/dse-starter-kits/18-dse901-pcc-stater-kit.html
      If you want to make the change yourself you will need to replace these two files with the ones on your server. Make sure you make a backup of the originals in case you have other issues. I did make some changes that have nothing to do with this issue to the global.css file. Text and background color changes mostly, just made the colors pop a little more really.

      first file theme>clean-simple>css>global.css
      second file theme>clean-simple>product.tpl
      http://www.mediafire.com/file/7mmytpkhiixdl5c/Accessories-fix.rar

  13. Badita Florin
    Jul 17, 2010 @ 06:41:39

    Reply

    • Bill
      Jul 21, 2010 @ 16:49:22

      Try out my fix. I have noticed that I need to clean up the text a bit. I will repost the files when I get the description text centered properly. There is no reason why you cant fix it yourself from the files posted above. I know NOTHING about CSS and I have managed to get it to this state.

    • Bill
      Jul 21, 2010 @ 18:16:17

      Ok the description text and product name are now centered. I also set it so there will be three columns instead of four. It just looks a little cleaner that way.

      Same instructions as above.
      http://www.mediafire.com/file/dh4w0hc6×0c7n6p/accessories-fixed-centered.rar

    • Troy
      Jul 27, 2010 @ 16:01:38

      Hey Bill, there’s a flaw in your product.tpl file

      Line 11 is:
      var taxRate = ‘{$product->tax_rate|floatval};

      When it should be:
      var taxRate = ‘{$product->tax_rate|floatval}’;

      without that single quote when a customer places an order in their cart, not matter what attributes they selected it always places the default, strange behavior i know.

  14. Badita Florin
    Jul 21, 2010 @ 22:18:21

    I noticed some problems with the shopping cart. Sometimes it`s dosent want to add items, and sometimes when i refresh, the cart it deleates the products. http://chiuvete.biz/presta/

    Reply

    • Bill
      Jul 22, 2010 @ 04:10:13

      What version of Prestashop are you using?

  15. Badita Florin
    Jul 22, 2010 @ 10:57:12

    1.3.1.1

    thanks for the accesories fix. I will test today in diferent browsers and stuff to see what happens

    Reply

  16. Boik
    Jul 23, 2010 @ 10:54:20

    Hello!

    Great theme! But i have a question. On categories i cannot translate “View” and “Add to cart” in modules but also can’t find the file where these two are.

    Can someone help me with that??

    Thx

    Reply

  17. Ondrej
    Jul 25, 2010 @ 10:23:05

    Hello,

    copy in your language file (/www_root/themes/clean-simple/lang/language_file.php) these code:
    $_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = ‘ad to cart cart in your landuage’;
    $_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = ‘view in your landuage’;

    Sorry for my bad english.

    BTW: Great theme!

    Reply

  18. ilanlar
    Aug 27, 2010 @ 13:49:35

    very nice

    Reply

  19. Sina
    Sep 01, 2010 @ 08:23:44

    Hi, I know how to chance the picture on the homepage, but how can I change the title “First image in editorial for Prestashop” ?
    Thanks :)

    PS: (sorry for my bad english .__.)

    Reply

Leave a Reply