Products view - is not a feature of shopping cart. You can show products as you want.
Ext.ux.ThreeSixtyView - good for product detail. And this component is simple. It just change images on swipe event.
Products view - is not a feature of shopping cart. You can show products as you want.
Ext.ux.ThreeSixtyView - good for product detail. And this component is simple. It just change images on swipe event.
Just published new 1.1 version of Simple shopping cart component. Source on GitHub: https://github.com/kostysh/Simple-sh...Sencha-Touch-2
Live demo: http://mindsaur.com/demo/cart
Just did a quick test of this in the browser (latest safari iOS 5.1.1 iPhone 4) and the scrolling of items in the list seems sluggish. Tried saving to the home screen and still have the same prob (the list with the picture of the product). Any ideas what might be causing it? Haven't had time to look at the code yet...
But great effort it works very well apart from this.
:-)
No sluggish behavior in Chrome or on iPad 2,3 as far as I noticed.
Wouldn't it be better to see the prices of the items in the shop too? I know they are shown in the cart.
It is not a hard task because all data contains in products store (you can simply add a {price} template into itemTpl value of NestedList config), but i think in this case the shop is not an option of cart.
When I will have a plan to build real shop - of course, I will create shop UI more usable
Do you think it is possible to implement some kind of drag & drop?
If, for example, I choose to drag an item on the cart button it would immediately be added to the cart.
drag & drop... possibility in principle exists.
We have Ext.util.Draggable, but I do not to tested it and dont know how it works.
Need to investigate.
You can do some experiments too![]()