ZenCart Integration with P4D
If you would like P4D to download your
orders from your online shop then you need
to upload one small PHP file to your server.
Once this is on your server then our
software can communicate with your shop.
If you have any questions or would like us
to do this for you then just email
technical@p4d.co.uk
Step 1 - Download the psm.php file
Click below to download a zip file
compatible with osCommerce. Inside you'll
see a file called psm.php
» Download integration kit Step 2 - Open
psm.php
Open the psm.php file in a program like
Windows Notepad, Dreamweaver or some other
program capable of editing PHP scripts.
At the top of the file you'll see:
| $key =
'put_a_long_and_random_password_here'; |
You
need to set your own secret here so nobody
other than P4D can access your order
details. This key can be anything you want.
For example:
| $key =
'7765t89y76958yu09iu9y7t78t7698i0ikohjghtydre4euy7'; |
Step 3 - Save and upload psm.php
Save the file and then upload it to your
server. If you access your shop's admin area
by going to http://www.yourdomain.com/admin
then you should upload psm.php to http://www.domain.com/psm.php.
If you access your admin area by going to
http://www.yourdomain.com/order/admin then
psm.php should be uploaded to http://www.yourdomain.com/order/psm.php
- in technical language the psm.php file
should be uploaded to the directory below
your 'includes' folder. Step 4 - Tell P4D
where we can find your psm.php file
The final step is to enter the URL of
your psm.php file as well as your chosen
key. Log into your P4D account and click the
'Download' link - from here you can input
the details. If you are already logged in
then click
here to access the page directly. |