USANet Creations
Users Support and Discussion Areas

NOTE: Always state the software package you have
when asking questions so you will get the correct answer,
as it does make a big difference in the answers you'll get!

| Main Site Home Page | Forums Home Page |

Subject: "Payment options dropdown menu"   Previous Topic | Next Topic
nonePrinter-friendly copy    
Conferences MakeBid Auction users addons and fixes Topic #325
Reading page 1 of 1 pages
Tropical1
Charter Member
257 posts, Rate this user
May-25-09, 03:48 PM (CST)
Click to add this user to your buddy list  
"Payment options dropdown menu"
 
How do I make it so that Payment Type: options are dropdown menu?


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Tropical1
Charter Member
257 posts, Rate this user
May-25-09, 04:25 PM (CST)
Click to add this user to your buddy list  
1. "RE: Payment options dropdown menu"
 
This is what I have so far testing it woth number of times to relist.

<td><b>Number of times to relist item: </b>
<OPTION INPUT NAME=RELIST VALUE="0" checked>None
<option INPUT NAME=RELIST VALUE="0">0</OPTION>
<OPTION INPUT NAME=RELIST VALUE="1">1</OPTION>
<OPTION INPUT NAME=RELIST VALUE="2">2</OPTION>
<OPTION INPUT NAME=RELIST VALUE="3">3</OPTION>
<OPTION INPUT NAME=RELIST VALUE="4">4</OPTION>
<OPTION INPUT NAME=RELIST VALUE="5">5</OPTION>
</TD></TR>


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Richardadmin click here to view user rating
Charter Member
1987 posts, 10 feedbacks, 19 points
May-25-09, 08:32 PM (CST)
Click to view user profileClick to add this user to your buddy list  
2. "RE: Payment options dropdown menu"
 
   >How do I make it so that Payment Type: options are dropdown menu?

inb the auction.pl file under the sun new and the sub new2 find this line:

<TD><b>Select One</b><BR>

replace it with this line:

<TD><SELECT NAME=PAYMENT>


Now for each line like this:

<INPUT NAME=PAYMENT TYPE=Radio VALUE="See item description for payment methods accepted." checked>See item description for payment methods accepted.<br>


Now you'll have to refomat each line to be something like this:

<OPTION SELECTED VALUE="See item description for payment methods accepted.">See item description for payment methods accepted.</OPTION>


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Richardadmin click here to view user rating
Charter Member
1987 posts, 10 feedbacks, 19 points
May-25-09, 08:35 PM (CST)
Click to view user profileClick to add this user to your buddy list  
3. "RE: Payment options dropdown menu"
 
   >This is what I have so far testing it woth number of times to
>relist.
>
> <td><b>Number of times to relist item: </b>
><OPTION INPUT NAME=RELIST VALUE="0" checked>None
><option INPUT NAME=RELIST VALUE="0">0</OPTION>
><OPTION INPUT NAME=RELIST VALUE="1">1</OPTION>
><OPTION INPUT NAME=RELIST VALUE="2">2</OPTION>
><OPTION INPUT NAME=RELIST VALUE="3">3</OPTION>
><OPTION INPUT NAME=RELIST VALUE="4">4</OPTION>
><OPTION INPUT NAME=RELIST VALUE="5">5</OPTION>
></TD></TR>


You have already asked about this one and it was answered in this message: http://www.usanetcreations.com/dcforum/DCForumID1/3323.html


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote


Conferences | Topics | Previous Topic | Next Topic
Rate this topic Rate this topic