Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| integration:foxycart:saved_cart [2012/10/08 22:09] – [Download] Download Link sparkweb | integration:foxycart:saved_cart [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| name : Saved Cart #the name of the integration | name : Saved Cart #the name of the integration | ||
| description | description | ||
| - | tags_tags | + | tags : cart, saved, persistent #tags, separated by commas. don't include the " |
| - | date_dt | + | date_dt |
| - | version | + | version |
| developer_url | developer_url | ||
| ---- | ---- | ||
| Line 19: | Line 19: | ||
| //**Please note:**// | //**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 [[http:// | 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 [[http:// | ||
| + | </ | ||
| + | |||
| + | <WRAP important round> | ||
| + | //**Please note:**// | ||
| + | This code works with FoxyCart 1.0 and 1.1. It is not compatible with FoxyCart 2.0+. | ||
| </ | </ | ||
| Line 58: | Line 63: | ||
| ===== Requirements ===== | ===== Requirements ===== | ||
| - | * Unordered List ItemPHP | + | * PHP Version 5.1.2 (only required if using validation) |
| * Tested with jQuery 1.8.2 -- should be fine with older versions | * Tested with jQuery 1.8.2 -- should be fine with older versions | ||
| * Tested with FoxyCart 1.0 -- should be fine with 0.7+ | * Tested with FoxyCart 1.0 -- should be fine with 0.7+ | ||
| + | * NOT compatible with FoxyCart 2.0 | ||
| Line 76: | Line 82: | ||
| savedcart.js to avoid conflicts. You can also set debugging mode to " | savedcart.js to avoid conflicts. You can also set debugging mode to " | ||
| using console.log. | using console.log. | ||
| + | |||
| + | If using WordPress, this can be placed in your functions.php file for automatic inclusion in the footer: | ||
| + | |||
| + | <code php>// | ||
| + | add_action(' | ||
| + | function foxycart_saved_cart_script() { | ||
| + | wp_enqueue_script(' | ||
| + | }</ | ||
| Have a question or found a bug? Feel free to write to David by using the contact form at http:// | Have a question or found a bug? Feel free to write to David by using the contact form at http:// | ||