You??™ll learn how
to implement search results rankings and how to implement functionality to browse through
the search results page by page. You??™ll see how easy it is to add new features to a working site
by integrating the new components into the existing architecture.
Chapter 9: Receiving Payments Using PayPal
Your e-commerce web site needs a way to receive payments from customers. The preferred
solution for established companies is to open amerchant account, but many small businesses
choose to start with a solution that??™s simpler to implement, where they don??™t have to process
credit card or payment information themselves.
A number of companies and web sites exist to help individuals or small businesses that
don??™t have the resources to process credit card and wire transactions, and these companies
can be used to process the payment between companies and their customers. In this chapter,
we??™ll demonstrate some of the functionality provided by one such company, PayPal.
Chapter 10: Catalog Administration: Departments and Categories
The final detail to take care of before launching a web site is to create its administrative interface.
Although this is a part visitors will never see, it??™s still key to delivering a quality web site to
your client. In this chapter and the following one, you implement a catalog administration page.
Pages:
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44