====== Available Placeholders ====== All of the templates have place holders you can use which will be replaced with data from your transaction. ===== cart ===== ''^^cart^^'' = Required. This will be replaced with the cart contents. ''^^store_domain^^'' = Will be replaced with your foxycart store domain. If your store subdomain is ''mystore'' then ''^^store_domain^^'' will be replaced with ''mystore.foxycart.com'' ''^^store_name^^'' = Will be replaced with your store name as setup in your FoxyCart store admin. ===== checkout ===== ''^^checkout^^'' = Required. This will be replaced with the checkout customer form. ''^^cart^^'' = Required. This will be replaced with the cart contents. ''^^store_domain^^'' = Will be replaced with your foxycart store domain. ''^^store_name^^'' = Will be replaced with your store name as setup in your FoxyCart store admin. ''^^custom_begin^^'' and ''^^custom_end^^'' = If you have [[docs:checkout:customfields|custom form fields]] you would like to include on the checkout page, put them within these two place holders and they will be added to the checkout customer form. ===== receipt ===== Note: the entire receipt template is optional. You can just use the checkout template if you like. ''^^receipt^^'' = Required. This will be replaced with the receipt contents (note: ''^^checkout^^'' may also be used). ''^^cart^^'' = Required. This will be replaced with the cart contents. ''^^store_domain^^'' = Will be replaced with your foxycart store domain. ''^^store_name^^'' = Will be replaced with your store name as setup in your FoxyCart store admin. === Analytics & Order Tracking === ''^^order_id^^'' = If you're using iDevAffiliate, or another analytics app, this place holder might come in handy. ''^^subtotal^^'' = Products subtotal (without tax or shipping). ''^^subtotal_with_tax^^'' = Products subtotal with tax. ''^^order_total^^'' = Order total (including tax and shipping). == Google Analytics == * v0.3.2+: ''^^analytics_google_ga^^'' = "New" version of Google Analytics (ga.js). [[http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55528|Details]]. * v0.3.2+: ''^^analytics_google_urchin^^'' = "Old" version of Google Analytics (urchin.js). [[http://www.google.com/support/analytics/bin/answer.py?answer=74984|Details]]. *