Skip to content

Instantly share code, notes, and snippets.

View carcam's full-sized avatar

Carlos (carcam) carcam

View GitHub Profile
@carcam
carcam / default_form.php
Last active August 16, 2017 12:14
Override to add privacy policy checkbox to com_contact
<?php
/**
* @author Carlos Cámara
* @url https://www.hepta.es
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
@carcam
carcam / ps_googleanalytics.tpl
Last active December 1, 2020 14:42
Override del módulo oficial de Analytics de PrestaShop 1.7 para usarlo sin cookies (Cookieless Analytics)
{**
* 2014-2020 Hepta Technologies SL
*
* INSTRUCCIONES:
*
* ESTE OVERRIDE SÓLO FUNCIONA PARA LA VERSIÓN 1.7 DE PRESTASHOP Y USANDO EL MÓDULO OFICIAL DE GOOGLE ANALYTICS
*
* Una vez configurado el módulo, sube este fichero a:
*
* /themes/[CARPETA DE TU TEMA]/modules/ps_googleanalytics/views/templates/hook/ps_googleanalytics.tpl
<?php
$moment = "tarde";
$moment = preg_filter('@[a-z]@', '\ ${0}', $moment);
echo $moment;