Jump to content

pwired

Members
  • Posts

    2,318
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by pwired

  1. Yes - in the mix - Enjoy
      • 1
      • Like
  2. http://teespring.com/gulp
  3. Great article. Great find. Going to try out what Matthew Setter is explaining there. Reading his writing style I like this guy already.
  4. Both have a clear layout and are easy to navigate.
  5. Clear layout and easy to navigate. What shop software is running in the back end ?
  6. Shows off too much, doesn't look very serious.
  7. Thanks Soma, I just did that and used the word "ShoppingCart" as the name for the folder under site/modules/. Also I just saw that the latest pw dev has an extra button in the backend for automatically find new modules. That all worked well. I checked the readme but the beginners problems I have is setting up calls in a shop template. This is a template I found from Dave. Is this really all you need to run a shop ? Sorry for asking must read silly but like I said just beginning with apeisa's module and a pw shop. <?php /** * Page template * */ include("./head.inc"); include("./navbar.inc"); ?> <div class="container"> <h1>Your Cart</h1> <?php echo $modules->get("ShoppingCart")->renderCart(); ?> </div> <?php include("./foot.inc");
  8. Thanks Nico. I found 2 templates here http://processwire.com/talk/topic/550-e-commerce-with-processwire/page-9#entry27094 http://processwire.com/talk/topic/550-e-commerce-with-processwire/page-9#entry27097 I am going through these threads to learn more. http://processwire.com/talk/topic/550-e-commerce-with-processwire/ http://processwire.com/talk/topic/1732-shop-for-processwire-apeisa/ You guys can read and write code on the fly, I can't so I need some head start. If anyone knows another template or a pw profile for Apeisa's shop just let me know.
  9. Hello I am trying to build a webshop with processwire. I am setting up Apeisa's Shop-for-processwire Module. Normally you have to setup a folder under /site/modules and give the folder the same name as the module name. However there are 8 files inside the zipfile with the extension .module so which one to chose ? One of the files is ShoppingCart.module so I guess that must be the one and use the word ShoppingCart for the folder name that I have to put inside the modules folder. But I better ask to be sure. Also I want to ask if I can use this module just for banktransfers and not for paypal. Is there an example processwire template that uses the shoppingcart ? Thanks.
  10. Using nginx might also help, one of it's features is Load balancing with in-band health checks.
  11. Many in here come from modx, my self included. I know clippercms, a forked modx evo. That's why I can say from my own experience (so this time no disclaimer needed here) that the decision you have to make is very easy: processwire is more easy as modx evo and revo, but with a much better core and api. We have been through this in both forums so many times already, how can you have missed all those posts on both sides ? Anyway what kind of help do you need ? Do you have to port many pages ? It can be as easy as setting up your templates in processwire and then copy and paste your old site content into the fields of processwire. Hope this helps, and welcome to processwire. Some more links here: Coming from modx http://processwire.c...ning-from-modx/ A MODX refugee: questions on features of ProcessWire http://processwire.c...of-processwire/ Code comparison between modx and processwire. http://processwire.c...ge-2#entry30349
  12. screenshots 1. just before the end of the contest (from google's cache) 2. After the contest
  13. Thanks Teppo. Saved that as a usefull template for other ideas to make money on the internet. I've visited some guys running successful webshops and am brainstorming for my self lately.
  14. Hi mlcb, welcome to processwire. A lot of beginners questions, like you are asking now, have already been answered in the forum. Just go through the forum channels to see if your questions are already answered there. http://processwire.com/talk/topic/4173-grouped-forum-posts-links-articles-tutorials-code-snippets/ What makes PW so different from other cms'es is that with PW you can directly use any html, css, php, etc, experience you already have. This is not the case with the other cms'es out there, where you have to learn their rules first before you can use them. In other words, PW can be used by both designers and coders even with little html and css experience. With PW you can make your own templates and fill them with your own api calls. Which brings me to what you have to learn with PW and that is it's powerfull api, http://processwire.com/api/ Feel free to work with wordpress, joomla, drupal, etc, so that you can compare them with PW and make your own conclusions. That is what I have done and made me see the open potential that PW has compared to the others. I wouldn't start with something so ambitious like that. Start with the tutorials first, learn the api and then work your way up.
  15. F*#k this contest. Since day 1 I am on this forum I have seen Processwire on the rise. Lately, not only people from modx are coming in but people from other directions and fields as well. It is only a matter of time and pw will be there.
  16. some smart script kiddy who knows to beat the contest website.
  17. You are the genius here, do something
  18. Same here, been watching the contest early this morning. Having doubts about ametys votes with unique ip's and bitnami being capable of detecting click fraud. Votes for ametys are questionable speeding. Send out an email to my friends to spread that email to their friends for speeding up voting.
  19. This seems to work: RewriteEngine On RewriteRule ^$ /subfolder [L]
  20. It's always a pleasure to follow your posts peter, very learnfull.
  21. Sorry, I know this question is already answered somewhere in the forum but can't seem to find it. I have installed pw in a subfolder under the root url. If a visitor types in the root url in his browser, e.g. mydomain.com, how do I link automatically mydomain.com to mydomain.com/subfolder/index.php ? I remember I have to put a .htaccess file in the root but I don't know what to put inside the .htaccess file. Thanks. If you unzip pw it is extracted to a folder where the pw folders and files reside. Is it normal to unzip pw on a server like that so that you install it from that folder ? Or does one have to repack the folders and files in a pw zip file so that only the direct pw folders and files are inside a zip file and then unzip that on the server so that the pw folders and files are not inside a folder but directly in the root ?
  22. Looks pro on layout, colors, look and user experience. I guess it doesn't go any better than that. I guess that was a lot of work. Did you do that site alone ? Used any framework ?
  23. Voted, (786) and know at least 3 more ppl with unique ip's who will help to vote.
  24. Keeping the databases between local develop (laptop) and online production in correct sync is always a pain. Production databases change because of online: 1. visitor interaction with the websites 2. automatic updates 3. blogs 4. automated newsletters 5. guestbooks 6. online subscriptions 7. etc. These changes are not in sync with the local develop database. Because of this I have crashed a few websites in the past when syncing a local database with a production database that was online for a while. Would be good to solve this one day though. Read more here: http://processwire.com/talk/topic/1284-best-practice-for-staging-to-live-database-synchronization/ http://processwire.com/talk/topic/3229-version-control-for-mysql-via-git-hooks/
×
×
  • Create New...