Can anyone give me some tips on how they are integrating Foxycart into their C5 sites? I would look into changing to a solution that is already easy to integrate, but my company is already set up with FC. There are a few old posts about this, but there never seemed to be a definitive answer. I think a block specifically for FC would be a great addition to the marketplace. I would work on one myself, however my programming skill is not at the level I would need to make that happen
I don't know of a block that already does this -- I think most people use the C5 ecommerce addon because it is so well integrated into the system and at a very reasonable price.
But FoxyCart was made to work on other sites so it shouldn't be a problem to use it. Looking at this page: http://wiki.foxycart.com/v/0.7.1/getting_started/site_setup...
It looks like there's some javascript code you need to copy from your foxycart admin page and paste into your theme's header (make sure you exclude the jQuery call like the docs above mention because C5 already includes those). Then add HTML blocks to your page and paste in the cart links as mentioned in the above docs.
Best of luck.
-Jordan
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
This website stores cookies on your computer. These cookies are used to improve
your website experience and provide more personalized services to you, both on this website and through
other media. To find out more about the cookies we use, see our Privacy Policy.
But FoxyCart was made to work on other sites so it shouldn't be a problem to use it. Looking at this page:
http://wiki.foxycart.com/v/0.7.1/getting_started/site_setup...
It looks like there's some javascript code you need to copy from your foxycart admin page and paste into your theme's header (make sure you exclude the jQuery call like the docs above mention because C5 already includes those). Then add HTML blocks to your page and paste in the cart links as mentioned in the above docs.
Best of luck.
-Jordan