developer_guide:developer_guide:recommended

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
developer_guide:developer_guide:recommended [2010/05/04 21:44] earlyimpactdeveloper_guide:developer_guide:recommended [2010/05/13 15:29] (current) earlyimpact
Line 191: Line 191:
  
 We recommend that you customize the additional areas of the shopping cart so that both the merchant and the customer can recognize that an order was placed for a subscription product and link to SubscriptionBridge (if needed). We recommend that you customize the additional areas of the shopping cart so that both the merchant and the customer can recognize that an order was placed for a subscription product and link to SubscriptionBridge (if needed).
- 
 ==== Administration area ==== ==== Administration area ====
  
Line 198: Line 197:
 If the order is for a subscription product or service, you should make this clear on the order details page, and link to the SubscriptionBridge Merchant Center so that the merchant may manage the subscription. The syntax for the link should be as follows, where <GUID> is the identifier for the subscription associated with the order: If the order is for a subscription product or service, you should make this clear on the order details page, and link to the SubscriptionBridge Merchant Center so that the merchant may manage the subscription. The syntax for the link should be as follows, where <GUID> is the identifier for the subscription associated with the order:
  
-<code>https://www.subscriptionbridge.com/MerchantCenter/SubscriptionslistDetails.asp?SubscriptionUID=<GUID></code>+<code>https://www.subscriptionbridge.com/MerchantCenter/SubscriptionslistDetails.asp?GUID=<GUID></code>
  
 ==== Customer account area ==== ==== Customer account area ====
Line 208: Line 207:
   * Provide a link to the SubscriptionBridge Customer Center (unless you are not using the Customer Center, but rather performing all subscription management tasks via the API itself). For example, a customer might need to view recent subscription payments, update their billing information, add features to a subscription, or cancel the subscription.   * Provide a link to the SubscriptionBridge Customer Center (unless you are not using the Customer Center, but rather performing all subscription management tasks via the API itself). For example, a customer might need to view recent subscription payments, update their billing information, add features to a subscription, or cancel the subscription.
  
-The syntax for the link to the SubscriptionBridge Customer Center should be as follows, where <GUID> is the identifier for the subscription associated with the order, and <EMAIL> is the customer's e-mail address (which was passed to SubsriptionBridge via the SubscriptionRequest call:+The syntax for the link to the SubscriptionBridge Customer Center should be as follows, where <GUID> is the identifier for the subscription associated with the order, <MODE> is the landing page (list of landing pages below), and <EMAIL> is the customer's e-mail address (which was passed to SubsriptionBridge via the SubscriptionRequest call): 
 + 
 +<code>https://www.subscriptionbridge.com/CustomerCenter/AutoLogin.asp?ID=<GUID>&Email=<EMAIL>&mode=<MODE></code> 
 + 
 +== Landing Pages <MODE> ==
  
-<code>https://www.subscriptionbridge.com/CustomerCenter/AutoLogin.asp?ID=<GUID>&Email=<EMAIL>&mode=details</code>+  * **Detail** \\   Replace <MODEwith "details" to send the customer to the subscription details page. 
 +  * **Transaction History** \\  Replace <MODE> with "history" to send the customer to the transaction page. 
 +  * **Edit Billing** \\  Replace <MODEwith "billing" to send the customer to the billing details page. 
 +  * **Edit Shipping** \\  Replace <MODEwith "shipping" to send the customer to the shipping details page. 
 +  * **Cancel Subscription** \\   Replace <MODEwith "cancel" to send the customer to the subscription cancellation page.
developer_guide/developer_guide/recommended.1273023841.txt.gz · Last modified: 2010/05/04 00:00 (external edit)