Documentation You are here: start » v » 0.7.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v:0.7.0:start [2011/05/12 00:18] foxybrettv:0.7.0:start [2018/10/29 17:47] (current) – [FoxyCart v0.7.0 Documentation] marija
Line 1: Line 1:
-====== FoxyCart v0.7.0 & v0.7.1 Documentation ======+====== FoxyCart v0.7.0 Documentation ======
  
-Welcome to the documentation for FoxyCart v0.7.0 and v0.7.1. If you're on **a different version** you can find it from [[:start|the documentation homepage]]. If you're looking to **upgrade** from an earlier version please view the [[:static:upgrading|upgrade notes]]+Welcome to the documentation for FoxyCart v0.7.0. If you're on **a different version** you can find it from [[:start|the documentation homepage]]. If you're looking to **upgrade** from an earlier version please view the [[:static:upgrading|upgrade notes]].
- +
-<wrap hi>What's the difference between v0.7.0 and v0.7.1?</wrap> +
-Good question. v0.7.1 contains mostly improvements and additions to v0.7.0, so the documentation for both versions is contained here. Functionality available only in v0.7.1 is noted where necessary. There is also a [[:v:0.7.1:|list of v0.7.1 additions]]. In general though, if you're on v0.7.0 and want a v0.7.1 feature you can upgrade without issues.+
  
 <wrap hi>Need help? Don't despair!</wrap> <wrap hi>Need help? Don't despair!</wrap>
Line 12: Line 9:
 Try the "Required Reading" section below if you're new to e-commerce in general, or if you'd like a refresher on the core concepts behind e-commerce. Try the "Required Reading" section below if you're new to e-commerce in general, or if you'd like a refresher on the core concepts behind e-commerce.
  
-<wrap hi>**Advanced user**</wrap> just looking for quick info? Try [[.:cheat_sheet|the cheetsheet!]]+<wrap hi>**Advanced user**</wrap> just looking for quick info? Try [[.:cheat_sheet|the cheatsheet!]]
  
  
Line 19: Line 16:
  
 If, on the other hand, you already know a little HTML/CSS/JavaScript and want to improve by getting advanced with FoxyCart, or if you're already capable, dive right in. Please [[helpdesk@foxycart.com|let us know]] how you like the docs. And please note that <wrap tip>this wiki is publicly editable</wrap>, so if you feel you can improve a section, please do! If, on the other hand, you already know a little HTML/CSS/JavaScript and want to improve by getting advanced with FoxyCart, or if you're already capable, dive right in. Please [[helpdesk@foxycart.com|let us know]] how you like the docs. And please note that <wrap tip>this wiki is publicly editable</wrap>, so if you feel you can improve a section, please do!
 +
  
 ===== Getting Started ===== ===== Getting Started =====
Line 40: Line 38:
 //**Beginning FoxyCart**// //**Beginning FoxyCart**//
 //Setting up your site and your FoxyCart store.// //Setting up your site and your FoxyCart store.//
-  - [[getting_started:foxycart_setup|Setup FoxyCart]] in 5 minutes. +  - [[.:getting_started:foxycart_setup|Setup FoxyCart]] in 5 minutes. 
-  - [[getting_started:site_setup|How to setup your site]], including javascript and theme calls. +  - [[.:getting_started:site_setup|How to setup your site]], including javascript and theme calls. 
-  - [[getting_started:adding_links_and_forms|Adding your product links and forms]]+  - [[.:products|Products]], and creating "add-to-cart" links and forms. 
-  - [[getting_started:testing|Testing]]. +  - [[.:getting_started:testing|Testing]]. 
-  - [[getting_started:notes|Important Notes]] to read before going live. +  - [[.:getting_started:notes|Important Notes]] to read before going live. 
-  - [[getting_started:admin_users_and_billing_contacts|Paying for your store]] and providing client admin access. +  - [[.:getting_started:admin_users_and_billing_contacts|Paying for your store]] and providing client admin access. 
-  - [[getting_started:store_ +  - [[.:getting_started:store_administration_and_order_management|Store Administration and Order Management]].
-administration_and_order_management|Store Administration and Order Management]].+
 </WRAP> </WRAP>
 +
  
 ===== Digging Deeper ===== ===== Digging Deeper =====
Line 56: Line 54:
 //For those with a solid handle on HTML, CSS, and maybe a little JavaScript.// //For those with a solid handle on HTML, CSS, and maybe a little JavaScript.//
   - [[.:templates|Template, Caching, and Customization]]   - [[.:templates|Template, Caching, and Customization]]
-  - [[.:customizing:cart:colorbox|Customizing the Cart's Default Colorbox]] 
   - [[.:customers|Customers]]: Notes and Features   - [[.:customers|Customers]]: Notes and Features
-  - [[.:products|Products]]+  - [[.:products#a_complete_list_of_product_parameters|Products]]: Complete list of parameters
   - [[.:categories|Product Categories]]   - [[.:categories|Product Categories]]
 +  - [[.:session_variables|Non-Product Session Variables]]
   - [[.:cart|The Cart]]   - [[.:cart|The Cart]]
   - [[.:checkout|The Checkout]]   - [[.:checkout|The Checkout]]
Line 72: Line 70:
 <WRAP column 47%> <WRAP column 47%>
 //**Advanced FoxyCart**// //**Advanced FoxyCart**//
-//For those about to <del>rock</del> program, we salute you. (([[http://www.youtube.com/watch?v=shcI6vE-PlE|Video]] and [[http://en.wikipedia.org/wiki/For_Those_About_to_Rock_(We_Salute_You)|Wikipedia]])) // +//For those about to <del>rock</del> program, we salute you. (([[http://www.youtube.com/watch?v=shcI6vE-PlE|Video]] and [[wp>For_Those_About_to_Rock_(We_Salute_You)|Wikipedia]])) // 
-  - [[advanced:javascript|FoxyCart's Javascript: ''foxycart.js'']] +  - [[.:advanced:javascript|FoxyCart's Javascript: ''foxycart.js'']] 
-  - [[advanced:json|Using FoxyCart's JSON, and JSONP]] +  - [[.:advanced:json|Using FoxyCart's JSON, and JSONP]] 
-  - [[advanced:api|The API]] +  - [[.:advanced:api|The API]] 
-  - [[advanced:transaction_xml_datafeed|Transaction XML Datafeeds]] +  - [[.:advanced:transaction_xml_datafeed|Transaction XML Datafeeds]] 
-  - [[advanced:subscription_xml_datafeed|Subscription XML Datafeeds]] +  - [[.:advanced:subscription_xml_datafeed|Subscription XML Datafeeds]] 
-  - [[advanced:sso|Single Sign-On (SSO)]] +  - [[.:advanced:sso|Single Sign-On (SSO)]] 
-  - [[advanced:hmac_validation|HMAC Link and Form Validation]] +  - [[.:advanced:hmac_validation|HMAC Link and Form Validation]] 
-  - [[advanced:unified_order_entry|Unified Order Entry]] (aka The Superpassword)+  - [[.:advanced:unified_order_entry|Unified Order Entry]] (aka The Superpassword) 
 + 
 +//**Optional Features**// 
 +  - [[.:multiship|Multi-Ship]] (multiple ship-to addresses on one checkout) 
 +  - [[.:custom_domain|Custom Subdomains]]
  
 //**"Hacks" and Advanced Techniques**// //**"Hacks" and Advanced Techniques**//
   - [[.:shipping:customizations|Shipping "Hacks"]]   - [[.:shipping:customizations|Shipping "Hacks"]]
 </WRAP> </WRAP>
 +
  
 ===== Reference & Additional Information ===== ===== Reference & Additional Information =====
Line 91: Line 94:
  
 //**Product Types**// //**Product Types**//
-  * [[products:subscriptions|Subscription Products]] +  * [[.:products:subscriptions|Subscription Products]] 
-  * [[products:downloadables|Downloadable Products]] +  * [[.:products:downloadables|Downloadable Products]]
- +
-//**Reference**// +
-  * [[cheat_sheet|Cheat Sheet]]: <wrap tip>Reserved values, placeholders, and methods.</wrap> +
-  * [[forum_posts|Forum Posts]] with tips and tricks.+
  
-//**Glossary**// 
-  * [[:static:glossary|Glossary]] 
- 
-//**Upgrading**// 
-  * [[upgrading|Upgrading from previous versions]] 
-  * [[:static:known_issues|Known Issues]] 
- 
-</WRAP> 
- 
- 
-<WRAP column 47%> 
 //**Payment Gateways**// //**Payment Gateways**//
   * [[:gateways:start|Gateways]]   * [[:gateways:start|Gateways]]
Line 121: Line 109:
  
 </WRAP> </WRAP>
 +
 +
 +<WRAP column 47%>
 +//**Security & PCI Compliance**//
 +  * [[:static:foxycart_security|Information about FoxyCart's Security]]
 +  * [[:static:foxycart_security#foxycarts_pci_compliance|Our PCI Compliance]]
 +  * [[:primer:security#pci_dsswhat_it_is_and_what_it_means_to_you|About Your PCI Requirements]], separating the FUD from the truth
 +  * [[:integration:logos|Security Badges]] and "Powered by FoxyCart" Logos
 +
 +//**Reference**//
 +  * [[cheat_sheet|Cheat Sheet]]: <wrap tip>Reserved values, placeholders, and methods.</wrap>
 +  * [[snippets:start|Forum Posts]] with tips and tricks.
 +
 +//**Glossary**//
 +  * [[:static:glossary|Glossary]]
 +
 +//**Upgrading**//
 +  * [[upgrading|Upgrading from previous versions]]
 +  * [[:static:known_issues|Known Issues]]
 +
 +</WRAP>
 +

Site Tools