Phillip,
What I have done is create a FarCry content type for products and then use application.fapi.setData in Cartweaver to update the content for this type within the product admin. I store the objectID in Cartweaver and Cartweaver product id in the FarCry content type to allow cross referencing between the two applications. Then in the displayBody for the product content type to include the Cartweaver product details. I found this the simplest route to getting friendly URLs working as this is all handled by the FarCry code and also has the benefit of using all the FarCry “good stuff” including webskin caching, publishing rules, search, … This concept also works for integrating content from other external applications. Chris. On Tuesday, 24 July 2012 08:37:23 UTC+1, Phillip R wrote: > > I've been snooping around furl and noticed that you can pass a query > string as well. I seem to be always working with and integrating slightly > external apps, like cartweaver or even api's to photoshelter. > It's got me wondering if I could create a sudo type that does little more > than have a method for querying and external source and creating furl's > with the additional query strings for a webskin to process. > eg for cartweaver > /products/my-big-thingamejig > would resolve with the query string of furl=/products&productid=77 > > > Anyone come across this before? > -- -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
