[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Can somebody please help a rookie!!!!
Hi all;
I am very new to Minivend. I downloaded it two nights ago and I am trying to
get a HTML page to show some items that I put in a database. Here is what I
have done so far:
I create a catalog with the name 'wwj'
Here is that my catalog.cfg looks like
Database products products.asc TAB
Database products INDEX category
Database pricing pricing.asc TAB
Database transactions transactions.txt TAB
Database userdb userdb.asc TAB
Database country country.asc TAB
Database locale locale.asc TAB
Database Ground Ground.csv CSV
Database 2ndDayAir 2ndDayAir.csv CSV
Database NextDayAir NextDayAir.csv CSV
Database wwj wwj.asc TAB
All I have done is just add the new catalog to the end of the databse lists.
Ok here is what my wwj.asc looks like:
filesize time filename
10377 23:04 us005.jpg
10229 23:04 us09806.jpg
15133 23:04 us3801.jpg
16297 23:04 us3802.jpg
15357 23:04 us3803.jpg
11499 22:41 us0801.jpg
11129 22:41 us0802.jpg
11731 22:41 us0803.jpg
11039 22:41 us0804.jpg
10297 22:41 us0805.jpg
I know that minivend created a wwj.db file since I see it in the directory.
Here is what I got in my HTML file:
<!doctype html public "-//ietf//dtd html//en//3.0">
<html>
<head><title> __COMPANY__ test file </title></head>
<body>
[data base="wwj"]
[loop arg="wwj"]
<table border=1>
<tr">
<td bgcolor="#00FF00">[loop-field filename]</td>
<td>[loop-field filesize]</td>
<td>[loop-field time]</td>
<td>[loop-time]</td>
<td></td>
<td></td>
</tr>
</TABLE>
[/loop]
</body>
</html>
When I preview it all it shows is the [loop-time]in teh table everything
else is empyt. All the minivend tags are gone with the exception of the
'[loop-time]' tag.
Can somebody please tell me where I am messing up. I have been reading teh
documentation but I am still not getting it.
Any help will be greatly apreciated.
Thank you all
-Max