METHOD AND SYSTEM FOR LISTING ITEMS GLOBALLY AND REGIONALLY, AND CUSTOMIZED LISTING ACCORDING TO CURRENCY OR SHIPPING AREA
In one example embodiment, there is provided a method comprising providing a particular version of a site associated with an electronic marketplace, wherein the electronic marketplace offers a plurality of offerings to a plurality of regions via a plurality of versions of the site; detecting a user access to the particular version of the site; receiving a request from the user and retrieving, based on the request, a region-specific version of an offering available in the region associated with the particular version of the site; and presenting the region-specific version of the offering to the user.
Latest eBay Patents:
The present application is a continuation of U.S. patent application Ser. No. 13/550,233, filed Jul. 16, 2012, which is a continuation of U.S. patent application Ser. No. 12/693,275, filed Jan. 25, 2010 (Issued as U.S. Pat. No. 8,266,016 on Sep. 11, 2012), which is a continuation of U.S. patent application Ser. No. 09/905,525 filed Jul. 13, 2001 (Issued as U.S. Pat. No. 7,660,740 on Feb. 9, 2010), which claims priority from U.S. Provisional Patent Application Ser. No. 60/241,081 filed Oct. 16, 2000, the benefit of priority of each of which is claimed hereby, and each of which are incorporated by reference herein in their entirety.
FIELD OF THE INVENTIONThe present invention relates generally to the field of Internet-based commerce and, more specifically, to a method of facilitating electronic commerce (e.g., the auction of goods and/or services) in a regional manner.
BACKGROUND OF THE INVENTIONElectronic commerce a.k.a., e-commerce technology holds the promise of introducing efficiencies into marketplace and trading activities by automating many trading activities, providing near real-time information to both buyers and sellers and providing convenient channels between buyers and sellers. The ubiquity of the Internet, in particular, has led to the widespread utilization of this technology as a platform for the conducting of electronic commerce and for providing global on-line marketplaces. The increasing globalization of business and trading, no doubt facilitated by the Internet, has exposed a number geographic and regional challenges to electronic commerce. For example, the automated functionality provided by an electronic commerce facility may be unsuitable for global deployment for language, cultural and other reasons.
SUMMARY OF THE INVENTIONAccording to the present invention, a method to facilitate network-based commerce includes determining a site that a user accesses, the site being one of multiple sites operated by a network-based commerce facility. A category list available for the site is retrieved, the category list identifying categories of offerings available via the site. The category list is communicated to the user. The site is a regional site, and the category list is a region-specific category list.
The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which:
In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a through understanding of the present invention. It will be evident, however, to one skilled in the art that the present invention may be practiced without these specific details.
In general, embodiments described below feature a network-based commerce facility that allows a user of the system to bid on offerings (e.g., products or services) that are for sale by sellers. A preferred embodiment of the present invention features a network-based application for online auctions.
In one embodiment, the present invention is implemented as a network-based service that may be accessed through, for example, the Internet using a Web browser. According to a first aspect of the present invention, the service provides an interface that allows a user to browse through the offerings that are available in his/her country of location and bid on a particular offering. According to a second aspect of the present invention, the service provides geographically customized information and interfaces to a user of the service.
Internet-Related TechnologyAs indicated above, one embodiment of the present invention provides an Internet-based implementation. Accordingly, some introduction to Internet-related technology is helpful in understanding the present invention. The Internet is a vast and expanding network of computers and other devices linked together by various telecommunications media, enabling the various components to exchange and share data. Sites (so-called Web sites), accessible through Internet, provide information about numerous corporations and products, as well as education, research, entertainment and services.
A resource that is attached to the Internet is often referred to as a “host.” Examples of such resources include conventional computer systems that are made up of one or more processors, associated memory and other storage devices and peripherals, such as moderns, networks interfaces and the like that allow for connection to the Internet or other networks. In most cases, the hosting resource may be embodied as hardware and/or software components of a server or other computer system that includes an interface module, which allows for some dialog with users and that may process information through the submission of Web forms completed by the user. Generally, such a server will be accessed through the Internet's graphical user interface, the World Wide Web, (e.g., via Web browsers) in the conventional fashion.
In order to facilitate communications between hosts, each host has a numerical Internet Protocol (IP) address. The IP address of a hypothetical host computer might be 112.222.64.27. Each host also has a unique “fully qualified domain name.” In the case of the hypothetical host 112.222.64,27, the “fully qualified domain name” might be “computer.domain.com.”, the three elements of which are the hostname (“computer”), a domain name (“domain”) and a top-level domain (“com”). A given host looks up the IP address of other hosts on the Internet through a system known as domain name service.
As previously indicated, in order to access the Internet most users rely on computer programs known as “Web browsers.” Commercially available Web browsers include such well-known programs as Netscape's Navigator™ and Communicator™ and Microsoft's Internet Explorer™. If an Internet user desires to establish a connection with a Web page hosted at computer.domain.com, the Internet user might enter into a Web browser program the uniform resource locator (URL) “http://www.domain.com”. The first element of the URL is a transfer protocol, most commonly “http” standing for hypertext transfer protocol, but others include “mailto” for electronic mail, “ftp” for file transfer protocol, and “nntp” for network news transfer protocol. The remaining elements of this URL are an alias for the fully qualified domain name of the host.
Once a URL is entered into the browser, the corresponding IP address is looked up in a process facilitated by a server computer, called the top-level server. The top-level server matches the domain name to an IP address of a domain name server capable of directing the inquiry to the computer hosting the Web page. Thus, the domain name server ultimately matches an alphanumeric name such as www.domain.com with its numeric IP address 112.222.64.27.
When a host receives an inquiry from the Internet, it returns the data in the file pointed to by the request to the computer making the inquiry. Such data may make up a Web page, which may include a textual message, sound, picture, or a combination of such elements. A user can move between Web pages through the use of hyperlinks, which are links from one site on the Internet to another.
A component of one embodiment of the present invention is a computer server. Servers are computer programs that provide some service to other programs, called clients. A client and server communicate by means of message passing often over a network, and use some protocol, a set of formal rules describing how to transmit data, to encode the client's requests and/or responses and the server's responses and/or requests. The server may run continually waiting for client's requests and/or responses to arrive or it may be invoked by some higher-level continually running server, which controls a number of specific servers, Client-server communication is analogous to a customer (client) sending an order (request) on an order form to a supplier (server) dispatching the goods and an invoice (response). The order form and invoice are part of the protocol used to communicate in this case.
Yet another component of one embodiment of the present invention is cache. Cache is a temporary storage area for frequently accessed or recently accessed data. There are two kinds of cache: internal (or memory cache) and external (or disk cache). Internal cache is built into a CPU, and external cache is located on a motherboard. When data is downloaded from a web page, the data is “cached” (i.e., temporarily stored on a computer). The next time the web page is accessed, instead of requesting a file from a Web server, a Web browser accesses it from the cache, so the page loads quickly.
Another component of the one embodiment of the present invention is Internet Server Application Program Interface (ISAPI), which is an application program interface for Internal Information Server (IIS) Web Server produced by Microsoft Corporation of Redmond, Wash. ISAPI enables programmers to develop Web-based applications that run much faster than conventional Common Gateway Interface (CGI) programs because they are more tightly integrated with the Web server.
ArchitectureWith these concepts in mind, an exemplary embodiment of a system architecture of the present invention can be explored.
The term “offering” is used below to designate any offering by a seller to a buyer, and this term should be understood to include, but not be limited to, any product or service offering.
For the purposes of the present specification, the term “site” shall be taken to comprise a collection of linked resources that may be accessed via a network. For example, a site may be represented on the World Wide Web (WWW), and include a collection of web pages (e.g., markup language documents) that may be static, store documents, or dynamically generated documents, between which links exist. The resources that constitute the site may furthermore be any documents, files, applications, application components or the like. A site may, for example, be owned or managed by an individual, a company or organization. Within the context of the WWW, a web site typically is characterized in that all resources of the web site are addressed utilizing a common domain (e.g., www.ebay.com or www.ebay.co.uk).
For the purpose of the present specification, the term “region” shall be taken to include any geographically identifiable area, demarcated according to political, economic, cultural, social or other criteria. The term “community” shall similarly be taken to include any grouping of people, defined according to social, political, economic, cultural, geographic or other criteria.
Referring to
The back-end servers include a database engine server 22, a search index server 24 and a credit card database server 26, each of which maintains and facilitates access to a respective database.
The Internet-based auction facility 10 may be accessed by a client program 30, such as browser (e.g., the Internet Explorer distributed by Microsoft Corp. of Redmond, Wash.) that executes on a client machine 32 (e.g., a personal computer, PDA, cell phone or the like) and accesses the facility 10 via a network 34 such as, for example, the Internet. Other examples of networks that a client may utilize to access the auction facility 10 include a wide area network (WAN), a local area network (LAN), a wireless network (e.g., cellular network), or the Plain Old Telephone Service (POTS) network.
Central to the database 23 is a user table 40, which contains a record for each user of the auction facility 10. A user may operate as a seller, buyer, or both, within the auction facility 10. The database 23 also includes an items table 42 that may be linked to the user table 40. A user record in the user table 40 may be linked to multiple items that are being, or have been, auctioned via the facility 10.
The database 23 also include a note table 48 populated with note records that may be linked to one or more item records within the items table 42 and/or to one or more user records within the user table 40. Each note record within the table 48 may include, inter alia, a comment, description, history or other information pertaining to an item being auction via the auction facility 10, or to a user of the auction facility 10.
A number of other tables are also shown to be linked to the user table 40, namely a user past aliases table 50, a feedback table 52, a feedback details table 53, a bids table 54, an accounts table 56, and an account balances table 58.
The database 23 is also shown to include two tables specifically to enable an exemplary embodiment of the present invention. A master categories table 60 stores records for all the item categories presented across multiple, regional or community views (or presentations) of item categories via regional or community sites presented by the facility 10 throughout the world. A site categories table 62 stores records indicating which item categories are to be presented for respective regional or community sites, (e.g., a country, region or city specific site) presented by the facility 10. In other words, the master categories table 60 stores records for each category of a global collection of categories, and the site categories table 62 stores records indicating which of the global collection of categories are to be presented by each of a number of regional sites, along which information pertaining to the customized presentation of each category in a region-specific manner (e.g., a regional description, currency, language etc.).
The shipping option information is typically inputted by seller, and indicates one or more shipping options (e.g., mail, courier-same day, courier-next day) specified by the seller.
The ship_region information may be inputted by a seller to indicate one or more geographic regions to which the seller is willing to ship the item or, in the case of services, to perform a particular service.
The description language information may be, as a default condition, populated with a predominate language in a geographic region or location in which the seller resides. For example, a seller located in the US may, as a default condition, have a description language indicated as English. A seller located in Germany would have German indicated as a default description language. In one embodiment, the seller may also specify an alternative description language to override a default condition. For example, a seller located in Japan may wish to specify that the description language is English in order to have the description of the relevant item available to a broader worldwide audience.
Site_id information identifies a geographically specific, or regional, site, presented by the auction facility 10, via which the seller offered the item for sale. For example, a Japanese seller may have placed an item up for auction via a Japanese site, presented by the auction facility 10, in which case the site_id information identifies the Japanese site.
It will be appreciated by one skilled in the art that the tables may have additional fields and are not limited to the above-described fields.
In order to increase the performance efficiencies of the facility 10, according to one embodiment of the present invention, a map file 200 is generated by the listings module 120, the map file 200 including summarized item records for each of the complete item records maintained in the items table 42. Furthermore, the summarized item records within the map file 200 are pre-categorized, or grouped, so as to facilitate improved responses to queries against the map file 200. The grouping of summary item records is conveniently labeled as views 210, which may be retrieved with minimal processing for display to a user. The summary item records constituting the map file 200 may include limited information, such as an item identifier, a title, a currency, and a data value, for example. The map file 200 may be utilized to facilitate browsing of items that are actively being auctioned by the facility 10, wherein the facilitating of the browsing requires only limited information regarding each item.
It will be appreciated that the case statement 202 will be applied for each of the predefined set of currencies to thereby generate a respective “currency” view 21A for each of the predefined set of currencies.
Similarly, at block 228, the “region” case statement 204 is applied against the item records retrieved at block 224 for each of a predefined set of regions, so as to generate a respective “region” view 210B for each of the set of regions. Specifically, location information from each of the item records is compared against a respective region of the predefined set of regions, and language description information is similarly compared against one or more languages associated with each of the regions to determine whether a summary item record, derived from the full item record, should be included within the relevant “region” view 210B. The predefined set of regions may specify regions with any resolution, ranging, for example, from a suburb of a city to a continent or broader geographically identifiable area. For example, a region could comprise a town, a city, a metropolitan area, a county, a state, a county or a continent.
Further, as noted above with respect to
Returning to the method 220 illustrated in
At block 232, the listings module 120 then increments a category number to a subsequent category, whereafter the method 220 loops back to block 224, to commence the view generation process 226-230 with respect to a further category.
While the method 220 is shown to generate multiple views 210 for each category based on currency, region and regional availability criteria, it will be appreciated that views (e.g., predefined groupings of information) may be generated based on any one of multiple criteria in terms of which item records may be conveniently browsed and/or searched.
To enable users (e.g., potential buyers) conveniently to locate items that are being offered for sale via the facility 10 (e.g., via auction), the facility 10 may provide, according to the present invention, both item browse and search capabilities, each of which will be discussed below.
Dealing first with the browsing capability, this capability is enabled, in one embodiment, by a hierarchical structure of categories, as defined within the master categories table 60 and, for individual regional sites, within the site categories table 62. As discussed above with reference to
A main page 252 is shown to provide links to a sell index page 254 that in turn links to resources to enable a seller to over an item for sale (e.g., by auction) via the facility 10.
The main page 252 further provides links to a browse index page 258 that in turn provides access to search features to enable, for example, a potential buyer to search items offered for sale via the facility 10.
The main page 252 may also provide a link to a browse index page 256, which facilitates the browsing of offerings provided by the facility 10 utilizing the hierarchical category data structures discussed above. The browse index page 256 is furthermore shown to provide links to multiple category browser index pages 260, which represent pages displaying information concerning lower levels of a relevant hierarchical category data structure and item index pages 262 that lists items within a particular category, when the category to which the user has navigated includes a sufficiently small number of items. Further information concerning these items may be displayed to a user in a meaningful manner.
It will be appreciated that where the facility 10 provides multiple regional or community sites, each of which provide access to a common body of product offerings (e.g., the items included within the items table 42), it may be desirable to customize the browsing features provided by the respective regional or community sites according to regional or community conditions or preferences. In the present invention, such customization of the browsing features of each of multiple regional or community sites is facilitated in part by a site-specific category hierarchical data structures maintained within the site categories cache 150.
The method 270 commences at block 272 with the input by a user of a location identifier in the exemplary form of a Uniform Resource Locator (URL). The input of the URL may be performed by user selection of a link (e.g., user selection of hypertext) presented within any one of the pages 252-262 of the site map 250 illustrated in
At block 274, the client program 30 communicates a request, including the inputted URL via a network 44 to the facility 10.
At block 276, the parser 170 of the kernel 100 receives the request (e.g., an HTTP GET request) that includes the URL, and parses the URL to identify one of multiple regional sites provided by the facility 10 and potentially, a category selection indicated in the URL. The request may also specify a view by way of “currency/region/availability” view selection criteria. For example, receipt of the URL www.ebay.com.au indicates receipt of the request via an Australian site provided by an auction facility 10 (e.g., eBay, Incorporated, of San Jose, Calif.). Typically, the site may accordingly be identified from the machine domain portion of a URL, while the “path-of-file” portion of the URL may include category selection information. The “machine domain” portion of a URL is also sometimes referred as the “domain” portion while the subsequent content of the URL may be known as a “URL-path” portion.
At block 178, the kernel 100 then identifies a regional site (e.g., an Australian site) supported by the facility 10, which is addressed by the URL. At block 280, the kernel 100 then accesses a hierarchical site category data structure, associated with the identified regional site, the relevant category data structure being maintained in the site categories cache 150.
At decision block 282, the kernel makes a determination as to whether an item listing is required. Specifically, this determination may be made dependent upon the number of items within a particular category. For example, if the number of items within the category may conveniently be displayed to the user (e.g., where the category comprises a “leaf° category) then an item listing may be determined as being required. Alternatively, should the category be “all” umbrella category, clearly it may be undesirable to display listings for all items available for a particular site.
If it is determined at decision box 282 that an item listing is not required, at block 284, a further category browse index page is generated utilizing the relevant site category data structure. Specifically the browse index page generated may merely provide a listing of categories below the category indicated by the category selection identified at block 276.
On the other hand, should an item listing be required, at block 286, the kernel accesses the map file 200 to locate a view based on the relevant category selection, as well as the “currency/region/availability” view selection criteria discerned at block 276.
At block 288, an item list index page 262 is generated.
At block 290, the index page generated at either block 284 or 288 is then transmitted from the facility 10, via the network 34, to the client machine 32, and displayed to a user at block 292 by the client program 30.
It should also be noted that the item index page 262, generated at block 288, may also include category information extracted from the site category data structure, or included within the view identified at block 286.
Examples of item list index pages 262 generated by two different regional sites are shown in
A view selection criteria is indicated at 304 (e.g., the location view selection indicating that the view should provide items located in the United Kingdom), while a category selection is indicated at 306 (e.g., category 267 that is the “books” site category of the parent “books, films, music” category).
The item list index page 262 shown on
It will also be noted, from
The item list index page 262 illustrated in
At block 285, the client program 30 then communicates the request (e.g., an HTTP POST request) via the network 34 to the facility 10.
At block 287, having received the request at the facility 10, the parser 170 parses the request to identify the site (e.g., the Australian site) from which the request originated and to extract the search criteria therefrom.
At block 289, the kernel 100 then accesses the map file 200, and locates summary item records based on the search criteria and the determined site. The location of the summary item records at block 289 may be performed in a number of ways. In a first embodiment of the present invention, the search module 130 may perform a “brute force” search of the map file 200. In an alternative embodiment, the kernel 100 may locate a view 210 utilizing the region specification, as well as the view specification (e.g., located, available or currency). Having so located an appropriate view, the search module 103 may then perform a search of only the appropriate view utilizing the key word.
In a further embodiment the kernel may access the items table 42 relative to a view to retrieve appropriate information from this table 42.
In yet another embodiment the kernel instead of accessing the map file 200, accesses a search database that is created from the items table 42 and indexed by the search indexer server 24. The data in the search database may be indexed by indices, e.g., the database may be indexed regionally. For example, for a regional search, the search dynamic link library (dll) first may retrieve all of items available in a particular region and then perform a key word search within the retrieved subset of results.
At block 290, a search result page is generated, which is then communicated to the client machine 32 at block 292, and displayed by the client program 30 to a user at block 294.
As will be appreciated from the below discussion of
Method and User interfaces: Currency Conversion
At block 322, the user inputs a location identifier for an item, or an item list index page. The location identifier is typically a URL and is inputted by (1) user selection of hypertext, having the relevant URL associated therewith or (2) input into an interface presented by the client program 30.
At block 324, the client machine 32 communicates a request, including the URL, to the facility 10 via the network 34.
At block 326, the parser 170 parses the URL to identify a regional site from which the request originated, and also to identify the item, or index page, identified within the URL.
At block 328, the kernel identifies a currency associated with the regional site (e.g., Australian dollars or a request originated from an Australian site), as well as the currency in which an item, or items within the index page, are listed. In one embodiment, the kernel identifies a user-preferred display currency, which is specified directly by a user, through a saved preference or a cookie and displays the items in the user-specified currency. If currency is not specified by the user, the default currency of a site may be used by the kernel.
At decision block 330, a determination is made by the kernel 100 as to whether the site currency matches the currency of the one or more items.
in the event that there is not a correlation between the site currency and the currency of the at least one item, at block 332, the kernel 100 accesses a conversion table, utilizing a currency conversion module 195, and performs an item-to-site currency conversion for items for which the currency does not match the site currency.
At block 334, the kernel 100 then generates an item page, or an index page, to include both item and site currency values.
On the other hand, if it is determined at decision block 330 that the site currency does match all relevant item currencies, at block 336, the kernel 100 generates an item page, or index page, to include the site currency value.
At block 334, the item page, or index page, is communicated to the client machine 32, where it is displayed by the client program 30 to a user.
Examples of index pages including converted currency amounts have been discussed above with reference to
A facility 10 may also provide summary pages to buying and selling users regarding transactions within which they have participated. Currency conversions may also be provided within such pages, or any pages delivered by the auction facility 10 wherein financial information appears.
In summary, the present invention is advantageous in that it allows a common collection of offering information (e.g., item records within an item table) to be utilized to service multiple regional or community sites, and allows such multiple regional or community sites to customize the presentation of information regarding such offerings to account for local preferences, conditions and tastes. Further, by having a common body of offering information accessible via multiple regional or community sites, the present invention allows user flexibility regarding the specification of items to be presented to the user, and also allows the facility 10 to implement automatic measures to insure the delivery of offering information to a user that is of interest to the user, or that is understandable to the user. A particular example of this is the language “filter” discussed above that is implemented in the case statements 202 and 204 to insure that views for a particular region only include items for which a descriptive language would be typically understood within that region. Further, the “smart search” pages discussed above provide an example of a service offered by the facility 10 whereby items, for which the language description is inconsistent with the regional site from which the request originated, are filtered out from search results presented to a user.
Computer SystemThe computer system 400 includes a processor 402, a main memory 404 and a static memory 406, which communicate with each other via a bus 408. The computer system 400 may further include a video display unit 410 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)). The computer system 400 also includes an alphanumeric input device 412 (e.g., a keyboard), a cursor control device 414 (e.g., a mouse), a disk drive unit 416, a signal generation device 418 (e.g., a speaker) and a network interface device 420.
The disk drive unit 416 includes a machine-readable medium 422 on which is stored a set of instructions (i.e., software) 424 embodying any one, or all, of the methodologies described above. The software 424 is also shown to reside, completely or at least partially, within the main memory 404 and/or within the processor 402. The software 424 may further be transmitted or received via the network interface device 420. For the purposes of this specification, the term “machine-readable medium” shall be taken to include any medium which is capable of storing or encoding a sequence of instructions for execution by the machine and that cause the machine to perform any one of the methodologies of the present invention. The term “machine-readable medium” shall accordingly be taken to included, but not be limited to, solid-state memories, optical and magnetic disks, and carrier wave signals.
In the foregoing specification the present invention has been described with reference to specific exemplary embodiments thereof. It will, however, be evident that various modifications and changes may be made to the specific exemplary embodiments without departing from the broader spirit and scope of the invention as set forth in the appended claims. Accordingly, the specification and drawings are to be regarded in an illustrative rather than a restrictive sense.
Claims
1. A method comprising:
- providing a particular version of a site associated with an electronic marketplace, wherein the electronic marketplace offers a plurality of offerings to a plurality of regions via a plurality of versions of the site;
- detecting a user access to the particular version of the site;
- receiving a request from the user and retrieving, based on the request, a region-specific version of an offering available in the region associated with the particular version of the site; and
- presetting the region-specific version of the offering to the user.
2. The method of claim 1, wherein the region-specific version of an offering includes a region-specific product description.
3. The method of claim 1, wherein the region-specific version of an offering includes a region-specific currency.
4. The method of claim 1, wherein the region-specific version of an offering includes a language of a region associated with the particular version of the site.
5. The method of claim 1 wherein the region-specific version of an offering includes a language of a region associated with the location of the user.
6. The method of claim 1, wherein the region-specific version of an offering includes customized presentation features.
7. A system comprising:
- at least one module, executing on one or more computer processors, to: provide a particular version of a site associated with an electronic marketplace, wherein the electronic marketplace offers a plurality of offerings to a plurality of regions via a plurality of versions of the site; detect a user access to the particular version of the site; receive a request from the user and retrieve, based on the request, a region-specific version of an offering available in the region associated with the particular version of the site; and present the region-specific version of the offering to the user.
8. The system of claim 7, wherein the region-specific version of an offering includes a region-specific product description.
9. The system of claim 7, wherein the region-specific version of an offering includes a region-specific currency.
10. The system of claim 7, wherein the region-specific version of an offering includes a language of a region associated with the particular version of the site.
11. The system of claim 7, wherein the region-specific version of an offering includes a language of a region associated with the location of the user.
12. The system of claim 7, wherein the region-specific version of an offering includes customized presentation features.
13. A machine readable medium, including instructions, which when performed machine, causes the machine to perform the operations of:
- providing a particular version of a site associated with an electronic marketplace, wherein the electronic marketplace offers a plurality of offerings to a plurality of regions via a plurality of versions of the site;
- detecting a user access to the particular version of the site;
- receiving a request from the user and retrieving, based on the request, a region-specific version of an offering available in the region associated with the particular version of the site; and
- presenting the region-specific version of the offering to the user.
14. The medium of claim 13, wherein the region-specific version of an offering includes a region-specific product description.
15. The medium of claim 13, wherein the region-specific version of an offering includes a region-specific currency.
16. The medium of claim 13, wherein the region-specific version of an offering includes a language of a region associated with the particular version of the site.
17. The medium of claim 13, wherein the region-specific version of an offering includes a language of a region associated with the location of the user.
18. The medium of claim 13, wherein the region-specific version of an offering includes customized presentation features.
Type: Application
Filed: Mar 31, 2014
Publication Date: Oct 2, 2014
Applicant: eBay Inc. (San Jose, CA)
Inventors: Barry Boone (Seattle, WA), Nathan Sacco (Los Gatos, CA), Rhys Chard (Mountain View, CA)
Application Number: 14/231,722
International Classification: G06Q 30/06 (20060101);