Options saved!

General Options

ArtPal Options

Category that holds artwork available for sale:

Category for "available" artwork that is currently disabled:

Category into which to move artwork when sold and label accordingly:

HTML Code to display for a sold item:

Generic text to place in every item for sale; _PRICE_ and _SHIPPING_ are metatags:

Static text to use for "available" items that are temporarily not for sale:

Static text to use in the event that you fail to specify pricing information for an item:

URL of Thank You page:

URL of Cancel Purchase page:

E-commerce

PayPal Options

Email address that is tied to your PayPal account:

Currency:

Please choose the graphic that you would like to use as a PayPal button.
'; // Number of columns to generate in our table $numCols = 4; for ( $i = 0; $i < $numFiles; $i ++ ) { // Start new row if necessary if ( $i % $numCols == 0 ) { echo ''; } // Start new column echo ''; $url = get_option ( 'siteurl' ) . '/wp-content/plugins/artpal/images/paypal/' . basename ( $buttons [ $i ] ); echo ''; echo ''; // Close column echo ''; // Close row if necessary. if ( $i % $numCols == $numCols - 1 ) { echo ''; } } echo ''; ?>

Sales Tax

Enter the sales tax rate you would like to apply to the products: %

Store-wide Sale

You may create a store-wide sale by specifying a percent-based discount on all items in your store:
Use 0 % to disable a store-wide sale.
Enter discount: %

E-commerce Status

You may turn off e-commerce at any time. This will disable your online store. Features relating to general options will still be in place, but your visitors will not be able to purchase your items through PayPal.
Check to disable ecommerce: />

Sandbox Mode

If you'd like to test your plugin, you may use sandbox mode. This will use the PayPal sandbox API (note: you will need to use a sandbox API account). No charges will be processed.
Check to use sandbox mode: />