Hold the event of your dreams!
<div id="smart-button-container"> <div style="text-align: center;"> <div id="paypal-button-container"></div> </div> </div> https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo¤cy=USD <script> function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'donate', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Donation of ONE wreath","amount":{"currency_code":"USD","value":15,"breakdown":{"item_total":{"currency_code":"USD","value":15}}},"items":[{"name":"item name","unit_amount":{"currency_code":"USD","value":15},"quantity":"1","category":"DONATION"}]}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(orderData) { // Full available details console.log('Capture result', orderData, JSON.stringify(orderData, null, 2)); // Show a success message within this page, e.g. const element = document.getElementById('paypal-button-container'); element.innerHTML = ''; element.innerHTML = '<h3>Thank you for your payment!</h3>'; // Or go to another URL: actions.redirect('thank_you.html'); }); }, onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton(); </script>
Each year on National Wreaths Across America Day, our mission to Remember, Honor and Teach is carried out by coordinating wreath-laying ceremonies at Arlington Cemetery, as well as over 1,600 additional locations in all 50 states, at sea and abroad.
Morrill Worcester, owner of Worcester Wreath Company of Harrington, Maine was a 12 year old paper boy for the Bangor Daily News when he won a trip the Washington D. C. His first trip to our nation’s capital was one he would never forget, and Arlington National Cemetery made an especially indelible impression on him. This experience followed him thought our life and a successful career, reminding him that his good fortune was due, in large part, to the values of this nation and the veterans who made the ultimate sacrifice for their country. In 1992, Worcester Wreath found themselves with a surplus of wreaths nearing the end of the holiday season. Remembering his boyhood experience at Arlington, Worcester realized he had an opportunity to honor our country veterans. With the aid of The American Legion, VFW Posts and members of the community each wreath was decorated with traditional red, hand-tied bows. Members of the Maine State Society of Washington DC. Helped to organize the wreath-laying at the grave sites of veterans, which included a special ceremony at the “Tomb of the Unknown Soldier”?
Every year the wreaths are placed at Arlington National Cementer at 12:00 p. m. Eastern Standard Time and coordinating ceremonies take place at other cemeteries across our nation to remember our nation’s fallen Heroes. A wreath is placed at their grave site and their name is pronounced in remembrance of the service to our country. They will never be forgotten! On this day each of us needs to take a moment to thank our God for these fallen Heroes, their families and the ultimate sacrifice they gave us and our country.
<div id="smart-button-container"> <div style="text-align: center;"> <div id="paypal-button-container"></div> </div> </div> https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo¤cy=USD <script> function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'donate', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Donation of ONE wreath","amount":{"currency_code":"USD","value":15,"breakdown":{"item_total":{"currency_code":"USD","value":15}}},"items":[{"name":"item name","unit_amount":{"currency_code":"USD","value":15},"quantity":"1","category":"DONATION"}]}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(orderData) { // Full available details console.log('Capture result', orderData, JSON.stringify(orderData, null, 2)); // Show a success message within this page, e.g. const element = document.getElementById('paypal-button-container'); element.innerHTML = ''; element.innerHTML = '<h3>Thank you for your payment!</h3>'; // Or go to another URL: actions.redirect('thank_you.html'); }); }, onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton(); </script>
You must be logged in to post a comment.