{{:cat-snippets.png|Snippets}} ===== Advanced Code Snippets with Reference to Forum Posts ===== Please note that advanced manipulation of the cart or checkout via javascript is //not supported// by FoxyCart, and //you can break things// causing lost orders, errors, and global catastrophe. The links here are provided for reference, and they very likely //will not work// without tinkering requiring at least intermediate javascript knowledge. **Are you using FoxyCart version 2.0?** Due to a complete revamp of the javascript in version 2.0, none of the below snippets will work in the new version. See [[v:2.0:snippets|this page]] for snippets for 2.0. ===== Shipping Snippets===== **Versions 0.7.1 and older**: Note that applying javascript shipping modifications using either live or flat rates where you are setting custom values has been found to not work as expected for subscription based products where you need the shipping to apply to each subscription renewal. A fix is in place for versions 0.7.2 and newer. Custom shipping snippets do not work for subscriptions. The reason for this is because the snippets are done as Javascript modifications and run in the browser, while subscriptions run completely on the server side and never touch the browser. Subscriptions will always calculate shipping on the server side based on how the category is configured. ---- datatable ---- cols : name,%pageid% , versions_tag headers : Name,Link, Supported versions filter : category=shipping sort : ^category ---- ===== "Add to Cart" Form Snippets ===== ---- datatable ---- cols : name,%pageid% , versions_tags headers : Name,Link, Supported versions max : 30 filter : category=Add to cart form sort : ^category ---- ===== Tax Tips and Tricks ===== ---- datatable ---- cols : name,%pageid% , versions_tags headers : Name,Link, Supported versions max : 30 filter : category=Tax tips and tricks sort : ^category ---- ===== Miscellaneous Cart and Checkout ===== ---- datatable ---- cols : name,%pageid% , versions_tags headers : Name,Link, Supported versions max : 30 filter : category=Misc cart and checkout sort : ^category ---- ===== Checkout ===== ---- datatable ---- cols : name,%pageid% , versions_tags headers : Name,Link, Supported versions max : 30 filter : category=checkout sort : ^category ---- ===== Receipt===== ---- datatable ---- cols : name,%pageid% , versions_tags headers : Name,Link, Supported versions max : 30 filter : category=receipt sort : ^category ---- ===== Multiple Store / Session / Cookie Tweaks===== ---- datatable ---- cols : name,%pageid% , versions_tags headers : Name,Link, Supported versions max : 30 filter : category=Multiple store sort : ^category ---- {| class="clouds" |- ! Filter by Category ! Filter by Versions |- | ---- datacloud ---- field : category min : 1 limit : 50 filter : type=snippet ---- | ---- datacloud ---- field : versions_tags min : 1 limit : 70 filter : type=snippet ---- |}