{* * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-) * * @author VEKIA https://www.prestashop.com/forums/user/132608-vekia/ * @copyright 2010-2020 VEKIA * @license This program is not free software and you can't resell and redistribute it * * CONTACT WITH DEVELOPER http://mypresta.eu * support@mypresta.eu *} {if $order_id == false && Tools::getValue('debug') == 1}
{l s='Payment module does not include id_order or id_cart param. It is not possible to create purchase event tracking (fb pixel).' mod='fbpixel'}
{else} {if Configuration::get('FBPIXEL_PURCHASE')==1} {if Configuration::get('FBPIXEL_DPA')==1} {literal} {/literal} {else} {literal} {/literal} {/if} {/if} {/if}