php - Adding to shopping cart [Drag and Drop] -
i trying create virtual shopping basket.
- there items [from database]
- there virtual basket
- users can drag items , put inside basket. [like buying in shopping mall].
- after user clicked save button, shopping cart saved.
is there anyway this?
yes.
you’ll need couple technologies.
html5/css3 position , style items , cart
jquery ui drag , drop effects: http://jqueryui.com/draggable/
ajax send dragged/dropped items php handler
php store items in session , process transaction
Comments
Post a Comment