withinweb

Information and support for products of withinweb.com

withinweb header image 4

Entries Tagged as 'PHP-eSeller'

A guide to sell digital downloads online

May 30th, 2012 · No Comments

Digital goods or electronic goods or digital products are anything you can sell that is in a digital format. The types of products include ebooks, software, website templates, music, videos, licence codes, ringtones, apps are just a few. The upfront costs of creating digital goods is tiny so it can be a great way for [...]

[Read more →]

Tags: General PHP · PHP-eSeller

Resetting admin password in PHP-eSeller

March 20th, 2012 · No Comments

The only way to reset the admin password is to do a SQL update statement on the database.
You will need to go into phpmyadmin or a similar program which can be user to administer the database tables.
The update statement that you can use is :
UPDATE ipn_tblpasswords SET userpassword = md5(‘admin’) WHERE username = ‘admin’
In this [...]

[Read more →]

Tags: PHP-eSeller · SQL databases

Free pdf guide for selling digital downloads

November 5th, 2011 · No Comments

For free hints tips and tricks see the following pdf file :
http://www.withinweb.com/global/hints_tips_and_tricks/digital_files.pdf

[Read more →]

Tags: PHP-eSeller

Using different currencies in PayPal

November 4th, 2011 · No Comments

What currency should you sell your products in ? 
PayPal is able to handle quite a wide range of currencies and you have to descide which currency you should sell your products in. 
I guess the question really is “are you selling to the world or are you expecting payments from customers who are based in your [...]

[Read more →]

Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller · SOE

What kind of content are you selling on line ?

November 3rd, 2011 · No Comments

This is the results so far of the survey which is on the page :  http://www.withinweb.com/phpeseller/index.php
These are running results :
mp3 audio files 34.1%
ebooks 15.1%
video files 14.6%
physical cds/dvds 9.8%
images 8.1%
software 7.4%
other physical goods 5.9%
other content 5%

[Read more →]

Tags: OnLine Poll Results · PHP-eSeller

Sell mp3 downloads from your web site

November 4th, 2010 · No Comments

PHP-eSeller is a PHP/mySQL application for selling mp3 and other digital files from your web site.
PHP-eSeller will work with Google Checkout and with PayPal.  As PHP-eSeller is based around IPN (instant payment notification) it will work with all PayPal accounts.
For a full description of PHP-eSeller, go to http://www.withinweb.com/phpeseller/index.php

[Read more →]

Tags: PHP-eSeller

Free pdf guide for selling digital downloads

October 27th, 2010 · No Comments

For free hints tips and tricks see
http://www.withinweb.com/global/hints_tips_and_tricks/digital_files.pdf

[Read more →]

Tags: PHP-eSeller

Configuring the fckeditor HTML editor

August 22nd, 2010 · No Comments

The fckeditor is described on the web site http://www.fckeditor.net and is a configurable html text editor with many add ons and plugins.
The configuration file in the fckconfig.js file is set to use the english language ‘en’ with a toolbar set called ‘pg_toolbar’. The FCKEditor web site provides full desciption on its options and configuration.
The [...]

[Read more →]

Tags: PHP-SecureArea · PHP-eSeller

Displaying a single page from the shop

July 4th, 2010 · No Comments

Sometimes you may want to display one page using a link to the shop, say page 2.
This is easily done by the following link :
http://www.yourservername.com/shop/index.php?page=2

[Read more →]

Tags: PHP-eSeller

Things to check if username / password is not sent

March 28th, 2010 · No Comments

When you have completed the set up of PHP-eSeller, here are a few pointers which you should check if emails are not being sent out after a purchase.

Make sure that you have assoicated a digital file with the product that you are purchasing.  If you have not assoicated a digital file with the product, an email [...]

[Read more →]

Tags: PHP-eSeller