www.one4alldigital.ie
Open in
urlscan Pro
34.253.28.221
Public Scan
URL:
https://www.one4alldigital.ie/my-gift-cards/redeem/index/h/C3AyrMmWSU6NVHVK
Submission: On April 24 via manual from MX — Scanned from DE
Submission: On April 24 via manual from MX — Scanned from DE
Form analysis
2 forms found in the DOMPOST
<form class="form claim-giftcard" id="claim-giftcard-form" data-bind="afterRender: bindSubscription" method="post" novalidate="novalidate">
<legend>
<ul class="sign-in-account-menu">
<li id="create-account" data-bind="css: { 'active': createAccount() && unknownEmail()}, click: clickAccountMenu" class="active">Create Account</li>
<li id="sign-in" data-bind="css: { 'active': !createAccount() || !unknownEmail() }, click: clickAccountMenu">Sign In</li>
</ul>
</legend>
<div class="password-hint">
<span class="known-email" data-bind="if: !unknownEmail()"></span>
</div>
<!-- ko if: createAccount() && unknownEmail() -->
<fieldset class="fieldset account-details" id="account-details">
<div class="field required">
<label class="label" for="firstname-input">
<span>First Name</span>
</label>
<div class="control">
<input type="text" id="firstname-input" name="firstname" class="input-text" data-validate="{required: true}" data-bind="value: formFirstName" aria-required="true">
</div>
</div>
<div class="field required">
<label class="label" for="lastname-input">
<span>Last Name</span>
</label>
<div class="control">
<input type="text" id="lastname-input" name="lastname" class="input-text" data-validate="{required: true}" data-bind="value: formLastName" aria-required="true">
</div>
</div>
<div class="field required">
<label class="label" for="telephone-input">
<span>Mobile number</span>
</label>
<div class="control" id="mobile-input-control">
<input type="tel" id="telephone-input" name="telephone" class="input-text" data-validate="{required: true, 'validate-o4a-mobile-tel':true}" data-bind="value: formMobile" aria-required="true">
</div>
</div>
</fieldset>
<!-- /ko -->
<fieldset class="fieldset account-sign-in" id="account-sign-in" data-bind="if: !isCustomerLoggedIn, visible: !isCustomerLoggedIn">
<div class="field required">
<label class="label" for="customer-email">
<span>Email Address</span>
</label>
<div class="control">
<input class="input-text" type="email" name="username" data-validate="{required:true, 'validate-email':true}" id="customer-email" data-bind="textInput: formEmail,event: { 'keyup': emailHasChanged }" aria-required="true">
</div>
</div>
<!-- ko if: createAccount() && unknownEmail() -->
<div class="field confirmation required">
<label class="label" for="customer-email-confirmation">
<span data-bind="i18n: 'Confirm email address'">Confirm email address</span>
</label>
<div class="control">
<input class="input-text" type="email" name="username" data-validate="{required:true, 'validate-email':true, equalTo:'#customer-email'}" onpaste="return false" oncopy="return false" autocomplete="off" id="customer-email-confirmation"
aria-required="true">
</div>
</div>
<!-- /ko -->
<div class="field password required">
<label class="label" for="customer-password">Password</label>
<div class="control">
<!-- TODO: get data-password-min-length and data-password-min-character-sets from config -->
<input type="password" class="input-text" name="password" id="customer-password" data-password-min-length="8" data-password-min-character-sets="4" data-validate="{required:true, 'validate-customer-password':true}" autocomplete="off"
data-bind="textInput: formPassword" aria-required="true">
</div>
</div>
<div class="secondary" data-bind="if: !createAccount() || !unknownEmail()"></div>
<div class="field confirmation required" data-bind="if: createAccount() && unknownEmail()">
<label class="label" for="password-confirmation">Confirm New Password</label>
<div class="control">
<input type="password" class="input-text" name="password_confirmation" id="password-confirmation" data-validate="{required:true,equalTo:'#customer-password'}" autocomplete="off" aria-required="true">
</div>
</div>
</fieldset>
<!-- ko if: createAccount() && unknownEmail() -->
<div class="marketing-messages">
<div class="legend"><span>Stay up to date</span></div><br>
<ul class="form-list">
<li class="field choice control">
<input type="checkbox" name="is_subscribed[email]" id="subscription[email]" value="1" title="Email" class="checkbox">
<label for="subscription[email]" class="label"><span>Email</span></label>
</li>
<li class="field choice control">
<input type="checkbox" name="is_subscribed[sms]" id="subscription[sms]" value="1" title="SMS" class="checkbox">
<label for="subscription[sms]" class="label"><span>SMS</span></label>
</li>
</ul>
<p class="form-note">
<span>Yes, I would like to receive occasional messages from One4all containing news, offers, competitions.</span>
<span>You can withdraw your consent at any time;</span>
<span>check out our Privacy Policy <a class="p-policy" href="https://www.one4alldigital.ie/privacy-policy-cookie-restriction-mode/">HERE</a> for details.</span>
</p>
</div>
<div class="field terms-use">
<span>By creating an account you accept the web & app <a href="#" data-trigger="content-modal">Terms of Use</a></span>
</div>
<!-- /ko -->
<button type="submit" class="action primary" data-bind="click: authUser" style="width: 100%;">Claim Gift Card</button>
</form>
POST
<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
<div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
<div class="field email required">
<label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
<div class="control">
<input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{"mage/trim-input":{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
autocomplete="off">
</div>
</div>
<div class="field password required">
<label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
<div class="control">
<input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
</div>
</div>
<!-- ko foreach: getRegion('additional-login-form-fields') -->
<!-- ko template: getTemplate() -->
<input name="captcha_form_id" type="hidden" data-bind="value: formId, attr: {'data-scope': dataScope}" value="user_login" data-scope="">
<!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
<!-- /ko -->
<!-- ko template: getTemplate() -->
<div data-bind="{
attr: {
'id': getReCaptchaId() + '-wrapper'
},
'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
<div class="g-recaptcha" id="recaptcha-popup-login">
<div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
<div class="grecaptcha-logo"><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeOc68bAAAAACoxemZXrcHnkivl1ZmecaN9x_ud&co=aHR0cHM6Ly93d3cub25lNGFsbGRpZ2l0YWwuaWU6NDQz&hl=de&v=4PnKmGB9wRHh1i04o7YUICeI&theme=light&size=invisible&badge=inline&cb=nksrbqjwiuw1"
width="256" height="60" role="presentation" name="a-68fctn9tnb74" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
<div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
</div>
<!-- /ko -->
<!-- /ko -->
<div class="actions-toolbar">
<input name="context" type="hidden" value="checkout">
<div class="primary">
<button type="submit" class="action action-login secondary" name="send" id="send2">
<span data-bind="i18n: 'Sign In'">Sign In</span>
</button>
</div>
<div class="secondary">
<a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.one4alldigital.ie/customer/account/forgotpassword/">
<span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
</a>
</div>
</div>
</div>
<input type="text" name="token" style="display: none">
</form>
Text Content
The store will not work correctly in the case when cookies are disabled. JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser. Skip to Content * * My gift cards * Sign In * Create an Account Toggle Nav Menu * For Business * How to Spend * Where to Spend * Check Balance * FAQs * Buy Now * How to Spend * Sign In * Create an Account Spend In-Store Launch One4all Instore App Load card into payment app Spend In-Store Load card into payment app My gift cards HOORAY! You've received a €100 Digital One4all Gift Card from Kerry. Claim your card to spend it in-store or online with thousands of stores. Claim your gift card Your message Hi, you have been awarded a One4All Digital Gift Card through Kerry's Inspiring People Recognition Program. KUDOS and Enjoy! There is no message with this digital gift card. HOW IT WORKS Claim your gift card to spend it in-store or online with thousands of stores. IN-STORE Select Spend In-store to download our app which will allow you to spend your card in-stores via Tap and Pay. ONLINE Select Spend Online to view the full card details, which can be used with our online retailers partners in their online checkout (like a Visa Debit Card). Claim your gift card Gift Card needs to be claimed within 3 months of receiving it. Valid for 12 months. close CLAIM GIFT CARD * Create Account * Sign In First Name Last Name Mobile number Email Address Confirm email address Password Confirm New Password Stay up to date * Email * SMS Yes, I would like to receive occasional messages from One4all containing news, offers, competitions. You can withdraw your consent at any time; check out our Privacy Policy HERE for details. By creating an account you accept the web & app Terms of Use Claim Gift Card COOKIES UND VERWANDTE TECHNOLOGIEN ZULASSEN Diese Website verwendet Cookies von Dritten und verwandte Technologien, um verschiedene Funktionen zu erfüllen, zu denen auch die Personalisierung von Anzeigen gehören kann. Klicken Sie auf Erforderliche Cookies, um eine begrenzte Anzahl von Cookies (und zugehörige Technologien) zuzulassen, oder auf Alle Cookies, um die Interaktion zwischen Ihrem Gerät und allen Cookies (und zugehörigen Technologien) zuzulassen. Wählen Sie Einstellungen verwalten für weitere Optionen und Informationen. Erforderliche Cookies Alle Cookies Einstellungen verwalten Add to Home Screen WEB & APP TERMS OF USE Close ONE4ALL WEBSITE AND APP TERMS AND CONDITIONS Issued 5th November 2021 PLEASE READ THESE TERMS AND CONDITIONS CAREFULLY BEFORE USING THIS WEBSITE OR THE APP WHAT’S IN THESE TERMS? These terms tell you the rules for using the website www.one4all.ie (“our site” or “this site”) and the One4all smartphone IOS/Android applications (“this App” or “the App”). ABOUT THIS WEBSITE AND THE APP This site and/or the App is operated by GVS Gift Voucher Shop DAC (“One4all”). GVS Gift Voucher Shop DAC is registered in Ireland under company number 348932. GVS Gift Voucher Shop DAC’s registered office is One4all, Unit 2, Swords Business Park, Swords, Dublin K67 PX82 and you can contact us via telephone on +353 1 8708100 (local call rates apply) or email at custserv@one4all.ie Our VAT number is IE6368932J. One4all provides this website, the App and associated card services to One4all cardholders. Cards are supplied by One4all either directly or on behalf of other companies. Your card terms can be found here. Your card (which you can manage through this site and/or the App) is issued by GVS Prepaid (Europe) Limited, an Electronic Money Institution regulated in the Republic of Ireland by the Central Bank of Ireland with Firm Reference number C189313; GVS Prepaid (Europe) Limited’s company registration number is 413979 and its registered office is at One4all, Unit 2, Swords Business Park, Swords, Dublin K67 PX82. The App is available to download to a smartphone through Android and iOS supported App stores. BY USING ONE4ALL’S SITE YOU ACCEPT THESE TERMS By using this site and/or the App, you confirm that you accept these terms and that you agree to comply with them. You are also responsible for ensuring that anyone who accesses this site and/or the App through your internet connection or smartphone are aware of and comply with these terms. If you do not agree to these terms, you must not use this site and/or the App. We recommend that you print a copy of these terms for future reference. THERE ARE OTHER TERMS THAT MAY APPLY TO YOU These terms refer to the following additional terms, which also apply to your use of this site and/or the App: * Privacy Notice, this sets out the terms on which One4all process any personal data it collects from you, or that you provide to One4all. By using this site and/or the App, you consent to such processing and you warrant that all data provided by you is accurate. We will only use your personal data as set out in our Privacy Notice. * Cookie Policy, this sets out information about the cookies on this site. If you purchase any products on this site, additional terms and conditions relating to those products as displayed on the relevant website will apply to the supply of those products unless we have agreed other terms with you in writing. CHANGES TO THESE TERMS One4all may, without prior notification or consent, amend these terms from time to time to reflect changes to our products. Every time you wish to use this site and/or the App, please check these terms to ensure you understand the terms that apply at that time. We will try to give you reasonable notice of any major changes. CHANGES TO THE SITE AND/OR THE APP One4all may update and change this site and/or the App from time to time without prior notification or consent to reflect changes to our products, users’ needs and business. If any changes made to the site and/or the App impact the card services provided we will tell you about them directly, where applicable and detailed in your card terms. ONE4ALL MAY SUSPEND OR WITHDRAW THE SITE AND/OR THE APP This site and the App are made available free of charge. One4all does not guarantee that this site and/or the App or any content on it, will always be available or be uninterrupted. We may suspend, withdraw, or restrict the availability of all or any part of this site and/or the App for business and operational reasons. We will try to give you reasonable notice of any suspension or withdrawal. YOU MUST KEEP YOUR ACCOUNT DETAILS SAFE If you choose, or you are provided with, a user identification code, login details, a password or any other piece of information as part of One4all’s security procedures, you must treat such information as confidential. You must not disclose it to any third party. One4all has the right to disable any user identification code, login details or password, whether chosen by you or allocated by us, at any time, if, in our reasonable opinion, you have failed to comply with any of the provisions of these terms. If you know or suspect that anyone other than you knows your user identification code, login details or password, you must promptly notify us by telephone on +353 1 8708100 (local call rates apply) or by email at custserv@one4all.ie. HOW YOU MAY USE ONE4ALL’s CONTENT ON THE SITE AND/OR APP One4all are the owner or the licensee of all intellectual property rights in this site, the App, and in the material published on them. Copyright laws and treaties around the world protect those works. All such rights are reserved. You may print off one copy, and may download extracts, of any page(s) from this site or views of the App for your personal use and you may draw the attention of others within your organisation to content posted on this site or the App. You must not modify the paper or digital copies of any materials you have printed off or downloaded in any way, and you must not use any illustrations, photographs, video or audio sequences or any graphics separately from any accompanying text. One4all’s status (and that of any identified contributors) as the authors of content on this site and/or the App must always be acknowledged. You must not use any part of the content on this site or the App for commercial purposes without obtaining a licence to do so from One4all or One4all’s licensors. If you print off, copy or download any part of this site or App in breach of these terms, your right to use this site and/or the App will cease immediately and you must, at our option, return or destroy any copies of the materials you have made. DO NOT RELY ON INFORMATION ON THIS SITE AND/OR APP The content on this site and/or the App is provided for general information only. It is not intended to amount to advice on which you should rely. You must obtain professional or specialist advice before taking, or refraining from, any action based on the content on this site and/or App. Although One4all make reasonable efforts to update the information on this site and/or the App, One4all make no representations, warranties or guarantees, whether express or implied, that the content on this site and/or App is accurate, complete or up to date. ONE4ALL ARE NOT RESPONSIBLE FOR ANY WEBSITE THAT OUR SITE AND/OR APP LINKS TO Where One4all’s site and/or App contains links to other sites and resources provided by third parties, these links are provided for your information only. One4all has no control over the contents of those sites or resources, and they have not been vetted or approved by us in any way SUSPENSION AND TERMINATION One4all will determine whether there has been a breach of any of these terms through your use of the site and/or the App. If a breach of these terms occurs, we may take appropriate actions which may include: immediate, temporary or permanent withdrawal of your right to use this site and/or the App; issuance of a warning to you; issuance of legal proceedings against you for reimbursement of all costs on an indemnity basis (including but not limited to, reasonable administrative and legal costs) resulting from your breach; disclosure of information to law enforcement authorities as we feel is necessary. If you breach these terms and One4all take action in response, it will not be liable for any loss you may suffer as a result. ONE4ALL RESPONSIBILITY FOR LOSS OR DAMAGE SUFFERED BY YOU Whether you are a consumer or a business user: * One4all do not exclude or limit in any way our liability to you where it would be unlawful to do so. This includes liability for death or personal injury caused by our negligence or the negligence of our employees, agents or subcontractors and for fraud or fraudulent misrepresentation. * Different limitations and exclusions of liability will apply to liability arising as a result of the supply of any products to you, which will be set out in our terms and conditions of supply. If you are a business user: * One4all exclude all implied conditions, warranties, representations or other terms that may apply to our site or any content on it. * Save as cannot be excluded at law, One4all will not be liable to you for any loss or damage, whether in contract, tort (including negligence), breach of statutory duty, or otherwise, even if foreseeable, arising under or in connection with: * use of, or inability to use, this site; or * use of or reliance on any content displayed on this site. In particular, we will not be liable for: * loss of profits, sales, business, or revenue; * business interruption; * loss of anticipated savings; * loss of business opportunity, goodwill or reputation; or * any other indirect or consequential loss or damage. If you are a consumer user: * Please note that we only provide this site and/or the App for domestic and private use. You agree not to use this site and/or App for any commercial or business purposes, and One4all have no liability to you for any loss of profit, loss of business, business interruption, or loss of business opportunity. * If defective digital content that One4all have supplied, damages a device or digital content belonging to you and this is caused by our failure to use reasonable care and skill, we will either repair the damage or pay you compensation. VIRUSES AND PROHIBITED USES One4all do not guarantee that this site and/or the App will be secure or free from bugs or viruses. You are responsible for configuring your information technology, computer programmes, smartphones and platform to access this site and/or the App. You should use your own virus protection software. You may use this site and/or the App only for lawful purposes. You may not use this site and/or the App: in any way that breaches any applicable local, national or international law or regulation in any way that is unlawful or fraudulent, or has any unlawful or fraudulent purpose or effect for the purpose of harming or attempting to harm minors in any way. You must not misuse this site and/or the App by knowingly introducing viruses, trojans, worms, logic bombs or other material that is malicious or technologically harmful. You must not attempt to gain unauthorised access to this site, the App, the server on which this site and/or the App is stored or any server, computer or database connected to this site and/or the App. You must not attack this site and/or the App via a denial-of-service attack or a distributed denial-of service attack. By breaching this provision, you would commit a criminal offence under the Criminal Justice (Theft and Fraud Offences) Act 2001 and any national legislation reflecting, implementing, or supplementing the foregoing, as updated, amended or replaced from time to time. One4all will report any such breach to the relevant law enforcement authorities and One4all will co-operate with those authorities by disclosing your identity to them. In the event of such a breach, your right to use One4all’s site and/or the App will cease immediately. RULES ABOUT LINKING TO OUR SITE You may link to One4all’s home page, provided you do so in a way that is fair and legal and does not damage our reputation or take advantage of it. You must not establish a link in such a way as to suggest any form of association, approval or endorsement on our part where none exists. You must not establish a link to One4all’s site in any website that is not owned by you. This site must not be framed on any other site, nor may you create a link to any part of this site other than the home page. One4all reserve the right to withdraw linking permission without notice. WHICH COUNTRY’S LAWS APPLY TO ANY DISPUTES? If you are a consumer, please note that these terms, their subject matter and their formation, are governed by English law. You and One4all both agree that the courts of England and Wales will have exclusive jurisdiction except that if you are a resident of Northern Ireland you may also bring proceedings in Northern Ireland, and if you are resident of Scotland, you may also bring proceedings in Scotland. If you are a business, these terms, their subject matter and their formation (and any non-contractual disputes or claims) are governed by English law. We both agree to the exclusive jurisdiction of the courts of England and Wales. ONE4ALL TRADE MARKS ARE REGISTERED One4all®, Favourites®, are trademarks owned by Blackhawk Network Holdings Inc. You are not permitted to use them without One4all’s approval, unless they are part of material you are using as permitted under these terms. Close Close Checkout as a new customer Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Create an Account Checkout using your account Email Address Password Sign In Forgot Your Password?