I have a Ruby on Rails Heroku APP that Update the price using an external API, that works perfectly!
After I update the price with:
@variant.price = xx
@vatiant.save
The variant Price Update, but to see the price in the Product Page, I have to completely refresh the Page.
I want to know if there's a way to Update the Price with Jquery or Something.
Right now I have an Iframe that shows the Price from the View/Controller in the APP.
You can see it on any product on: www.lovegigio.com
Thanks! Cesar Rodriguez