Integration Guide

Table Of Contents
Website Payments Standard Integration Guide September 2008 235
The PayPal Shopping Cart – Add to Cart and View Cart Buttons
Sample HTML Code for Add to Cart Buttons
4
FIGURE 4.12 Opening the PayPal Shopping Cart in the Same Browser Window
Use the target attribute in the form element to control whether the PayPal Shopping Cart
opens in a separate browser window or opens in the same browser window that displays your
website.
The sample HTML code below for an Add to Cart button illustrates how to open the PayPal
Shopping Cart in the browser window that displays the merchant website.
TABLE 4.1 Values for “Target” That Open the PayPal Shopping Cart
Target expression Where the PayPal Shopping Cart Opens
target="paypal" The PayPal Shopping cart opens in a browser window
or browser tab that is separate from the browser
window or tab that displays the merchant website.
target="_self" The PayPal Shopping cart opens in the browser
window or browser tab that displays the merchant
website.