-
Posts
4,632 -
Joined
-
Last visited
-
Days Won
55
Everything posted by apeisa
-
Questions using Apeisa's shopping cart for selling festival tickets
apeisa replied to joe_ma's topic in Getting Started
Sorry, yes field, not class. -
A national registration system. Is PW up to the task?
apeisa replied to Guy Verville's topic in General Support
I would look for option where you chain multiple form builder forms, create multipage forms using one form builder form per step. That's works great (we have built pretty big application using that approach). -
I guess the problem lies on database naming: ShoppingCart vs. shoppingcart
-
I had you in mind! Edited the post.
-
Tom: all the feedback were highly positive. First comment: when is this available? Some questions too: IE8 IE9 support (I said, that might have, but not with high priority)? Mobile friendliness (I showed)? One participiant had unfortunate situation with clients that are stuck with IE8 IE9, so they were worried about that.
-
Here is slightly modified version of the slides I showed at the meetup. Lot's of interesting stuff coming soon! pw-meetup.pdf
- 43 replies
-
- 11
-
-
Not on computer now, but if I reckon right, shipping is not shown at that phase at all, just before confirmation. But if you have fixed shipping price, why not just render mention about it under your cart?
-
I always set widths per template basis. Edit template, click field name and set width on modal. Fields should always sum up to 100%.
-
https://twitter.com/foodloversdiary/status/462336755187085312
-
Maybe Apache restart?
-
I agree. Only the young and pretty ones left!
-
https://twitter.com/apeisa/status/462216383557033985
-
Yeah, it was great fun, thanks all for coming! Dosbox and some old school indie games for next meetup, that is sure!
-
If someone gets lost on way here, this is "second floor", which means one floor down from main entrance! You can ask about "Kokoustila Hildén" from reception or just call me if difficulties finding this place.
-
https://processwire.com/talk/topic/2194-flie-upload-max-file-size/
-
I have just the same feelings with this one. It is highly valuable module if you need it, but approach it as a experimental.
-
site does not work after moving to a new hosting
apeisa replied to ksani4's topic in General Support
Maybe edit your index.php and add these lines: echo 'Current PHP version: ' . phpversion(); echo '<br>'; if (function_exists('filter_var')) { echo "filter_var is available."; } else { echo "filter_var is not available"; } exit(); And tell us what you get when loading the site. -
site does not work after moving to a new hosting
apeisa replied to ksani4's topic in General Support
Have you tried installing ProcessWire on that new host? Just to make sure all requirements are met. Then often these problems occur on file transfer - some files get lost, others lose some data and permissions have gone wrong etc... -
File Description Not Saving for Multi-file Fields in a Repeater
apeisa replied to DaveP's topic in General Support
Dave, did you try against dev version? -
Tom, great idea with layout picker, we have been thinking the same at Avoine! Let me know if I can help with that. PM me if interested in collaboration.
-
Interesting: http://macaw.co/ (although writing code is easier for me than designing, but interesting to see if they really nailed it)
-
I think you have two options: either use TextLanguage field instead of URL field or then use language alternative fields.
- 1 reply
-
- language
- multilanguage
-
(and 1 more)
Tagged with:
-
statestreet: do you have multilang site with multilang page names? Our needs for this module has been very little (only one site), so I would be happy to see if Soma would take a lead with his module.
-
Sounds like safe addition. For syntax, I would suggest always using zero, like: thumbnail,0,100 or thumbnail,100,0 Can you make a pull request? Oh, and welcome to the forums Shehbaz!