Re: getting screen.width in ftl

2013-01-17 Thread Paul Piper
I would not recommend to do anything with Javascript in this case. Responsive design is the most obvious solution and should be the most preferrable. There are alot of resources available that can show you how to do this properly for the different standard solutions. In adddition to your own

Re: order status PARTIAL_APPROVED or track partial by order items

2013-01-17 Thread Vikas Mayur
Assuming you are interested in updating order status, you can take a good reference of an existing service 'checkOrderItemStatus' that changes the order status based on the item status. Of-course you would need to iterate each and every item to know the final status of the order. Hope that

Re: getting screen.width in ftl

2013-01-17 Thread Paul Piper
As a follow-up: The solution described in the bigfish link is very limited, so I don't recommend to use or follow it. Basically, with the recommendation described there you are left with a version that won't work on any form of tablet, or mobile devices that are held sideways... I don't want to

Re: Why payment method selection is missing in One page checkout?

2013-01-17 Thread Winster Jose
Thanks Vikas. On 17 Jan 2013 16:06, Vikas Mayur vikasma...@gmail.com wrote: I suppose one page checkout was initially implemented supporting just one payment method i.e. Credit Card and perhaps with an intention to build the support for other payment methods later which I think never happened

Re: Why payment method selection is missing in One page checkout?

2013-01-17 Thread Robert G.
no its not possible to enable, I am actually on that subject, cause I modify the onepagecheckout. And its def. only the CC Payment method implemented. You have to integrate it by your self, which should not be that difficult (build the formular, send it with ajax to a service, handle this with

Re: getting screen.width in ftl

2013-01-17 Thread Nick Rosser
Paul, My response was just to share our approach/technique. I wasn't expecting Skip, or anyone, to adopt BigFish ... I'm sure he has built out a complete system and to change tack was not the intent. Simply sharing an experience. Anyway, it is an interesting topic and others have made some

Re: getting screen.width in ftl

2013-01-17 Thread Paul Piper
You are missing the point of my reply, Nick: Responsive is good and the way I also recommend. Your link however, only shows a fraction of what should be done to do it properly and doesn't take care of a lot of the screen sizes, which is why recommend to look elsewhere for the information. --

Re: getting screen.width in ftl

2013-01-17 Thread Ted Byers
Hi Paul, On Thu, Jan 17, 2013 at 4:48 AM, Paul Piper p...@ilscipio.com wrote: I would not recommend to do anything with Javascript in this case. Responsive design is the most obvious solution and should be the most preferrable. And my first instinct would have been to use js, perhaps because

Re: getting screen.width in ftl

2013-01-17 Thread Nick Rosser
I understood your comment. Wasn't that difficult. And agreed with your point, and mentioned that we were simply sharing an approach/technique with the original query. The group is often used to build information collectively from many different sources, sharing different experiences. If

RE: getting screen.width in ftl

2013-01-17 Thread Skip
Thanks to everyone for this discussion. Paul, I agree with Teds comment the signal to noise ratio is abysmal when searching for responsive design. I too would love to know your favorite resources. Nick, thanks again for your input. In my view, your approach for simple content (CSS hidding of