The sitemapper is capable of generating site map files with any file extension that you wish. So your site map may be called sitemap.htm or sitemap.php, or sitemap.asp for example.
To define the output file type of the site maps, just enter the file name in the Crawl Settings tab. So if you [...]
Entries from November 2008
Different file type outputs with thesitemapper
November 30th, 2008 · No Comments
Tags: thesitemapper
Using drop downlists with buttons
November 30th, 2008 · No Comments
If you are creating buy now button by hand and if you want to give customers an option when they are buying a product with PHP-eSeller, you can easily do this using a drop down list.
An example might be :
<form action=”http://www.yourservername/eseller/ipn/process.php” method=”post”>
<select name=”item_number”>
<option value=”">Select a product</option>
<option value=”item_a”>Small $1.00</option>
<option value=”item_b”>Medium sized file $2.00</option>
<option value=”item_c”>Large file $3.00</option>
</select>
<input [...]
Tags: PHP-eSeller
PHP-KeyCodes custom field
November 30th, 2008 · No Comments
When you sell pin codes or software licence codes using PHP-KeyCodes, you may want the customer to enter in some text during purchase which is returned to you in the purchase information. This might be the type of cellphone, or some other information that you require for you records.
PayPal has a field called [...]
Tags: PHP-KeyCodes