<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>T-shirts &#8211; The Journey School</title>
	<atom:link href="https://www.thejourneyschool.org/tag/t-shirts/feed" rel="self" type="application/rss+xml" />
	<link>https://www.thejourneyschool.org</link>
	<description>Free Public Charter School</description>
	<lastBuildDate>Wed, 23 Aug 2023 16:41:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.thejourneyschool.org/wp-content/uploads/2025/11/cropped-TJSLogo-square-300x300.png</url>
	<title>T-shirts &#8211; The Journey School</title>
	<link>https://www.thejourneyschool.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Get Your Field Day T-shirt!</title>
		<link>https://www.thejourneyschool.org/get-your-field-day-tshirt</link>
		
		<dc:creator><![CDATA[The Journey School]]></dc:creator>
		<pubDate>Thu, 11 May 2023 16:29:23 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[field day]]></category>
		<category><![CDATA[T-shirts]]></category>
		<category><![CDATA[The Journey School]]></category>
		<guid isPermaLink="false">https://www.thejourneyschool.org/?p=11329</guid>

					<description><![CDATA[Field Day T-shirts $5.oo cash or $6.oo Credit Card in the school office: Students who purchase their T-Shirt will be able to color them at school during the last week of school (We will keep them at school until field <span class="readmore"><a href="https://www.thejourneyschool.org/get-your-field-day-tshirt">Continue Reading</a></span>]]></description>
										<content:encoded><![CDATA[
<p>Field Day T-shirts $5.oo cash or $6.oo Credit Card in the school office: Students who purchase their T-Shirt will be able to color them at school during the last week of school (We will keep them at school until field day).</p>



<p>You may also order a T-shirt online here:</p>



<div id="smart-button-container">
      <div style="text-align: center;">
        <div style="margin-bottom: 1.25rem;">
          <p>2023 Field Day T-shirt</p>
          <select id="item-options"><option value="Child-Small" price="6.00">Child Small &#8211; 6.00 USD</option><option value="Child-Medium" price="6.00">Child Medium &#8211; 6.00 USD</option><option value="Child-Large" price="6.00">Child Large &#8211; 6.00 USD</option><option value="Adult-Small" price="6.00">Adult Small &#8211; 6.00 USD</option><option value="Adult-Medium" price="6.00">Adult Medium &#8211; 6.00 USD</option><option value="Adult-Large" price="6.00">Adult Large &#8211; 6.00 USD</option><option value="Adult-X-Large" price="6.00">Adult Extra Large &#8211; 6.00 USD</option></select>
          <select style="visibility: hidden" id="quantitySelect"></select>
        </div>
      <div id="paypal-button-container"></div>
      </div>
    </div>
    <script src="https://www.paypal.com/sdk/js?client-id=AX8_uKOVmZctU4sttmdrLb4dVB9fELeF3G7UhYUqIV_nh3D-fMj15xRCmb09RXXvDAcCiFrx6M48YpfS&amp;enable-funding=venmo&amp;currency=USD" data-sdk-integration-source="button-factory"></script>
    <script>
      function initPayPalButton() {
        var shipping = 0;
        var itemOptions = document.querySelector("#smart-button-container #item-options");
    var quantity = parseInt();
    var quantitySelect = document.querySelector("#smart-button-container #quantitySelect");
    if (!isNaN(quantity)) {
      quantitySelect.style.visibility = "visible";
    }
    var orderDescription = '2023 Field Day T-shirt';
    if(orderDescription === '') {
      orderDescription = 'Item';
    }
    paypal.Buttons({
      style: {
        shape: 'rect',
        color: 'gold',
        layout: 'vertical',
        label: 'paypal',
        
      },
      createOrder: function(data, actions) {
        var selectedItemDescription = itemOptions.options[itemOptions.selectedIndex].value;
        var selectedItemPrice = parseFloat(itemOptions.options[itemOptions.selectedIndex].getAttribute("price"));
        var tax = (0 === 0 || false) ? 0 : (selectedItemPrice * (parseFloat(0)/100));
        if(quantitySelect.options.length > 0) {
          quantity = parseInt(quantitySelect.options[quantitySelect.selectedIndex].value);
        } else {
          quantity = 1;
        }

        tax *= quantity;
        tax = Math.round(tax * 100) / 100;
        var priceTotal = quantity * selectedItemPrice + parseFloat(shipping) + tax;
        priceTotal = Math.round(priceTotal * 100) / 100;
        var itemTotalValue = Math.round((selectedItemPrice * quantity) * 100) / 100;

        return actions.order.create({
          purchase_units: [{
            description: orderDescription,
            amount: {
              currency_code: 'USD',
              value: priceTotal,
              breakdown: {
                item_total: {
                  currency_code: 'USD',
                  value: itemTotalValue,
                },
                shipping: {
                  currency_code: 'USD',
                  value: shipping,
                },
                tax_total: {
                  currency_code: 'USD',
                  value: tax,
                }
              }
            },
            items: [{
              name: selectedItemDescription,
              unit_amount: {
                currency_code: 'USD',
                value: selectedItemPrice,
              },
              quantity: quantity
            }]
          }]
        });
      },
      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>



<p>T-shirt orders are due by Friday, May 26.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" src="https://www.thejourneyschool.org/wp-content/uploads/2021/06/running-kids.jpg" alt="running kids" class="wp-image-2885" width="414" height="276" srcset="https://www.thejourneyschool.org/wp-content/uploads/2021/06/running-kids.jpg 828w, https://www.thejourneyschool.org/wp-content/uploads/2021/06/running-kids-300x200.jpg 300w, https://www.thejourneyschool.org/wp-content/uploads/2021/06/running-kids-768x512.jpg 768w, https://www.thejourneyschool.org/wp-content/uploads/2021/06/running-kids-480x320.jpg 480w" sizes="(max-width: 414px) 100vw, 414px" /></figure>
</div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
