Documentation You are here: start ยป snippets

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 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.

Filtered by category='Misc cart and checkout'

NameLink Supported versions
Nothing found

"Add to Cart" Form Snippets

Filtered by category='Misc cart and checkout'

NameLink Supported versions
Nothing found

Tax Tips and Tricks

Filtered by category='Misc cart and checkout'

NameLink Supported versions
Nothing found

Miscellaneous Cart and Checkout

Filtered by category='Misc cart and checkout'

NameLink Supported versions
Product images in the cartproduct_images_in_the_cart0.6.0
Showing the "minicart" on cart and checkoutshowing_the_mini_cart0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0
Product Upselling on the cart/checkoutproduct_upselling0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0
Reverse Order of Items in Cartreverse_cart_items0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0
Creating an Add To Cart link based on an existing cart sessioncreating_add_to_cart_link_from_existing_cart_session0.7.0, 0.7.1, 0.7.2, 1.0
Product Bundles/Addonsproduct_bundles_addons0.7.0, 0.7.1, 0.7.2, 1.0, 1.1
Removing PayPal from the Cart to force customers to FC checkout firstremoving_paypal_from_the_cart0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0, 1.1, 2.0
 

Checkout

Filtered by category='Misc cart and checkout'

NameLink Supported versions
Nothing found

Receipt

Filtered by category='Misc cart and checkout'

NameLink Supported versions
Nothing found

Multiple Store / Session / Cookie Tweaks

Site Tools