Ruby on Rails Tuesday, October 23, 2018

Capture.PNG


Ok, this is what I have so far.  I've added the bootstrap modal and put the button right next to the actual button.  So, I need to render this modal, and then on the modal boxes save changes (update the cart).  
oh, the other thing I couldn't figure out is how to get the :qty from the form input field.  I need to check this value compare it to the remaining as well.

Thanks,
Joe


On Saturday, October 20, 2018 at 2:58:25 PM UTC-4, Greg Navis wrote:
You can pre-render the modal with a confirmation form. When clicking "Add to cart" you can update the form with the ID of the product being added and show the modal. When the user submits the form it'll send the right product ID to the server.

Best
Greg

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ccde906e-7ae7-4b12-b818-a58828f5c94d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment