| Other Store Confirmation Pages |
|
|
|
|
The Confirmation Page Script will need to be installed on your order confirmation page. This script will allow FeedPerfect to track the sales coming from the CSEs. This script will also be installed just before the closing </body> tag for the page. This part of the Integration is located in Step 2 on the integration tab. If you have left the page and are not sure how to get back to this step, the script can be found in the following location: MyStores->Settings->Integration->Step2
Here is an example of what the script may look like.
The second part of the script is more complicated and requires knowledge of the variables or values available on the confirmation page of your shopping cart. This can be implemented using either JavaScript or HTML. The choice of which language used for implementation is dependent on which best suits the setup of your shopping cart. Your web developer can best assist you in making this decision. Both methods require access to the same data. Both transaction and item level data are required. At the transaction level, we will need the Order Number. For the item level we will need, the ProductID, ProductCode, Price and Quantity for each item ordered. The ProductID has to be the same ProductID that was imported into FeedPerfect. The ProductCode field is meant to represent a merchant Product code, this field can be left blank. The quantity is the number of units ordered for the product, and the Price is the unit price for the product.
Javascript example The JavaScript version is in the following format with an example following:
Format
Example
Note that the data for ProductID, ProductCode, Quantity and Price is delimited by the pipe ?|? character. All other information should be entered exactly as shown.
HTML Form Example The HTML Form version is in the following format with an example following.
Format
Example
Putting it Together The two parts of the script will go before the closing </body> tag of the confirmation page. The HTML Form or JavaScript product section will go first followed by the confirmation script provided from FeedPerfect.
HTML Example
Javascript Example
See Also: |


