![]() |
|
| Home | Shopping Carts | Services | Company Info | Help |
Integration Using Interface EXE Program
|
A web editing program can call the shoppingcartinterface.exe program and exchange data. The Intrface program will minimize it self and execute the shopping cart editor. Data can be transferred between the web editing program and the Interface program using a temporary file or the clipboard (copy and paste).
Copy and Paste Integration
|
An HTML document editor can use a macro (or extension) with copy and paste commands to integrate and get the benefits of the API integration with one exception. The exception is the user cannot convert ALL buy buttons on a web page from PayPal shopping cart to Pageville Shopping Cart with just a few key strokes. Also this is not well suited for text editors. The macro should add two items to the top menu bar or to the right mouse click menu when the cursor is on an image. One should be "Add/Modify Shopping" and the other "Checkout Shopping". When the user positions the cursor on an image and clicks on "Add/Modify Shopping" or "Checkout Shopping":
|
Suggested Macro Steps For Add/Modify (When Execute Program Command Available)
|
|
Suggested Macro Steps For Checkout Same as Add/Modify except replace /AddModify with /Checkout.
|
| Temporary File Integration
This is the same as Copy and Paste Integration except a file is used in place of the clipboard.
The changes are:
|
/AddModify /html=Document.html /AllowPopUp "Filename.txt" /EWE
|
Shopping Cart API
|
|