This commit is contained in:
suresh 2023-09-14 13:12:19 +05:30
parent 5dda40c872
commit f0862fe372

View File

@ -455,7 +455,7 @@ $web_payment_sdk_url = $_ENV["ENVIRONMENT"] === Environment::PRODUCTION ? "https
<div class="col-xl-8"> <div class="col-xl-8">
<div class="address-form remember-section mb-5"> <div class="address-form remember-section mb-5">
<label class="rember-label" for="rememberMe">By placing your order, you agree to our company privacy policy and condition of use. <label class="rember-label" for="rememberMe">By placing your order, you agree to our company privacy policy and <a href="https://<?php echo $_SERVER['SERVER_NAME']; ?>/terms-conditions/" target="_blank">condition of use</a>.
<input type="checkbox" id="rememberMe"> <input type="checkbox" id="rememberMe">
<span class="checkmark"></span> <span class="checkmark"></span>
</label> </label>