Home > Contents > Index >
AssetMaker | Cart Tags | Errors | Miscellany | Index
OfferURL
Required for all goods.
This is the URL of the Web page containing the catalog entry for the item,
OfferURL
links Transact pages back to the store.
OfferURL
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 complete
OfferURL
string as follows:<catalogScheme
>://<catalogServer>
:<catalogPort
>/<catalogURL><itemURL
>
Default Store Property Values
If the default catalog server properties in
transact.ini
are:tx.defaultStore.catalogScheme=http tx.defaultStore.catalogServer=myhost.com tx.defaultStore.catalogPort=80 tx.defaultStore.catalogURL=/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.catalogScheme=httptx.sto
re_0.catalogServer=myhost.comtx.sto
re_0.catalogPort=80tx.sto
re_0.catalogURL=/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=itempageWhen 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 Sites Administrator's Guide.
Home > Contents > Index > ![]()
Oracle Miscellaneous Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.