|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I have a website that was developed in 1997.
I am trying to add a Paypal button and shopping cart to each of the item pages. The site uses a cold fusion template with tables made with Microsoft Access. I used Access 2000 to open the database and add a column named paypal. I tried to insert the Paypal html, but it says it is too long. Can I store the data in a seperate file and change the cold fusion template so that it points to the html data in the same way it points to the photos? something like: <a Href="pb/#paypal#.html"</a> "pb" is the file where the html files are stored #paypal# is the name of the new column in Access. I am new to this work. Can anybody help? This is the cold fusion template as it exists: <!---This Cold Fusion Template retrieves and displays the data on the Detail Page. It uses the Unique Identifier field passed in the URL link that is invoked when user clicks on a record on the Results Page to retrieve the detail record.---> <!---Run the query using the Unique Identifier passed in the URL.---> <CFQUERY NAME="GetDetailData" DATASOURCE="armour"> SELECT * FROM Inventory WHERE Inventory.ID = #Inventory__ID# </CFQUERY> <!---Now assemble the HTML of the Detail Page ---> <HTML> <HEAD><TITLE>Armour</TITLE><meta name="resource-type" content="document"> <meta name="generator" content="HotDog Professional - Internal Testing Only"> </HEAD> <BODY BGCOLOR="#000000" TEXT="#FF0000" LINK="#0000FF" ALINK="#FFFF00" VLINK="#FF00FF"> <CENTER><IMG SRC="images/sword.JPG" ></CENTER> <!---Display detail data from the database.---> <CFOUTPUT QUERY="GetDetailData"> <TABLE BORDER="0" ALIGN="Center"> <TR> <TD></TD> </TR> </TABLE> <TABLE BORDER="0" ALIGN="Center" > <TR> <td border="0"></td> <TD ALIGN="CENTER" WIDTH="30%">Part Number: #Part_Number#</TD> <TD ALIGN=CENTER ROWSPAN=5 WIDTH=50%> <IMG SRC="images/#Picture#.JPG"> </TD> </TR> <TR> <TD></TD> <TD ROWSPAN="4" ALIGN="LEFT" VALIGN="TOP"><CENTER><FONT SIZE="+2"><B>#Description#</B></CENTER></FONT><BR>Is this item available for purchase? #YesNoFormat(For_Purchase)#<BR> Is this item available for rent? #YesNoFormat(For_Rent)#<BR><BR>Unpainted Price: #DollarFormat(Price_Unpainted)#<BR>Painted Price: #DollarFormat(Price_painted)#<BR><BR>Regular Rental Price: #DollarFormat(Price_Rental_regular)#<BR>Special Rental Price: #DollarFormat(Price_Rental_special)#<!--- <BR>Decorated Price: #DollarFormat(Price_Decorated)#<BR>Undecorated Price: #DollarFormat(Price_Undecorated)# ---><br><br>Notes:<br> #Notes#</TD> </TR> <TR> <TD>Category: #Category#</TD> </TR> <TR> <TD>Style: #Style#</TD> </TR> </TABLE> <table width="80%" align="center"><tr><td> <!--- <pre> ---> <br> <div align="center"><b>Ordering Information</b></div><br><br> Terms: All orders are C.O.D. unless pre-payment accompanies order. We accept certified checks and money orders. <br><br> Shipping is via UPS pre-paid or C.O.D. All Schools will be billed on an open account upon receipt of your purchase order. Please allow 3 weeks to process an order. We will do our best to accomodate last minute rush orders. There will be a 15% rush charge for orders shipped within 7 business days.<br> The client is responsible for all rented items during their use and return shipment. Return shipments should be adequately insured. You will be billed for any damage or loss beyond normal use. All rental returns via UPS prepaid.<br><br> Special pricing is solely for tax exempt organizations.<br><br> Security deposit required on all rentals. The amount of the security deposit is based on the value of rentals.<br><br> **Our weapons are furnished as <b>THEATRICAL ACCESSORIES</b>. They are <b>NOT</b> to be used for battle. They are to be worn or carried ONLY. Use of our weapons for other than accessory purpose will be at your own risk and you will be charged for any damage. Combat swords are available upon request for purchase.<br><br> Most helmets are fitted with adjustable liners.<br> Breastplates and backs are adjusted with straps and buckles.<br> Breastplates rented seperately come with a set of back straps.<br> Undergarment is sized to fit average adult males.<br> Decorations from rental stock may vary from sale items.<br><br> Visitors welcome, by appointment only please.</td></tr></table> </CFOUTPUT> </BODY></HTML> I would like to add the paypal button just before the ordering information. Thanks, duper22 |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Cold Fusion Development > Cold Fusion link to Paypal shopping cart |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|