There are only a few steps you'll need to take to prep your site for FoxyCart. Please read through our quick getting started guide to make sure you add the necessary includes.
Selling products with FoxyCart is as easy as creating a link. Make sure you have the foxycart_includes.js so that class="foxycart" works as desired.
Get what may be the nerdiest t-shirt ever with FoxyCart's superdorky t-shirt. Satisfaction guaranteed.
Add to Cart<a href="http://example.foxycart.com/cart?name=AJAX%20Ecommerce%20T-Shirts&price=15" class="foxycart">Add to Cart</a>
If you have some user input that you need to take into account (like a "Size" selection), a basic form is all you need. Make sure you have the foxycart_includes.js so that class="foxycart" works as desired.
Get what may be the nerdiest t-shirt ever with FoxyCart's superdorky t-shirt. Satisfaction guaranteed.
<form action="https://example.foxycart.com/cart" method="post" accept-charset="utf-8"> <input type="hidden" name="name" value="SEO Ecommerce T-Shirt" /> <input type="hidden" name="price" value="20" /> <div class="fc_row"> <label for="name" class="fc_label_left">Size</label> <select> <option value="small">Small</option> <option value="medium">Medium</option> <option value="large">Large</option> </select> </div> <div class="fc_row fc_row_buttons"> <input type="submit" name="Add to Cart" value="Add to Cart" /> </div> </form>
So let's say you have a modifier that costs more than others. Or a modifier that increases a product's weight, or changes the SKU or product code (like from 0102-a to 0102-b). It's super easy. Make sure you have the foxycart_includes.js so that class="foxycart" works as desired. Check the wiki for more documentation on this feature.
Get what may be the nerdiest t-shirt ever with FoxyCart's superdorky t-shirt. Satisfaction guaranteed.
Want a form to allow donations where the user can input the desired contribution amount? Or perhaps a customizable field to allow a gift note? All it takes is a simple form. Check the wiki for more documentation on this feature.
Get what may be the nerdiest t-shirt ever with FoxyCart's superdorky t-shirt. Satisfaction guaranteed.
Great for membership subscriptions, recurring orders (like for vitamins or gift packages), or recurring donations to charitable organizations. Check the wiki for more documentation on this feature. NOTE: Subscriptions currently do not support tax or shipping, though this functionality is planned for the future.
New geeky tees delivered every month. Never be shirtless again. If you'd like shirts more or less frequently, adjust your time period below:
Downloadable products are just like regular products as far as how they're added, but there is a very important difference in that downloadable products must first be uploaded to your store. When you upload your product, you'll assign a code and a category to it. You'll use the code and the category attributes, rather than the name and price.
Download our shirt designs to print out on your inkjet printer, then iron them onto your own shirt.
Sometimes you need to add multiple products to the cart at one time, like a camera and a camera case. Lucky for you there's FoxyCart. Check the wiki for more documentation on this feature.
Add a great camera and a protective case to your cart with a single mouse click.
Love it? Hate it? Have questions or comments? Let us know!