Personal Finance Elective Package - 60280 (2024)

Personal Finance Elective Package - 60280 (1) S2K Commerce - Shopping Cart

Actions

" }); var addToListTimer; var popUpDurationJS = 15000; var isAddingVisibleJS = false; var isAddedVisibleJS = true;connect.subscribe("Add_To_Cart", function(obj){var submit=false;var submitType;//console.log("obj.items.length",obj.items.length);var items = json.toJson(obj.items);if(obj.items.length==1){if(!isNaN(obj.items[0].quantity) && obj.items[0].quantity>0){submit=true;submitType="single";}} else if(obj.items.length>1){submit=true;submitType="list";}if(submit){if(submitType=="single" && isAddingVisibleJS){displaySuccess(obj.items[0],"ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_addingDescription");addingToCart.startLoading();} else if(submitType=="list" && isAddingVisibleJS){//console.log("display List");displaySuccessList(obj.items,"ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_addingDescription");addingToCart.startLoading();}xhr.get({ url: "p0/IZ7_O96I02O009BI60Q5V7UE4L1GB3=CZ6_GHK6HJC0OG6S20Q8HU3K6R0G63=NJaddToCartAJAX=/", content:{"items":items, "sequenceNumber":'1', "currentUser":'anonymous', "sessionID":'null', "accountNumber":'WEBCUST', "shipTo":'', "location":'1', "minimumMultiple":'N', "imgPath":'/images/items/' }, load: function(data) { if (isAddingVisibleJS) addingToCart.endLoading(); var dataJSON = json.fromJson(data);//console.log("load",data);//console.log("data.success",dataJSON.success);//console.log("data.errorMsg",dataJSON.errorMsg);if(dataJSON.itemsAdded.length>0){if(submitType=="single" && isAddedVisibleJS){displaySuccess(dataJSON.itemsAdded[0],"ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip");} else if(submitType=="list" && isAddedVisibleJS){displaySuccessList(dataJSON.itemsAdded,"ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip");}window['addToCartCallback']();}if(dataJSON.itemsNotAdded.length>0){var msg = dataJSON.errorMsg;alert(msg);}displayQty(dataJSON);//obj.fields.forEach(function(widget,index,hash){//widget.set("value","");//}); // Redmine 10427: Add GA enhanced e-commerce tracking ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_triggerGAAddToCartEvent(dataJSON); }, error: function(error) { console.log("error",error); } });} else {alert("Quantities can only be numbers and greater than 0.");}});connect.subscribe("Quick_Add_Item_To_Cart", function(obj){//console.log("Quick_Add_Item_To_List obj",obj);if (isAddingVisibleJS) {displaySuccessList(obj.items,"validating");addingToCart.startLoading();}var items = json.toJson(obj.items);//console.log("items",items);xhr.get({ url: "p0/IZ7_O96I02O009BI60Q5V7UE4L1GB3=CZ6_GHK6HJC0OG6S20Q8HU3K6R0G63=NJaddToCartAJAX=/", content:{"items":items, "quickAdd":true, "sequenceNumber":'1', "currentUser":'anonymous', "sessionID":'null', "accountNumber":'WEBCUST', "shipTo":'', "location":'1', "minimumMultiple":'N', "imgPath":'/images/items/' }, load: function(data) { if (isAddingVisibleJS) addingToCart.endLoading(); var dataJSON = json.fromJson(data); if(dataJSON.success && dataJSON.itemsAdded.length>0 && isAddedVisibleJS){displaySuccessList(dataJSON.itemsAdded,"ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip");}connect.publish("Build_Quick_Grid",dataJSON);displayQty(dataJSON); }, error: function(error) { console.log("error",error); } });}); // Redmine 10427: Add GA enhanced e-commerce tracking var ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_triggerGAAddToCartEvent= function(dataJSON) { if (typeof dataLayer == "undefined") { var dataLayer = []; } dataLayer.push({ 'event': 'addToCart', 'ecommerce': { 'currencyCode': 'en', 'add': { 'products': [] } } }); var itemArray = new Array(); var itemsAdded = dataJSON.itemsAdded; for (var i = 0; i < itemsAdded.length; i++) { itemArray.push({ 'name': itemsAdded[i].description, 'id': itemsAdded[i].item, 'price': itemsAdded[i].price, 'quantity': parseInt(itemsAdded[i].qty) }); } for (var i = 0; i < dataLayer.length; i++) { if (dataLayer[i].event != null && dataLayer[i].event == "addToCart") { dataLayer[i].ecommerce.add.products = itemArray; } } } var displaySuccess = function(obj,cntHolder){//console.log("displaySuccess obj",obj);if(cntHolder=="ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip"){popup.open({ popup: itemPreview, around: dom.byId("qtyCartItems") }); } domConstruct.empty(cntHolder);var container = domConstruct.create("div",{class:"itemSuccessContainer"},cntHolder);if(cntHolder=="ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip"){var addedMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"Item Added to Your Cart"},container);} else {var addingMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"Adding to Your Cart"},container);}var imageContainer = domConstruct.create("div",{class:"image",onClick:"document.getElementById('qtyCartItems').click();"},container);var image = domConstruct.create("img",{src:obj.image},imageContainer);on.once(image,"error",function(){image.src = "/images/items/noImage-thumb.png";}); var infoCol = domConstruct.create("div",{class:"infoCol",onClick:"document.getElementById('qtyCartItems').click();"},container); var description = domConstruct.create("div",{class:"description",innerHTML:obj.description},infoCol); var itemNum = obj.itemNumber; var ndc = obj.ndc; var itemNumber = domConstruct.create("div",{class:"itemNumber",innerHTML:"Item #: "+itemNum},infoCol); var priceBox = domConstruct.create("div",{class:"priceBox"},infoCol); var price = domConstruct.create("span",{class:"price",innerHTML:currency.format(obj.price, {currency: "USD", places: 2})},priceBox);var uom = domConstruct.create("span",{class:"uom",innerHTML:obj.uom},priceBox);if(cntHolder=="ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip"){var popupTimer = setTimeout(function(){popup.close(itemPreview);},popUpDurationJS);}var close = domConstruct.create("div",{class:"close",onClick:"document.getElementById('qtyCartItems_dropdown').style.display='none';"},container);};var displaySuccessList = function(obj,cntHolder){//console.log("displaySuccessList obj",obj);//console.log(cntHolder);if(cntHolder=="validating"){domConstruct.empty("ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_addingDescription");var container = domConstruct.create("div",{class:"itemSuccessContainer"},"ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_addingDescription");var addedMessage = domConstruct.create("div",{class:"addedMessage loading",innerHTML:"Validating Items"},container);} else {if(cntHolder=="ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip"){popup.open({ popup: itemPreview, around: dom.byId("qtyCartItems") }); } domConstruct.empty(cntHolder);var container = domConstruct.create("div",{class:"itemSuccessContainer"},cntHolder);if(cntHolder=="ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip"){var addedMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"Items Added to Your Cart"},container);} else {var addingMessage = domConstruct.create("div",{class:"addedMessage",innerHTML:"The Following Items Are Being Added to Your Cart"},container);}var ol = domConstruct.create("ol",{onClick:"document.getElementById('qtyCartItems').click();"},container);array.forEach(obj,function(entry,i){var li = domConstruct.create("li",{innerHTML:"Personal Finance Elective Package - 60280 (2)"+entry.description},ol);});if(cntHolder=="ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_shoppingCartTip"){var popupTimer = setTimeout(function(){popup.close(itemPreview);},popUpDurationJS);}}var close = domConstruct.create("div",{class:"close",onClick:"document.getElementById('qtyCartItems_dropdown').style.display='none';"},container);};var Overlay = declare(null, {overlayNode:null,constructor:function(){// save a reference to the overlaythis.overlayNode = dom.byId("ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_addingToCartOverlay");},startLoading:function(){//console.log("this.overlayNode",this.overlayNode);domStyle.set(this.overlayNode,{display:"block",opacity:"1"});},// called to hide the loading overlayendLoading:function(){// fade the overlay gracefullyfx.fadeOut({node: this.overlayNode,onEnd: function(node){domStyle.set(node, 'display', 'none');}}).play();}});var clearNode = function(node){array.forEach(registry.findWidgets(node), function(w) {w.destroyRecursive();});domConstruct.empty(node);};var addingToCart = new Overlay();ready(function(){addingToCart.constructor();});var displayQty = function(dataJSON){if(dataJSON.cartQty>0){dom.byId("ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_itemsInCart").innerHTML=dataJSON.cartQty;domClass.add("ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_itemsInCart","display");var shoppingCartBar = query(".shoppingCartBar");domClass.add(shoppingCartBar[0],"itemsInCart");}if(dataJSON.cartQty>99){domClass.add("ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_itemsInCart","three_digit");}if(dataJSON.cartQty>999){domClass.add("ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_itemsInCart","four_digit");}};});var ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_viewCart = function(){window.location="/wps/portal/c/view-cart";};var ns_Z7_O96I02O009BI60Q5V7UE4L1GB3_home = function(){window.location="/";};

0Items

Personal Finance Elective Package - 60280 (3) S2K Commerce - Order Entry

Actions

Home>DECLARE (9th to 12th)>Electives>Personal Finance Elective

"+data.itemNumber; }else {skuItemNumber.value = "";skuItemNumDiv.innerHTML = "";}var itemDescriptionDiv = document.getElementById("itemDescription");var itemDescription = "";if (data.errCode != 'N') {itemDescription = "

";}else {itemDescription = "

";}itemDescriptionDiv.innerHTML = itemDescription;//display price boxvar priceBox = document.getElementById("itemPriceBox");priceBox.style.display = 'block';//set item priceif (document.getElementById("UMprice2")) {var suggPrcOffset = '.25';if (parseFloat(suggPrcOffset) == NaN)suggPrcOffset = 0.00;elsesuggPrcOffset = parseFloat(suggPrcOffset);var suggestedPrice = parseFloat(data.suggestedPrice) - suggPrcOffset;var priceElement2 = document.getElementById("UMprice2");if (data.errCode == 'A' || data.errCode == 'N' || parseFloat(suggestedPrice)<=parseFloat(data.itemPrice) || (data.errCode == 'R' && false)) {priceElement2.style.display = 'none';} else {priceElement2.style.display = 'block';var nplacesint = parseInt(dojo.attr(priceElement2, "currency"));if (isNaN(nplacesint))nplacesint = 2;var formattedPrice=dojo.currency.format(data.suggestedPrice, {currency: "USD", places: nplacesint});priceElement2.innerHTML = formattedPrice;} }if (document.getElementById("UMprice")) {var priceElement = document.getElementById("UMprice");if (data.errCode == 'A' || data.errCode == 'N') {priceElement.style.display = 'none';} else if (data.errCode == 'R' && false){priceElement.style.display = 'block';priceElement.innerHTML = '';} else {priceElement.style.display = 'block';var nplacesint = parseInt(dojo.attr(priceElement, "currency"));if (isNaN(nplacesint))nplacesint = 2;var formattedPrice=dojo.currency.format(data.itemPrice, {currency: "USD", places: nplacesint});priceElement.innerHTML = formattedPrice;} }//set Available Messageif (data.uomList != undefined && data.uomList.length>0){dojo.byId("itemStock").style.display = "block";dojo.byId("UMavail").innerHTML = data.uomList[0].avail;dojo.attr(dojo.byId("UMavail"), "class",data.uomList[0].stockStyle);}else {dojo.byId("itemStock").style.display = "none";dojo.byId("UMavail").innerHTML = "";dojo.attr(dojo.byId("UMavail"), "class","");}};var umList;var umListValues;var ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_createSKUUnitOfMeasureDisplay = function(data,itemNumber){var uomDiv = document.getElementById("umContainer");if (dijit.byId(itemNumber+"UMDrop")) {dijit.byId(itemNumber+"UMDrop").destroy();}var UMDrop = document.getElementById(itemNumber+"UMDrop");if (UMDrop) {dojo.destroy(UMDrop);}UMDrop = dojo.doc.createElement('input');dojo.attr(UMDrop, {id: itemNumber+"UMDrop",name: itemNumber+"UMDrop",type: "hidden",value: "0"});if (data.errCode != 'A' && data.errCode != 'N' && !(data.errCode == 'R' && false)) {if (data.uomList != undefined && data.uomList.length>0){if (data.uomList.length>1){for (var i=0; i

0) {qtyOne = data.customizationSetting[0].quantityOne;}newLastCartBoxDiv.className = "addToCart";if (document.getElementsByClassName("detailRow quantity").length > 0) { document.getElementsByClassName("detailRow quantity")[0].remove();}var detailRow = document.createElement("div");detailRow.className = "detailRow quantity";var detailField = document.createElement("div");detailField.className = "detailField";if (qtyOne == 'N') {var label = document.createElement("div");label.innerHTML = "Quantity:";label.className = "label";detailField.appendChild(label);}var quantityDiv = document.createElement("div");quantityDiv.id = "quantityDiv";quantityDiv.className = "field itemQuantity";if (dijit.byId("itemDetailQty")) {dijit.byId("itemDetailQty").destroy();}var quantityInput = dojo.doc.createElement('input');if (qtyOne == 'N') {dojo.attr(quantityInput, {id: "itemDetailQty",name: itemNumber+idUoM,type: "text",maxlength: "7",dojoType: "dijit.form.ValidationTextBox",regExp:"^\\d+$",promptMessage: "Enter Quantity",invalidMessage: "Please use numbers only",trim: "true"});} else {dojo.attr(quantityInput, {id: "itemDetailQty",name: itemNumber+idUoM,type: "hidden",value: "1"});}var uomList = data.uomList;var uomsAndMultipliers = "";for (var i = 0; i < uomList.length; i++) { var uomfl = uomList[i]; var uom = uomfl.uom; var orderMultiplier = uomfl.orderMultiple; var uomDescription = uom[0]; if (i != uomList.length - 1) { uomsAndMultipliers += uomDescription + ":" + orderMultiplier + ";" ; } else { uomsAndMultipliers += uomDescription + ":" + orderMultiplier; }}quantityDiv.appendChild(quantityInput);detailField.appendChild(quantityDiv);detailRow.appendChild(detailField);newLastCartBoxDiv.appendChild(detailRow);var addToCartButtonDiv = document.createElement("div");addToCartButtonDiv.className = "addToCartButton";if (dijit.byId("addToCartButton"))dijit.byId("addToCartButton").destroy();var addToCartButton = dojo.doc.createElement('button');dojo.attr(addToCartButton, {id: "addToCartButton",value: "Add To Cart",type: "button",dojoType: "dijit.form.Button", onclick:"return ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_submitToCartOnClick('itemDetailQty','"+uomsAndMultipliers+"','unused','"+addslashes(data.itemNumber)+"','"+itemNumber+"UoM')" });var spanIcon = document.createElement("span");spanIcon.className = "bIcon";var spanText = document.createElement("span");spanText.className = "bText";spanText.innerHTML = "Add To Cart";addToCartButton.appendChild(spanIcon);addToCartButton.appendChild(spanText);addToCartButtonDiv.appendChild(addToCartButton);newLastCartBoxDiv.appendChild(addToCartButtonDiv);}cartBoxDiv.replaceChild(newLastCartBoxDiv, lastCartBoxDiv);if (data.errCode != '')cartBoxDiv.style.width = "100%";dojo.parser.parse("cartBox");};var ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_createSKUPriceBreakDisplay = function(data){var priceBreaksDiv = document.getElementById("priceBreaks");priceBreaksDiv.innerHTML = "";if (data.uomList != undefined && data.uomList.length>0){for (var i=0; i0){var priceBreakDiv = dojo.doc.createElement('div');var pbClass = "hidePriceBreak";if (data.uomList.length==1) {pbClass = ""; }dojo.attr(priceBreakDiv, {class: "vaiComponent shadow "+pbClass,id: "priceBreak_"+i});var titleDiv = dojo.doc.createElement('div');dojo.attr(titleDiv, {dojoType: "dijit.TitlePane",title: "Price Break for UM:"+data.uomList[i].uom});var gridContainerDiv = dojo.doc.createElement('div');dojo.attr(gridContainerDiv, {class: "gridContainer",});var loadMaskDiv = dojo.doc.createElement('div');dojo.attr(loadMaskDiv, {class: "loadMask",});var loadIconDiv = dojo.doc.createElement('div');dojo.attr(loadIconDiv, {class: "loadMask",});var ajaxLoaderImg = dojo.doc.createElement('img');dojo.attr(ajaxLoaderImg, {src: "/PA_S2K-T-Oders-JSR286/images/".concat('ajax-loader.gif'),border: "0"});var table = dojo.doc.createElement('table');dojo.attr(table, {class: "rowGroup",});var headerRow = dojo.doc.createElement('tr');dojo.attr(headerRow, {class: "headerRow",});var headerQtyCell = dojo.doc.createElement('td');dojo.attr(headerQtyCell, {class: "headerCell right",});headerQtyCell.innerHTML = "Quantity";var headerPriceCell = dojo.doc.createElement('td');dojo.attr(headerPriceCell, {class: "headerCell right",});headerPriceCell.innerHTML = "Price";headerRow.appendChild(headerQtyCell);headerRow.appendChild(headerPriceCell);table.appendChild(headerRow);for (var j=0; j0){if (data.customizationSetting[0].quantityOne == 'Y') {isQtyOneItem = true;}if (data.customizationSetting[0].personalization == 'Y' || data.customizationSetting[0].sizing == 'Y') {isCustomizable = true;itemCustomization.style.display = "block";displayTemplate.style.display = "block";if (data.customizationSetting[0].personalization == 'Y'){ptValues = data.ptValues;ptList = {"identifier":"id","label":"label","items":ptValues};var userSelect = false;if (data.customizationSetting[0].classRequired == "Y") {userSelect = true;}ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_buildPersonalizationTemplate(userSelect);}if (data.customizationSetting[0].sizing == 'Y'){stValues = data.stValues;stList = {"identifier":"id","label":"label","items":stValues};ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_buildSizingTemplate();}}}document.getElementById("d_60280QtyOneItem").value = isQtyOneItem;document.getElementById("d_60280Customizable").value = isCustomizable;};var ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_createSKUImageDisplay = function(data) {var fullImage = "noImage.jpg";var fullImageText = '';var thumbImage = "noImage.jpg";var thumbImageAltText = '';ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_detailFullSizeImageLoadSource = "image";if (data.fullImage != '') {fullImage = data.fullImage;}if (data.thumbImage != '') {thumbImage = data.thumbImage;}if (data.fullImageAltText != '') {fullImageText = data.fullImageAltText;}else {fullImageText = data.itemNumber;}if (data.thumbImageAltText != '') {thumbImageAltText = data.thumbImageAltText;}else {thumbImageAltText = data.itemNumber;}ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_ids.zoomCleanup();dojo.destroy("ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_FullImage");var overlayNode = dojo.byId("loadOverlay_full");dojo.style( overlayNode, {display: 'block',opacity: 1});var imgEle = dojo.doc.createElement('img');dojo.attr(imgEle, {src: "/images/items/".concat(fullImage),alt: fullImageText,imgType: "fullImage",itemprop: "image",id: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_FullImage",style: {width: "auto", height: "auto"},className:"xzoom",xoriginal:"/images/items/".concat(fullImage),onload: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'full')",onerror: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_errorImage(this)"});ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_detailFullSizeImage = "/images/items/".concat(fullImage);dojo.place(imgEle, "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_FullImageContainer", "first");dojo.destroy("ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_ThumbImageContainer");if (data.images != undefined && data.images.length>0) {var imageDiv = dojo.doc.createElement('div');dojo.attr(imageDiv, {id: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_ThumbImageContainer",class: "imageThumbs"});var imageUI = dojo.doc.createElement('ul');dojo.attr(imageUI, {id: "imageUI",});var imageLI0 = dojo.doc.createElement('li');dojo.attr(imageLI0, {id: "thumbImage_0",class: "selected"});var overlayDiv0 = dojo.doc.createElement('div');dojo.attr(overlayDiv0, {id: "loadOverlay_0",class: "altImageLoadOverlay"});var a0 = dojo.doc.createElement('a'); dojo.attr(a0, {id: "a0",href: "javascript:ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_ids.showImage('0','')"});var selectOverlayDiv0 = dojo.doc.createElement('div');dojo.attr(selectOverlayDiv0, {class: "selectOverlay"});var imgEle0 = dojo.doc.createElement('img');dojo.attr(imgEle0, {src: "/images/items/".concat(thumbImage),alt: thumbImageAltText,fullImage: "/images/items/".concat(fullImage),fullAltTxt: fullImageText,imgType: "thumbImage",onload: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'0')",onerror: "this.src='/images/items/noImage.jpg';ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'0')"});dojo.place(imageDiv, "itemImage");dojo.place(imageUI,"ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_ThumbImageContainer","first");dojo.place(imageLI0, "imageUI", "first");dojo.place(overlayDiv0,"thumbImage_0");dojo.place(a0, "thumbImage_0", "first");dojo.place(selectOverlayDiv0,"a0");dojo.place(imgEle0, "a0", "first");var youtubePath = "http://www.youtube.com/watch?v=";var vimeoPath = "http://vimeo.com/";var videoId = "";for (var i=0; i-1) {videoId = image.fullFileName.substring(youtubePath.length);var a = dojo.doc.createElement('a'); dojo.attr(a, {id: "a_"+(i+1),href: "javascript:ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_ids.showVideo('"+(i+1)+"','youtube','')"});dojo.place(a, "thumbImage_"+(i+1), "first");dojo.place(selectOverlayDiv,"a_"+(i+1));var youtubeFrame = dojo.doc.createElement('img');dojo.attr(youtubeFrame, {src: "//img.youtube.com/vi/"+videoId+"/default.jpg",alt: image.thumbFileAltText,imgType: "thumbImage",videoID: videoId,onload: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'"+(i+1)+"')",onerror: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'"+(i+1)+"')"});dojo.place(youtubeFrame, "a_"+(i+1), "first");} else if(image.fullFileName.indexOf(vimeoPath)>-1) {videoId = image.fullFileName.substring(vimeoPath.length);var a = dojo.doc.createElement('a'); dojo.attr(a, {id: "a_"+(i+1),href: "javascript:ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_ids.showVideo('"+(i+1)+"','vimeo','')"});dojo.place(a, "thumbImage_"+(i+1), "first");dojo.place(selectOverlayDiv,"a_"+(i+1));var imgEle = dojo.doc.createElement('img');dojo.attr(imgEle, {alt: image.thumbFileAltText,id: "vimeo-"+videoId,videoID: videoId,imgType: "thumbImage",onload: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'"+(i+1)+"')",onerror: "this.src='/images/items/noImage.jpg';ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'"+(i+1)+"')"});dojo.place(imgEle, "a_"+(i+1), "first");window['showThumbStyle_'+(i+1)]=function(vimeoData){dojo.byId("vimeo-"+vimeoData[0].id).src=vimeoData[0].thumbnail_medium;};require(["dojo/ready", "dojo/query", "dojo/dom-construct"],function(ready, query, domConstruct){var buildImage = function(){var url = "//vimeo.com/api/v2/video/"+videoId+".json?callback=showThumbStyle_"+(i+1);var head = query("head");var script = domConstruct.create("script",{type:"text/javascript",src:url},head[0]);};ready(buildImage);});} else {var a = dojo.doc.createElement('a');dojo.attr(a, { id: "a_"+(i+1),href: "javascript:ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_ids.showImage('"+(i+1)+"','')"});dojo.place(a, "thumbImage_"+(i+1), "first");dojo.place(selectOverlayDiv,"a_"+(i+1));var imgEle = dojo.doc.createElement('img');dojo.attr(imgEle, {src: "/images/items/".concat(image.thumbFileName),alt: image.thumbFileAltText,fullImage: "/images/items/".concat(image.fullFileName),fullAltTxt: image.fullFileAltText,imgType: "thumbImage",onload: "ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'"+(i+1)+"')",onerror: "this.src='/images/items/noImage.jpg';ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_itemDetail_loadedImage(this,'"+(i+1)+"')"});dojo.place(imgEle, "a_"+(i+1), "first");}}}};

Item #: 60280

Available: 9.00

This one-semester course will help the student evaluate money and possessions in light of a Biblical worldview.

Recommended for 11th and 12th graders.

Overview

Money. Possessions. Are they evil? Are they good? What does God think about them? How does He want us to think about them? Why do we have money and possessions?

This one-semester course will help the student evaluate money and possessions in light of a Biblical worldview. It will also provide practical personal application of financial knowledge and money management skills. Three resources are scheduled in the lesson plans - Money Matters for Teens Workbook; Money, Possessions, and Eternity; and the Bible. We have discounted this package significantly to encourage all families to consider these important issues. Recommended for 11th and 12th graders.

Includes:

  • Money Matters for Teens Workbook
  • Money, Possessions, and Eternity
  • Daily Lesson Plans developed by My Father's World

45.90

";var filteringSelect = new dijit.form.FilteringSelect({id: fieldName,name: fieldName,promptMessage: "Select UM",invalidMessage: "Invalid UM",required: "true",store: myStore,searchAttr: "name"},"umField");dojo.connect(dijit.byId(fieldName), "onChange", function() {ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_swapUM(this.value);});ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_setDefaultUM(fieldName,umValue);};

Each

Quantity:

Personal Finance Elective Package - 60280 (4)

";var filteringSelect = new dijit.form.FilteringSelect({id: fieldName,name: fieldName,promptMessage: "Select UM",invalidMessage: "Invalid UM",required: "true",store: myStore,searchAttr: "name"}, "rel_umField"+theIndex);dojo.connect(dijit.byId(fieldName), "onChange", function() {ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_rel_swapUM(this.value,theIndex,itemNumber);});ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_rel_setDefaultUM(fieldName,umValue);};var ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_r_noImage = function(elem) {elem.src="/images/items/noImage-thumb.png";}; var ns_Z7_GHK6HJC0OG6S20Q8HU3K6R0Q22_onItemHREFClick_relatedItems = function(itemName, itemId, itemPrice) { dataLayer.push({ 'event': 'productClick', 'ecommerce': { 'click': { 'actionField': {'list': 'Related Items'}, 'products': [{ 'name': itemName, 'id': itemId, 'price': itemPrice }] } } }); }

Personal Finance Elective Package - 60280 (5)

Money, Possessions, and Eternity

Randy Alcorn

ISBN: 9780842353601

Money, Possessions, and Eternity by Randy Alcorn presents a Biblical and comprehensive view of money and possessions. It will challenge the student to view them as God's provision for our good, the good of others, and God's glory. Parents are encouraged to read this book, too!


Included with the Personal Finance elective.

Item#:

60200

Available:

45.00

Your Price:

19.95

Each

Money Matters for Teens Workbook

Larry Burkett

ISBN: 9780802463463

Money Matters for Teens Workbook by Larry Burkett will teach the student how to manage his money wisely. Some of the practical topics included are how to save for a car, college, or starting your own business; how to get a job and keep it; how to manage checking accounts and credit cards; and how to give money to make a difference in the world.


Included with the Personal Finance elective.

Item#:

60201

Available:

14.00

Your Price:

19.95

Each

Personal Finance, Daily Lesson Plans

Personal Finance Lesson Plansdeveloped by My Father's World: Easy-to-use lesson plans help keep the student on-track as he completes this course. Relevant Bible passages are also assigned, in which Jesus spoke about money and possessions.

Included with the Personal Finance elective.

Item#:

60202

Manufacturer Item:

60202

Available:

158.00

Your Price:

6.00

Each

  • Samples
Personal Finance Elective Package - 60280 (2024)
Top Articles
Latest Posts
Article information

Author: Geoffrey Lueilwitz

Last Updated:

Views: 5409

Rating: 5 / 5 (80 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Geoffrey Lueilwitz

Birthday: 1997-03-23

Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

Phone: +13408645881558

Job: Global Representative

Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.