{"id":6924,"date":"2023-10-09T16:42:08","date_gmt":"2023-10-09T14:42:08","guid":{"rendered":"https:\/\/creationsdelodie.com\/gift-card-balance\/"},"modified":"2025-11-13T14:31:43","modified_gmt":"2025-11-13T13:31:43","slug":"gift-card-balance","status":"publish","type":"page","link":"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/","title":{"rendered":"Gift Card Balance"},"content":{"rendered":"<div class=\"wps-gift-card-balance-shortcode\"><div class=\"wps-shortcode-balance-form\"><p><label for=\"wps_shortcode_gift_card_email\">Email Address:<\/label><input type=\"email\" id=\"wps_shortcode_gift_card_email\" class=\"wps-shortcode-input\" placeholder=\"Enter your email\" required \/><\/p><p><label for=\"wps_shortcode_gift_card_code\">Gift Card Code:<\/label><input type=\"text\" id=\"wps_shortcode_gift_card_code\" class=\"wps-shortcode-input\" placeholder=\"Enter gift card code\" required \/><\/p><p><button type=\"button\" id=\"wps_shortcode_check_balance\" class=\"button wps-shortcode-button\" style=\"background-color: #663399; color: #fff; border: none; padding: 10px 20px; cursor: pointer; width: 100%; border-radius: 3px;\">Check Balance<\/button><\/p><div id=\"wps_shortcode_loader\" style=\"display: none; text-align: center; margin: 10px 0;\"><span class=\"wps-shortcode-spinner\" style=\"display: inline-block; width: 20px; height: 20px; border: 3px solid #663399; border-top-color: transparent; border-radius: 50%; animation: wps-spin 1s linear infinite;\"><\/span><span>Checking...<\/span><\/div><div id=\"wps_shortcode_balance_result\" style=\"margin-top: 15px;\"><\/div><\/div><\/div><style>.wps-gift-card-balance-shortcode .wps-shortcode-input {width: 100%;padding: 8px;border: 1px solid #ddd;border-radius: 3px;box-sizing: border-box;}.wps-gift-card-balance-shortcode label {display: block;margin-bottom: 5px;font-weight: 600;}.wps-gift-card-balance-shortcode p {margin-bottom: 15px;}.wps-gift-card-balance-shortcode .wps-shortcode-button:hover {opacity: 0.9;}@keyframes wps-spin {to { transform: rotate(360deg); }}#wps_shortcode_balance_result .wps-balance-info {background: #f8f9fa;padding: 15px;border-radius: 5px;border-left: 4px solid #663399;}#wps_shortcode_balance_result .wps-error {color: #d63638;padding: 10px;background: #ffe6e6;border-radius: 3px;border-left: 4px solid #d63638;}<\/style><script type=\"text\/javascript\">jQuery(document).ready(function($) {$(\"#wps_shortcode_check_balance\").on(\"click\", function() {var email = $(\"#wps_shortcode_gift_card_email\").val().trim();var code = $(\"#wps_shortcode_gift_card_code\").val().trim();if (!email || !code) {$(\"#wps_shortcode_balance_result\").html(\"<div class=\\\"wps-error\\\">Please enter both email and gift card code.<\/div>\");return;}$(\"#wps_shortcode_loader\").show();$(\"#wps_shortcode_balance_result\").html(\"\");$(\"#wps_shortcode_check_balance\").prop(\"disabled\", true);$.ajax({url: \"https:\/\/creationsdelodie.com\/wp-admin\/admin-ajax.php\",type: \"POST\",data: {action: \"wps_uwgc_check_gift_balance_org\",email: email,coupon: code,wps_wgm_nonce_check: \"9b485b3f7a\"},dataType: \"json\",success: function(response) {$(\"#wps_shortcode_loader\").hide();$(\"#wps_shortcode_check_balance\").prop(\"disabled\", false);if (response.result === true) {$(\"#wps_shortcode_balance_result\").html(\"<div class=\\\"wps-balance-info\\\">\" + response.html + \"<\/div>\");setTimeout(function() {initializeShortcodeCopyButtons();}, 100);} else {$(\"#wps_shortcode_balance_result\").html(\"<div class=\\\"wps-error\\\">\" + response.message + \"<\/div>\");}},error: function() {$(\"#wps_shortcode_loader\").hide();$(\"#wps_shortcode_check_balance\").prop(\"disabled\", false);$(\"#wps_shortcode_balance_result\").html(\"<div class=\\\"wps-error\\\">An error occurred. Please try again.<\/div>\");}});});$(\"#wps_shortcode_gift_card_email, #wps_shortcode_gift_card_code\").on(\"keypress\", function(e) {if (e.which === 13) {$(\"#wps_shortcode_check_balance\").click();}});function initializeShortcodeCopyButtons() {$(\".wps-copy-balance-btn\").off(\"click\").on(\"click\", function() {var button = $(this);var couponCode = button.attr(\"data-coupon\");var originalText = button.text();var buttonColor = \"#663399\";if (navigator.clipboard && navigator.clipboard.writeText) {navigator.clipboard.writeText(couponCode).then(function() {button.text(\"Copied!\");button.css(\"background\", \"#28a745\");setTimeout(function() {button.text(originalText);button.css(\"background\", buttonColor);}, 2000);}).catch(function(err) {console.error(\"Failed to copy:\", err);});} else {var textArea = document.createElement(\"textarea\");textArea.value = couponCode;textArea.style.position = \"fixed\";textArea.style.left = \"-999999px\";document.body.appendChild(textArea);textArea.select();try {document.execCommand(\"copy\");button.text(\"Copied!\");button.css(\"background\", \"#28a745\");setTimeout(function() {button.text(originalText);button.css(\"background\", buttonColor);}, 2000);} catch (err) {console.error(\"Failed to copy:\", err);}document.body.removeChild(textArea);}});}});<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6924","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gift Card Balance - Cr\u00e9ations d&#039;Elodie<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gift Card Balance - Cr\u00e9ations d&#039;Elodie\" \/>\n<meta property=\"og:url\" content=\"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/\" \/>\n<meta property=\"og:site_name\" content=\"Cr\u00e9ations d&#039;Elodie\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100093173873625\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-13T13:31:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/creationsdelodie.com\\\/en\\\/gift-card-balance\\\/\",\"url\":\"https:\\\/\\\/creationsdelodie.com\\\/en\\\/gift-card-balance\\\/\",\"name\":\"Gift Card Balance - Cr\u00e9ations d&#039;Elodie\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/creationsdelodie.com\\\/#website\"},\"datePublished\":\"2023-10-09T14:42:08+00:00\",\"dateModified\":\"2025-11-13T13:31:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/creationsdelodie.com\\\/en\\\/gift-card-balance\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/creationsdelodie.com\\\/en\\\/gift-card-balance\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/creationsdelodie.com\\\/en\\\/gift-card-balance\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/creationsdelodie.com\\\/en\\\/cute-shop\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gift Card Balance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/creationsdelodie.com\\\/#website\",\"url\":\"https:\\\/\\\/creationsdelodie.com\\\/\",\"name\":\"Cr\u00e9ations d&#039;Elodie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/creationsdelodie.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gift Card Balance - Cr\u00e9ations d&#039;Elodie","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/","og_locale":"en_US","og_type":"article","og_title":"Gift Card Balance - Cr\u00e9ations d&#039;Elodie","og_url":"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/","og_site_name":"Cr\u00e9ations d&#039;Elodie","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100093173873625","article_modified_time":"2025-11-13T13:31:43+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/","url":"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/","name":"Gift Card Balance - Cr\u00e9ations d&#039;Elodie","isPartOf":{"@id":"https:\/\/creationsdelodie.com\/#website"},"datePublished":"2023-10-09T14:42:08+00:00","dateModified":"2025-11-13T13:31:43+00:00","breadcrumb":{"@id":"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/creationsdelodie.com\/en\/gift-card-balance\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/creationsdelodie.com\/en\/gift-card-balance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/creationsdelodie.com\/en\/cute-shop\/"},{"@type":"ListItem","position":2,"name":"Gift Card Balance"}]},{"@type":"WebSite","@id":"https:\/\/creationsdelodie.com\/#website","url":"https:\/\/creationsdelodie.com\/","name":"Cr\u00e9ations d&#039;Elodie","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/creationsdelodie.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/creationsdelodie.com\/en\/wp-json\/wp\/v2\/pages\/6924","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/creationsdelodie.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/creationsdelodie.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/creationsdelodie.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/creationsdelodie.com\/en\/wp-json\/wp\/v2\/comments?post=6924"}],"version-history":[{"count":1,"href":"https:\/\/creationsdelodie.com\/en\/wp-json\/wp\/v2\/pages\/6924\/revisions"}],"predecessor-version":[{"id":6943,"href":"https:\/\/creationsdelodie.com\/en\/wp-json\/wp\/v2\/pages\/6924\/revisions\/6943"}],"wp:attachment":[{"href":"https:\/\/creationsdelodie.com\/en\/wp-json\/wp\/v2\/media?parent=6924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}