%
If Not Sess_Array(48) = Session.SessionID then
UpdateSessions False
Response.Redirect "default.asp"
End If
Select Case Request.Form("flag")
Case 1: Call SavePP()
Case 2: Call CreatePP()
Case 3: Call DeletePP()
End Select
If isnotfree then
iScheme = Request("scheme")
If Len(iScheme) = 0 then iScheme = "default"
isDefault = True
strFees = "SELECT * FROM " & tablPfx & "Fees;"
Set rs = objConn.Execute(strFees)
Do While Not rs.EOF
nextScheme = rs("ftype")
If not nextScheme = "default" then
If CStr(nextScheme) = CStr(iScheme) then
selectedScheme = nextScheme
isDefault = False
If mysql then
For a = 1 to 30
If not isNull(rs(a)) Then ppArray(a-1) = CStr(rs(a))
Next
Else
For a = 1 to 30
ppArray(a-1) = rs(a)
Next
End If
selected = "selected"
pID = rs("ID")
Else
selected = Empty
End If
optScheme = optScheme & ""
Else: ppArray(10) = 0
End If
rs.MoveNext
Loop
rs.close
%>
Default Scheme | Packages | Link to Categories | Refresh
<% Call Build_Box_Top("700", 20, "Classified Board Custom Payment Configurations", "xl") %>
|
Create/Update custom price/duration scheme. Then link price scheme to any category: Link to Categories All amounts entered have to have 2 digits after decimal point (1.00). The amount is in absolute units and will correspond to the currency you select on your merchant account configuration. If you plan to charge for posting ads, you should have non 0.00 value at list in the "Base Price ... " box. You then may configure the rest of the price scheme. If you choose not to charge additional fee and have a fixed price per ad, then enter that price at "Base Price for 10 days ad" and change the rest to 0.00. NOTE: If you would like to allow user to post free images
do one of the following: Use may select a duration individually for each option. Enter numbers only. You can select 0 duration, to exclude current selection from the option list during ad post process. Note: If you exclude an option make sure the following by options are excluded as well. In other words start excluding from the last option and up. Do not leave excluded option in between those you have assigned a valid duration. Do not leave duration field blank either. If you run a discount campaign, select discount %. This percentage will be deducted from the final price while users post ads.
* Lock will prevent posting to category (except Moderators) which this
scheme is linked to. Members who purchased a special package can post ads in locked categories depending
on individual package settings. See "Admin Help" for more information on setting up your payment system |