Please note: The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please post in our forum, but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance.
A full Drupal module, FoxyCart Integration, is available here at drupal.org. Some of the features include:
Please submit any suggestions/bugs on the Drupal.org bugtracker.
Provided by: yorkspace.com
These instructions will integrate FoxyCart with your Drupal 6 template. This is not a Drupal module, if you change templates then you will need to apply these steps again to the new template.
/sites/all/themes/mytemplate
, make a directory foxycart-version
. eg. foxycart-0.5.1YOURDOMAIN.FOXYCART.TLD
with the path to your FoxyCart files, as indicated in your “sample code” page in your FoxyCart admin):.info
file: stylesheets[all][] = foxycart-0.5.1/files/foxybox.css stylesheets[all][] = foxycart-0.5.1/themes/standard/theme.foxybox.css scripts[] = foxycart-0.5.1/files/foxycart_includes.js
Done. Now can add Foxy add to cart links, etc.. to your pages and blocks. Just make sure that you select an appropriate Input Filter
otherwise all but the most basic HTML tags will be stripped and it won't work.
Provided by: frontierconsulting.com.au