Enter your 6 or 7 digit store number under "Store Name ID Number."
Under digital certificate click the in the big box and paste(Control V on your keyboard) the PEM file you copied earlier.
Scroll down and click on Save.
Click on Online Payments under Payment Methods
Select the credit cards you accept
Scroll down and click on SAVE
ADDING PRODUCTS
Click on Products on the top menu
Click on Add New
If you have a web site then you can copy and paste the Add to Cart HTML code generated by Securenetshop.
For example:
<form method="post" action="http://www.ewebcart.com/cgi-bin/cart.pl">
Quantity: <input name="quantity" value="1" size="3">
<input type="hidden" name="merchant" value="12345">
<input type="hidden" name="item_id" value="1">
<input type="submit" name="add" value="Add to Cart">
</form>
You do not need to have a web site in order to use Securenetshop.
You can add your products in the shopping cart and then provide your customer's with a link to make a payment.
For example:
http://www.ewebcart.com/cgi-bin/cart.pl?merchant=12345&add=1&item_id=1