Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v:2.0:customers [2020/02/04 05:50] – [Synchronizing Users and Passwords] adam | v:2.0:customers [2026/01/15 11:46] (current) – adam | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| * Do not enter a password. | * Do not enter a password. | ||
| * Can enter an email address already used by other guest or saved customer records. | * Can enter an email address already used by other guest or saved customer records. | ||
| - | * Cannot choose to save their payment information. (This option is hidden from the checkout if in guest mode.) | ||
| * Cannot purchase a subscription. (Guest mode as an option is hidden if a subscription is in the cart.) | * Cannot purchase a subscription. (Guest mode as an option is hidden if a subscription is in the cart.) | ||
| * Cannot be retrieved, created or edited via the API. | * Cannot be retrieved, created or edited via the API. | ||
| Line 25: | Line 24: | ||
| Non-guest customers: | Non-guest customers: | ||
| * Must have an email address unique among non-guest customers. | * Must have an email address unique among non-guest customers. | ||
| - | * Can choose to save their payment information. | ||
| * Can be created and edited via the API. | * Can be created and edited via the API. | ||
| - | * Can enter their previously used password when returning to a checkout page, or can checkout as a guest (if guest checkout is allowed by the store). | + | * Can enter their previously used password when returning to a checkout page, or can checkout as a guest (if guest checkout is allowed by the store) |
| * Cannot be converted into a guest customer. | * Cannot be converted into a guest customer. | ||
| Line 56: | Line 54: | ||
| FoxyCart currently supports the following hashing methods (in alphabetical order, and in PHP pseudocode, using '' | FoxyCart currently supports the following hashing methods (in alphabetical order, and in PHP pseudocode, using '' | ||
| + | |||
| + | ; '' | ||
| + | : **Method:** '' | ||
| + | : **Notes:** It will use the default configuration options when generating the hash | ||
| + | ; '' | ||
| + | : **Method:** '' | ||
| + | : **Configuration: | ||
| + | : **Notes:** <wrap tip>This is the recommended hashing method.</ | ||
| + | : **Supported Systems:** | ||
| + | * [[https:// | ||
| + | |||
| + | ; '' | ||
| + | : **Method:** '' | ||
| + | : **Configuration: | ||
| + | : **Notes:** It will generate the Wordpress specific '' | ||
| + | : **Supported Systems:** | ||
| + | *[[http:// | ||
| ; '' | ; '' | ||
| : **Method:** '' | : **Method:** '' | ||
| : **Configuration: | : **Configuration: | ||
| + | ; '' | ||
| + | : **Method:** Specific to Craft. | ||
| + | ; '' | ||
| + | : **Method:** Specific to ExpressionEngine. | ||
| ; '' | ; '' | ||
| : **Method:** '' | : **Method:** '' | ||
| Line 67: | Line 86: | ||
| : **Method:** The hashing methods in the [[https:// | : **Method:** The hashing methods in the [[https:// | ||
| : **Configuration: | : **Configuration: | ||
| + | ; '' | ||
| + | : **Method:** For older Magento installations. | ||
| ; '' | ; '' | ||
| : **Method:** '' | : **Method:** '' | ||
| Line 78: | Line 99: | ||
| : **Configuration: | : **Configuration: | ||
| : **Notes:** This really should only be used for synching to osCommerce prior to v2.3. | : **Notes:** This really should only be used for synching to osCommerce prior to v2.3. | ||
| - | ; '' | ||
| - | : **Method:** Uses the [[http:// | ||
| - | : **Configuration: | ||
| - | : **Supported Systems:** | ||
| - | * [[http:// | ||
| - | * osCommerce 2.3+ | ||
| ; '' | ; '' | ||
| Line 89: | Line 104: | ||
| : **Configuration: | : **Configuration: | ||
| : **Notes:** Returns a base64 encoded string, made up of a concatenated string using ''" | : **Notes:** Returns a base64 encoded string, made up of a concatenated string using ''" | ||
| - | |||
| ; '' | ; '' | ||
| : **Method:** From [[https:// | : **Method:** From [[https:// | ||
| Line 97: | Line 111: | ||
| * [[http:// | * [[http:// | ||
| + | ; '' | ||
| + | : **Method:** Uses the [[http:// | ||
| + | : **Configuration: | ||
| + | : **Supported Systems:** | ||
| + | * [[http:// | ||
| + | * osCommerce 2.3+ | ||
| ; '' | ; '' | ||
| : **Method:** '' | : **Method:** '' | ||
| Line 109: | Line 129: | ||
| ; '' | ; '' | ||
| : **Method:** '' | : **Method:** '' | ||
| + | : **Configuration: | ||
| + | ; '' | ||
| + | : **Method:** '' | ||
| : **Configuration: | : **Configuration: | ||
| ; '' | ; '' | ||
| Line 115: | Line 138: | ||
| : **Supported Systems:** | : **Supported Systems:** | ||
| * [[https:// | * [[https:// | ||
| + | : **Notes:** Beginning in v10.1.0, Drupal uses PHP's standard '' | ||
| ; '' | ; '' | ||
| : **Method:** Specific to Webvanta. | : **Method:** Specific to Webvanta. | ||
| - | ; '' | ||
| - | : **Method:** Specific to Craft. | ||
| - | ; '' | ||
| - | : **Method:** For older Magento installations. | ||
| - | ; '' | ||
| - | : **Method:** Specific to ExpressionEngine. | ||
| - | ; '' | ||
| - | : **Method:** '' | ||
| - | : **Configuration: | ||
| - | : **Notes:** <wrap tip>This is the recommended hashing method.</ | ||
| - | If you need alternate hashing methods please [[http://forum.foxycart.com/|let us know]]. | + | If you need alternate hashing methods please [[http://foxy.io/contact|let us know]]. |
| Once the user creation and synchronization functionality is handled, [[.: | Once the user creation and synchronization functionality is handled, [[.: | ||