106 lines
5.8 KiB
Smarty
106 lines
5.8 KiB
Smarty
{**
|
||
* 2010-2020 Webkul.
|
||
*
|
||
* NOTICE OF LICENSE
|
||
*
|
||
* All right is reserved,
|
||
* Please go through this link for complete license : https://store.webkul.com/license.html
|
||
*
|
||
* DISCLAIMER
|
||
*
|
||
* Do not edit or add to this file if you wish to upgrade this module to newer
|
||
* versions in the future. If you wish to customize this module for your
|
||
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
|
||
*
|
||
* @author Webkul IN <support@webkul.com>
|
||
* @copyright 2010-2020 Webkul IN
|
||
* @license https://store.webkul.com/license.html
|
||
*}
|
||
|
||
<div class="wk-condition wk-box">
|
||
<article class="col-md-12 wkpadding">
|
||
{if $conditions_to_approve|count}
|
||
<p class="ps-hidden-by-js">
|
||
{l s='By confirming the order, you certify that you have read and agree with all of the conditions below:' mod='wkonepagecheckout'}
|
||
</p>
|
||
<form id="conditions-to-approve" method="GET">
|
||
<ul>
|
||
{foreach from=$conditions_to_approve item="condition" key="condition_name"}
|
||
<li>
|
||
<div class="float-xs-left">
|
||
<span class="custom-checkbox">
|
||
<input
|
||
id="conditions_to_approve[{$condition_name}]"
|
||
name="conditions_to_approve[{$condition_name}]"
|
||
required
|
||
type="checkbox"
|
||
value="1"
|
||
class="ps-shown-by-js wk-condition-check">
|
||
<span><i class="material-icons checkbox-checked"></i></span>
|
||
</span>
|
||
</div>
|
||
<div class="condition-label">
|
||
{if $language.id == 1}
|
||
<label class="js-terms" for="conditions_to_approve[{$condition_name}]">Potwierdzam, że zapoznałem się i akceptuję <a href="/pl/content/3-regulamin" target="_blank">regulamin</a> sklepu internetowego.</label>
|
||
{elseif $language.id == 2}
|
||
<label class="js-terms" for="conditions_to_approve[{$condition_name}]">I confirm that I have read and accepted the <a href="/gb/content/3-statute" target="_blank">regulations</a> of the online store.</label>
|
||
{/if}
|
||
</div>
|
||
</li>
|
||
{/foreach}<li>
|
||
<div class="float-xs-left">
|
||
<span class="custom-checkbox">
|
||
<input id="conditions_to_approve[2]" name="conditions_to_approve[2]" required type="checkbox" value="1" class="ps-shown-by-js wk-condition-check">
|
||
<span><i class="material-icons checkbox-checked"></i></span>
|
||
</span>
|
||
</div>
|
||
<div class="condition-label">
|
||
{if $language.id == 1}
|
||
<label class="js-terms" for="conditions_to_approve[2]">Potwierdzam, że zapoznałem się z <a href="/pl/content/2-polityka-prywatnosci" target="_blank">polityką prywatności</a> sklepu internetowego</label>
|
||
<small>Administratorem danych osobowych zbieranych za pośrednictwem sklepu internetowego jest Sprzedawca (PRZEDSIĘBIORSTWO PRODUKCYJNO-HANDLOWO-USŁUGOWE "2M" SPÓŁKA Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ). Dane są lub mogą być przetwarzane w celach oraz na podstawach wskazanych szczegółowo w polityce prywatności (np. realizacja umowy, marketing bezpośredni). Polityka prywatności zawiera pełną informację na temat przetwarzania danych przez administratora wraz z prawami przysługującymi osobie, której dane dotyczą. Szybki kontakt z administratorem: zam@redline.com.pl</small>
|
||
{elseif $language.id == 2}
|
||
<label class="js-terms" for="conditions_to_approve[2]">I confirm that I have read the <a href="/gb/content/2-privacy-policy" target="_blank">privacy policy</a> of the online store.</label>
|
||
<small>The administrator of personal data collected via the online store is the Seller (PRODUCTION, TRADE AND SERVICE COMPANY "2M" LIMITED LIABILITY COMPANY). The data is or may be processed for the purposes and on the grounds specified in detail in the privacy policy (e.g. contract performance, direct marketing). The privacy policy contains full information on data processing by the administrator along with the rights of the data subject. Quick contact with the administrator: zam@redline.com.pl</small>
|
||
{/if}
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</form>
|
||
{/if}
|
||
<div id="wk-payment-confirmation">
|
||
<div class="ps-shown-by-js">
|
||
<button type="submit" class="btn btn-primary center-block wkcustomizerbtn" {if $conditions_to_approve|count}disabled="disabled"{/if}>
|
||
{l s='Order with an obligation to pay' mod='wkonepagecheckout'}
|
||
</button>
|
||
</div>
|
||
</div>
|
||
|
||
{* Danger : - Dont't alter this div, we have used this div to append prestashop button to make payment *}
|
||
<div class="wk_ps_payment_button wkhide"></div>
|
||
{* *}
|
||
|
||
<div id="wkcondition_info"></div>
|
||
</article>
|
||
</div>
|
||
|
||
{* Load CMS pop for terms and condition*}
|
||
<div class="modal fade" id="modal">
|
||
<div class="modal-dialog" role="document">
|
||
<div class="modal-content">
|
||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||
<span aria-hidden="true">×</span>
|
||
</button>
|
||
<div class="js-modal-content"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<style>
|
||
.wkcustomizerbtn {
|
||
background-color : {Configuration::get('WK_CHECKOUT_BUTTON_COLOR')} !important;
|
||
font-size: {Configuration::get('WK_CHECKOUT_BUTTON_FONT_SIZE')}px !important;
|
||
color: {Configuration::get('WK_CHECKOUT_BUTTON_FONT_COLOR')} !important;
|
||
font-family: {$fontfamily} !important;
|
||
}
|
||
|
||
</style>
|