Price: $200 for 20 plumes Shipping Cost: $24 shipping to continental US. If you need shipping to other locales, just ask! Availability: Immediately! function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'blue', layout: 'vertical', label: 'buynow', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Set of 20, gently used 14\" Millenium plumes. These fit into any standard sized marching band hat slot.","amount":{"currency_code":"USD","value":224,"breakdown":{"item_total":{"currency_code":"USD","value":200},"shipping":{"currency_code":"USD","value":24},"tax_total":{"currency_code":"USD","value":0}}}}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); }, onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton();
Availability: Immediately! function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'blue', layout: 'vertical', label: 'buynow', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Set of 20, gently used 14\" Millenium plumes. These fit into any standard sized marching band hat slot.","amount":{"currency_code":"USD","value":224,"breakdown":{"item_total":{"currency_code":"USD","value":200},"shipping":{"currency_code":"USD","value":24},"tax_total":{"currency_code":"USD","value":0}}}}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); }, onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton();
Shipping: $24 shipping to continental US. If you need shipping to other locales, just ask! Availability: Immediately! function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'blue', layout: 'vertical', label: 'buynow', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Set of 20, gently used 14\" Millenium plumes. These fit into any standard sized marching band hat slot.","amount":{"currency_code":"USD","value":224,"breakdown":{"item_total":{"currency_code":"USD","value":200},"shipping":{"currency_code":"USD","value":24},"tax_total":{"currency_code":"USD","value":0}}}}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); }, onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton();
Iridescent black feather plumes
This is a set of 20 gently used, iridescent black 14� Millenium
feather plumes. They will fit any standard size shako port
These would be great for marching band, theatre productions,
commercials, movies or any event with a military or marching band theme
Item Price:
$200 for 20 plumes
Shipping Cost:
$24 shipping to continental US
If you need shipping to other locales, just ask!
Availability:
Immediately!
function initPayPalButton() {
paypal.Buttons({
style: {
shape: 'rect',
color: 'blue',
layout: 'vertical',
label: 'buynow',
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{"description":"Set of 20, gently used 14\" Millenium plumes. These fit into any standard sized marching band hat slot.","amount":{"currency_code":"USD","value":224,"breakdown":{"item_total":{"currency_code":"USD","value":200},"shipping":{"currency_code":"USD","value":24},"tax_total":{"currency_code":"USD","value":0}}}}]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(details) {
alert('Transaction completed by ' + details.payer.name.given_name + '!');
});
},
onError: function(err) {
console.log(err);
}
}).render('#paypal-button-container');
}
initPayPalButton();