Jump to content

Luis

Members
  • Posts

    295
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Luis

  1. Thank you Uhm, never ever thought about multilanguage too Think would be one thing on my todo
  2. Thanks Nico & Michael. Will work on it the next days and I try to implement the law stuff so far my skills allow to do. If one of you need an account at the shop, feel free to notice me and I will set up one.
  3. Danke #rtl tolle filmreihe kaputt gemacht. #transporter die serie gähn...

  4. Ok, found some time today so I published a first version of a basic ecommerce template. The Shop Plugin is fully implemented. Every content is PW driven. You got the possibility to mark a product as featured or as topseller to let them shown at the homepage. Also you could mark a brand and a category as featured, so they will be outputted aside the slider. Slider content is generated from pages. My focus was to implement the most common options and to give the user a base template to work on. Built on top of the Twitter Bootstrap Framework. Still working on it http://process.besser-landen.de/ Plz dont laugh about the brands
  5. Warm welcome to my new follower @processwire :)

  6. Hi Wanze, ah didn´t thought about the include selector. Yes, the main reason I added the hide field was for the search results. The include selector would be the smarter way.
  7. Hi there, I´m using the basic navigation output from Ryan´s example site. I got Pages assigned to the Basic-Page Template which I don´t want to be shown in the Navigation. So here is my solution: Create a new field called: navhide Type: Checkbox Label: Do you want to hide this page from Topnavigation? Edit the Basic-Page Template and add the created field. Open your head.inc and add the following to where your Topnavigation shoud be outputted: <ul class="nav"> <?php $homepage = $pages->get("/"); $children = $homepage->children("navhide=0"); $children->prepend($homepage); foreach($children as $child) { $class = $child === $page->rootParent ? " class='active'" : ''; echo "<li$class><a href='{$child->url}'>{$child->title}</a></li>"; } ?> </ul> Please remember that the given html classes are from one of my projects, so feel free to add your own. You now find a new field in Pages assigned to basic-page template called navhide. If checked your Pages will be hidden in navigation. Hope this will work for someone
  8. Great Idea with the Browser windows. The Idea with changing backgrounds @ the footer is also nice, but not my gusto.
  9. thanks for the input. Will fix these things when I got the time. I owe u both a coffee
  10. Ryan, is it ok if I use the P and the W from the official logo and adding a shopping cart for our little german shopping module?
  11. Well I am just putting some core elements for a shop together. Most of them not more like a placeholder yet. Trying to publish this template at Saturday, one of my clients need some support these days and he comes first
  12. Sounds good Michael. I start today with a very basic template for the shop.
  13. “@coworkingKA: Die Couch ist da! Und der Besprechungstisch und Stühle kommen heute nachmittag. ToDo: Flatscreen.” Grats :)

  14. sorry can´t use skype here. Only on slow mobile internet but we can chat on skype, I think this would be enough to see who can do what and what is the first step and so on.
  15. Neues Projekt: Processwire German ShoppingModule. More coming soon :)

  16. I just quick installed and went to dinner. Will develop a little template tomorrow according to the PDF Michael sent me. I think we could need some kind of roadmap on our project. I´m not the PHP guru, but got some experience in ecommerce.
  17. Yes plz send me the PDF. Didn´t took a look at the module yet. Mh, I will set up some space on my server and host a PW site there, so everyone could help/feedback. EDIT: Out of the box Processwire: http://process.besser-landen.de Ok lets start
  18. Adlerhost besucht, thumbs up. Danke für den Kaffee @coworkingKA hat mir gut gefallen bei euch

  19. thank you teppo, yes you are right, didnt took care about the typo yet. Is still on my roadmap. Thanks for the issue with my portfolio, never taught about that they appear in sitemap
  20. http://t.co/8E2bJPaA relaunched. Noch ein wenig knirschts im gebälk und ein paar anpassungen folgen noch

  21. Hiho, my first try with PW. Not finished yet, some stylings still to do and some texts are still missing. Hope can get some feedback http://www.herxheim-ecommerce.de I´ve used twitters Bootstrap as core css framework and the microsoft metro buttons from ace-subido.
  22. Works great for me. Thanks for this Theme
  23. @ MadeMyDay please give us some new information about your project
  24. Yes I Help. also interested in lightweight german shopping And dont wanna mess around anymore with bloaty Shopsystems for 5-6 Products...
×
×
  • Create New...