Shop modules?

x_spiey2003

New Member
Messages
25
Reaction score
0
Points
0
ok so i have a store in an online virtual world but i want to list my products on my web page and have it so when the customer click to buy it itll redirect them to another site where they can buy it at here is sum useful info
my site:http://defianttech.x10hosting.com
redirected site1:www.xstreetsl.com
redirected site2:www.OnRez.com
online world:Second Life
store name:Defiant Technology
player name:XSpidey Defiant
is there any way i can do this without having to just force a picture and a small description with a url link stashed inside?
heres what i mean http://shop.onrez.com/xspidey_defia...ant&Maturity=Safe&SortBy=best_match&PageNum=0
id like to try and get it like this
Edit:
-------------------------------------------------------------
ok so im looking at the exaple i gave and looking at their source code heres the basic idea of it and was wondering if this is what kinda things id have to add to get sumkinda result? or can i download something thatll allow me to just type small discriptions and upload images? any ideas please?
PHP:
<div id="SELLERITEMS"> 
		
				
				
		<table cellpadding="0" cellspacing="8" style="border: 0px; width: 100%;">
				<tr>
									<td class="sellerItemListing" style="width: 33.3333333333%; border: 1px solid #ede9e0; padding: 10px 15px 10px 15px;">
								<div style="height: 128px; text-align: center;"><a href="/item/805935"><img src="/images/thumbnailMissing.jpg" style="border: 1px solid #e8e3d9; height: 128px; width: 128px;"/></a></div>
				<a href="/item/805935" title="trigun:vash boxed v.2">trigun:vash boxed<br/>v.2</a><br/>
				<div style="float: right;"><a href="#">xspidey defiant</a></div>By:
				<br style="clear: both;"/>
				<div style="float: right;">L$ 350</div>Price:
			</td>
 
Last edited:
Top