====== Getting Started with FoxyCart! ====== How to get your website's store set up to work with FoxyCart. ===== Add the Required JavaScript and CSS ===== For a nice and quick FoxyCart implementation, insert the code from "Step 1" of the ''sample code'' section of your FoxyCart admin into the head section of your webpage, after any other CSS or javascript tags you might have. jQuery is already loaded when you copy/paste the "Sample Code", and if you include jQuery again the default Colorbox-style cart //will break//, and your cart will not load in the modal window at all. To ensure this isn't the case, follow these simple steps: - View your site //as it is output// in the browser. In other words, load the site itself, and not your templates. - View the source. - Do a "find" on the source for "''jquery''". You should see it once inside the '''' block. You may see it elsewhere also. * If you see any files like ''validation.jquery.js'', ''jquery.accordion.js'', or anything similar, those are //plugins// and can remain. * If you see any files like ''jquery.js'', ''jquery.js?m=1273512554g&ver=1.3.2'', ''jquery-1.4.2.min.js'', or anything //similar//, find out where those ''