This desciption is applicable to all the applications PHP-eSeller, PHP-SecureArea and PHP-KeyCodes.
You should backup your database at regular intervals. You will then be able to restore the database if something goes wrong.
phpMyAdmin is the name of the program that you can use to manipulate databases. It is usually provided as part of you control panel [...]
Entries Tagged as 'PHP-eSeller'
Backing up a database using phpMyAdmin
January 25th, 2010 · No Comments
Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller · SQL databases
PHP 5.3 and Depreciated Functions
January 9th, 2010 · No Comments
Version PHP 5.3 has a number of functions that are depreciated and earlier versions of PHPeSeller, PHPSecureArea and PHPKeyCodes will display warning messages identifying those depreciated functions when installed on PHP 5.3. It will still work as the functions are still there although they will be removed in PHP 6
To overcome this for earlier versions of the applications, in the [...]
Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller
IPN History and selling digital downloads
December 24th, 2009 · No Comments
PHP-eSeller when used with PayPal uses IPN to control the digital downloads to the customer.
If you log into PayPal you can check what IPNs have been sent out, you can check if your application has recieved and sent back a response (it should be respopnse code 200) and you can even resend an IPN.
These are [...]
Tags: PHP-eSeller
Shipping and PayPal
December 18th, 2009 · No Comments
There is a facility built into PHP-eSeller that allows you to set shipping for physical goods. This allows you to set shipping according to the overall shopping cart value. To use this you just activate it in the admin section of PHP-eSeller. The calculations will be applied to the physical items only.
If you do not [...]
Tags: PHP-eSeller
Sell digital downloads using Google Checkout
December 9th, 2009 · No Comments
You can now use Google checkout as well as PayPal to sell your digital content with PHP-eSeller.
You need a Google checkout account which will identify your merchant codes.
Enter these into the admin area of PHP-eSeller and then select the tick box that enables Google checkout in the shopping cart. The shopping cart will then display [...]
Tags: PHP-eSeller
Adding custom PayPal hidden fields to PHP-eSeller
November 30th, 2009 · No Comments
If you want to add a PayPal hidden field such as :
<input type=”hidden” name=”page_style” value=”first_style”>
which defines the style layout for payPal, then you have to add it to the/ipn/process.php file after the line
<form method=”post” name=”paypal_form” action=”https://www.paypal.com/cgi-bin/webscr”>
Tags: PHP-eSeller
Sell digital downloads with PayPal and Google Checkout
November 29th, 2009 · No Comments
PHP-eSeller is a PHP / mySQL application that you install onto your web site and interacts with PayPal or Google Checkout to automatically sell digital files. When the customer makes a purchase, the process of delivering the files is automatic and so provides a 24 / 7 solution.
Once PHP-eSeller is purchased, there are no additional [...]
Tags: PHP-eSeller
How to set up an external smtp service
November 28th, 2009 · No Comments
This describes how to set up the SMTP email for use with PHP-eSeller, PHP-SecureArea, PHP-KeyCodes.
You may find that you web server is not sending out emails as well as you would like. Shared web servers sometimes have issues with how quickly the email is sent out and the headers in the emails.
To use an external [...]
Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller
Update to csv import file for PHP-eSeller
September 26th, 2009 · No Comments
The csv import script has been updated to include a fuller range of product item fields. This now covers more or less all the fields in the product item list.
The fields are :
item_number
item_name
mc_gross
item_title
item_description
item_description_full
maincategory
subcategory
folder
filename
filename_small_mp3
item_image
pagetitle
metadescription
keywords
sortorder
The new file a_csv_import.php can be obtained by emailing us and replaces the file in the admin section. The file is applicable to [...]
Tags: PHP-eSeller
Withinweb is now on Twitter
September 14th, 2009 · No Comments
Follow withinweb on Twitter http://twitter.com/WithinWeb
Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller