home
Wedding Packages
weddingpic1

Romantic Wedding Rickshaw Ride - $115.00

The most romantic ride in North Carolina, Our Rickshaw Wedding Ride is specifically designed and decorated for a bride and groom to enjoy a few moments together at the very beginning of their marriage (up to 45 after the ceremony or reception). In addition to The Rickshaw is tastefully decorated for your special day. Sparkling beverages are served. Driver will drop off at any location in the 5 districts.

Please specify :canopy / no canopy
Great opportunity for your photographer

For an additional cost of $10.00

Raleigh Rickshaw can service weddings in the 5 historic neighborhoods
Historic Oakwood
Historic Mordecai
Historic Glenwood
Boylan Heights
Cameron Park

We service the entire state of North Carolina, e-mail us for pricing

Wedding party rates available

weddingpic2

/>
Add historic neighborhood
pickup and return
<% Dim cost if (pickup = "y") then cost = 125 elseif(pickup = "") then cost = 115 end if %>
<% Dim sequence Dim amount Dim ret ' *** IF YOU WANT TO PASS CURRENCY CODE uncomment the next 2 lines ** ' Dim currencycode ' Assign the transaction currency (from your shopping cart) to currencycode variable ' Trim $ dollar sign if it exists ' amount = Request("x_amount") ' Just a test so we use a hard-coded amount of 19.99 ' NOTE: You must make absolutely sure that you are ' passing a number to the "amount" variable; otherwise, ' the fingerprint calculation will not work ' So, if you are gathering the amount value from a field ' or any other user input, make sure you collect it as or ' convert it to a number, using either VBScript, JScript or ' JavaScript. amount = cost If Mid(amount, 1,1) = "$" Then amount = Mid(amount,2) End If ' Seed random number for more security and more randomness Randomize sequence = Int(1000 * Rnd) '*** for testing only: ********************************* 'sequence = 931 ' Now add the SIM related data, such as the fingerprint, ' to the HTML form. ' Response.Write ("" & vbCrLf) Response.Write ("First Name: ") Response.Write("
") Response.Write ("Last Name: ") Response.Write("
") Response.Write ("Time/Date/Other Information ") Response.Write("
") ' Again, make sure all required values are properly declared ' in their respective places ret = InsertFP (loginid, txnkey, amount, sequence) ' *** IF YOU ARE PASSING CURRENCY CODE uncomment and use the following instead of the InsertFP function above *** ' ret = InsertFP (loginid, txnkey, amount, sequence, currencycode) Response.Write ("") Response.Write ("Amount: " & amount &" .00") Response.Write ("") Response.Write ("") Response.Write("
") Response.Write("
") %>