Skip to content

Commit

Permalink
Add PayPal button for Crescendo pieces & XRP field
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinokaiz2 committed May 6, 2024
1 parent e69280c commit 771048e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
26 changes: 12 additions & 14 deletions products/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ let products = [
link: "crescendo-note",
image: "crescendo-note.jpg",
price: "$1.00",
buy: `<strong style="color: red">Out of stock.</strong><br/>`,
// buy: `<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
// <input type="hidden" name="cmd" value="_s-xclick">
// <input type="hidden" name="hosted_button_id" value="RAJA3ULW3JFAJ">
// <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
// <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
// </form>`,
buy: `<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="P3UW8NTWSL6DN" />
<input type="hidden" name="currency_code" value="USD" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Add to Cart" />
</form>`,
blurb: "Orange ring game piece for MiniFRC: Crescendo.",
description: `
Orange ring game piece for MiniFRC: Crescendo. These lightweight rings are custom cut from jumbo pool noodles.
Expand All @@ -50,13 +49,12 @@ let products = [
link: "wagon-wheel",
image: "wagon-wheels.jpg",
price: "$1.00",
buy: `<strong style="color: red">Out of stock.</strong><br/>`,
// buy: `<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
// <input type="hidden" name="cmd" value="_s-xclick">
// <input type="hidden" name="hosted_button_id" value="FZ68FMG4ESJJY">
// <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
// <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
// </form>`,
buy: `<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="MXBGDMP8UMYY2" />
<input type="hidden" name="currency_code" value="USD" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Add to Cart" />
</form>`,
blurb: "Green Flywheel designed for shooting MiniFRC Crescendo Notes.",
description: `
Named after the pasta, these flywheels are meant to make playing MiniFRC Cresendo easier for everyone. These flywheels are designed for motors with 2mm shafts, like the ones found on TT-motors. check out our guide on <a href="https://www.alfredosys.com/news/tt-motor-flywheel-guide/">how to disassemble a TT-motor</a> to be used with a flywheel.
Expand Down
7 changes: 6 additions & 1 deletion xrp/xrp.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ let products = [
link: "mountain-mayhem-field-diy",
image: "xrp-field-diy.jpg",
price: "$95.89",
buy: `<strong style="color: blue">10 in stock. Email [email protected] for info</strong><br/>`,
buy: `<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="LSXPCGV594WK8" />
<input type="hidden" name="currency_code" value="USD" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Add to Cart" />
</form>`,
blurb: `The hardest to source parts for the Mountain Mayhem game field.`,
description: `Mountain Mayhem is an exciting and accessible robot game designed for the <a href="https://www.sparkfun.com/products/22230">XRP platform</a>. Created in collaboration with FIRST, Mountain Mayhem is the perfect arena to hone one's roboting skills. Good for educators, students, FIRST teams, hobbyists, and more. In this game, take on the challenge of clearing the slide area, scoring snow in the reservoirs, scoring rocks in the quarry, and parking on the pass at the end of the game for big bonus points!
<br/><br/>
Expand Down

0 comments on commit 771048e

Please sign in to comment.