Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: shopping cart plans

Quote Reply
Re: shopping cart plans In reply to
Sorry, i will stay at my opinion.
Divide the two things.
Use Links as a database for your products (you must do some logical things to have fields and values for all products you would like to serve)
Then you need another tool that just do one thing:
Take the data via form and save it to a database, let user delete, modify and BUY.
I use a simple script from elitehost.com; this has the additional advantage to be an affiliate-programm, too.
(249$) pure perl and easy to change.

Unfortunately this cart runs in a closed area, so i cant show it to you.

I think its to much thing too change links to do the shopping too; you need tables for the seller, tables for the buyers and a lot of stuff more; i will send my links.html to show what i mean and how easy it is:


Code:

<table width="584" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width=470 valign=top bgcolor=#E3E3E3>
<table border=0 cellpadding=2 cellspacing=0 width=474>
<tr>
<td width=100%>
<p class=blb>
<%if PopUp eq 'neu'%>
<a href="<Û_cgi_url%>/jump.cgi?ID=<%ID%>" target="_blank">
<%endif%>
<%if PopUp eq 'top'%>
<a href="<Û_cgi_url%>/jump.cgi?ID=<%ID%>">
<%endif%>
<%if PopUp eq 'pop'%>
<a href="#" onclick="window.open('<Û_cgi_url%>/jump.cgi?ID=<%ID%>', 'Info','width=500,height=500,scrollbars=yes,left=0,top=0,screenX=0,screenY=0')">
<%endif%>
<b><%Title%></b><%if PopUp%></a>
<%endif%>
<%if Shop%>
- <%Gebinde%> - <%Preis%>
<%endif%>
<%if Hits >'0'%>
(<%Hits%>)
<%endif%>
</p>
</td>
<td nowrap valign=top>
<p class=blb> <b><Úte%></b></p>
</td>
<%if Description%>
<tr>
<td colspan=2>
<p class=blb><Þscription%></p>
<%endif%>
<%if Name%>
</td></tr>
<tr>
<td colspan=2>
<p class=blb><b>
<%Name%>, <%Strasse%>, <%PLZ%> <%Ort%></b>

Tel: <%Telefon%> - Fax: <%Telefax%> - Mail: <a href="mailto:<%Email%>"><%Email%></a> - Homepage: <a href="<%Homepage%>" target="_new"><%Homepage%></a></p>
<%endif%>
<%if Shop%>
</td></tr>
<td colspan=2>
<p class=blb>

<form action="http://xxxx.de/cgi-bin/cart2/comcartp.pl" method="get">
<p>
<input type="hidden" name="VN" value="<%Contact Name%>">
<input type="hidden" name="VE" value="<%Contact Email%>">
<input type="hidden" name="id" value="<%ID%>">
<input type="hidden" name="name" value="<%Title%> - <%Gebinde%> - <%Preis%>">
<span class="ser2">Menge</span>
<input type="text" name="quantity" size="3" value="1">
<INPUT TYPE="SUBMIT" VALUE="Go">
</p>
</form>
<%endif%>
</td></tr></table>
</td>
<td width=104 valign=top bgcolor=#E3E3E3>
<%if Graphic%>

<%if PopUp eq 'neu'%>
<a href="<Û_cgi_url%>/jump.cgi?ID=<%ID%>" target="_blank">
<%endif%>
<%if PopUp eq 'top'%>
<a href="<Û_cgi_url%>/jump.cgi?ID=<%ID%>">
<%endif%>
<%if PopUp eq 'pop'%>
<a href="#" onclick="window.open('<Û_cgi_url%>/jump.cgi?ID=<%ID%>', 'Info','width=500,height=500,scrollbars=yes,left=0,top=0,screenX=0,screenY=0')">
<%endif%>
<img src="<%build_root_url%>/images/<%Graphic%>" width="<%Gwidth%>" height="<%Gheight%>" vspace="3" hspace="2" border=0>

<%if PopUp%>
</a>
<%endif%>

<%endif%>
</td>
</tr>
</table>



Subject Author Views Date
Thread shopping cart plans Dan Kaplan 3444 May 12, 2000, 5:33 AM
Thread Re: shopping cart plans
pugdog 3397 May 11, 2000, 9:46 PM
Thread Re: shopping cart plans
pugdog 3376 Jun 7, 2000, 11:39 PM
Thread Re: shopping cart plans
Robert 3347 Jun 8, 2000, 10:50 AM
Thread Re: shopping cart plans
pugdog 3338 Jun 8, 2000, 3:32 PM
Thread Re: shopping cart plans
pugdog 3360 Jun 8, 2000, 3:42 PM
Post Re: shopping cart plans
Robert 3357 Jun 8, 2000, 6:15 PM
Post Re: shopping cart plans
Dan Kaplan 3381 May 12, 2000, 10:19 AM
Post Re: shopping cart plans
pugdog 3386 May 12, 2000, 10:42 AM