Has anyone been able to get a UPS shipping calculator implemented into their site with Rails? It seems the only options they show on their site both use UPS''s own page displayed either standalone or within your own header and footer, but no straight API with a callback or anything. Can anyone point me in the right direction? -- Posted via http://www.ruby-forum.com/.
The developer whom I work with has gotten it working on our site. He''s using the API. I''m not sure where it is on their site, but one exists. I''ll take a look around our files and see if I can find a link for you. The developer is out for the rest of the week, but I''ll also shoot him an email to see if he knows the url off hand. Good luck :) On 3/13/06, Bryan Corey <bryan@mrpunkin.com> wrote:> > Has anyone been able to get a UPS shipping calculator implemented into > their site with Rails? It seems the only options they show on their site > both use UPS''s own page displayed either standalone or within your own > header and footer, but no straight API with a callback or anything. Can > anyone point me in the right direction? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060313/caa2c9b5/attachment.html
Try this: http://rubyforge.org/projects/shipping -- Brad Ediger 866-EDIGERS On Mar 13, 2006, at 1:24 PM, Bryan Corey wrote:> Has anyone been able to get a UPS shipping calculator implemented into > their site with Rails? It seems the only options they show on their > site > both use UPS''s own page displayed either standalone or within your own > header and footer, but no straight API with a callback or anything. > Can > anyone point me in the right direction? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2421 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060313/942e1699/smime.bin
http://www.ups.com/e_comm_access/gettools_index?loc=en_US You need to register and open a UPS account. They have useful tools in the Online Tools section. On 3/13/06, Matt Ramos <matt.ramos@gmail.com> wrote:> > The developer whom I work with has gotten it working on our site. He''s > using the API. I''m not sure where it is on their site, but one exists. I''ll > take a look around our files and see if I can find a link for you. The > developer is out for the rest of the week, but I''ll also shoot him an email > to see if he knows the url off hand. > > Good luck :) > > > On 3/13/06, Bryan Corey <bryan@mrpunkin.com> wrote: > > > > Has anyone been able to get a UPS shipping calculator implemented into > > their site with Rails? It seems the only options they show on their site > > both use UPS''s own page displayed either standalone or within your own > > header and footer, but no straight API with a callback or anything. Can > > anyone point me in the right direction? > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > -Matt >-- -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060313/1fc173e4/attachment-0001.html
Matt Ramos wrote:> http://www.ups.com/e_comm_access/gettools_index?loc=en_US > > You need to register and open a UPS account. They have useful tools in > the > Online Tools section.Matt, I have done that, but their method uses a UPS formatted page, not just a CGI response that can be used within your applicaion. We don''t want the user to see anything UPS related other than the shipping price. -- Posted via http://www.ruby-forum.com/.
I believe UPS has web services to access shipping price. Anyway, the gem I referred you to in an earlier email (gem install shipping) interfaces with the UPS APIs to get, among other things, just a shipping price. -- Brad Ediger 866-EDIGERS On Mar 13, 2006, at 2:25 PM, Bryan Corey wrote:> Matt Ramos wrote: >> http://www.ups.com/e_comm_access/gettools_index?loc=en_US >> >> You need to register and open a UPS account. They have useful >> tools in >> the >> Online Tools section. > > Matt, > > I have done that, but their method uses a UPS formatted page, not > just a > CGI response that can be used within your applicaion. We don''t want > the > user to see anything UPS related other than the shipping price. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2421 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060313/7f2d8ce0/smime.bin