Home > Contents > Index >
AssetMaker | Cart Tags | Errors | Miscellany | Index
FulfillmentURL
Required for digital goods, microtransactions, and digital subscriptions. Prohibited for tangible goods.
This URL specifies the location of the digital item, microtransaction item, or digital subscription to be delivered. The URL might specify an HTML page, or more typically a CGI program that manages the content delivery. This URL must be protected so that only buyers who have paid for this product have access.
FulfillmentURL
is prefixed by several properties in thetransact.ini
file that identify a particular store. By default, these come from the default catalog server properties, identified in thetransact.ini
file by the string:tx.defaultStore.*
.Commerce Connector constructs the
FulfillmentURL
string as follows:<fulfillmentScheme
>://<fulfillmentServer>
:<fulfillmentPort
>/ <fulfillmentURL><itemURL
>
Default Store Property Values
If the default fulfillment server properties in
transact.ini
are:tx.defaultStore.fulfillmentScheme=http tx.defaultStore.fulfillmentServer=myhost.com tx.defaultStore.fulfillmentPort=80 tx.defaultStore.fulfillmentURL=/cgi-bin/gx.cgi/AppLogic+FTContentServer?and
ItemURL
ispagename=
itempage
, then the concatenated URL string is:http://myhost.com:80/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=itempage
Registered Store Property Values
If you have one or more stores registered with Transact, then the values that make up the
OfferURL
are determined by properties intransact.ini
that correspond to a specific store, identified by the stringtx.store_
N
.*
, where N is a non-negative integer that identifies the store. For example,tx.store_0.*
, identifies your store number one.For example, if the registered store properties in
transact.ini
are:tx.sto
re_0.fulfillmentScheme=httptx.sto
re_0.fulfillmentServer=myhost.comtx.sto
re_0.fulfillmentPort=80tx.sto
re_0.fulfillmentURL=/cgi-bin/gx.cgi/AppLogic+FTContentServer?and
ItemURL
ispagename=
getitem
, then the concatenated URL string is:http://myhost.com:80/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=getitemWhen you register a store with Transact, you must use the Sites Property Editor to manually enter the properties for that store. For instructions on using the Property Editor, see the dSites Administrator's Guide.
Home > Contents > Index > ![]()
Oracle Miscellaneous Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.