Skip to content

Instantly share code, notes, and snippets.

View ffflabs's full-sized avatar

Felipe Figueroa ffflabs

View GitHub Profile
@ffflabs
ffflabs / cobertura.geojson
Created June 13, 2019 19:42
Polígono de cobertura
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ffflabs
ffflabs / 500_atributos.yaml
Created November 29, 2018 20:47
Atributos normalizados (500 attributos)
This file has been truncated, but you can view the full file.
NISSSENTRFL-05:
descontinuado: false
segmento: C-Sedan
cod: NISSSENTRFL-05
fecha_de_precio: 05-11-2018
precio_de_lista: "12490000"
bonificacion: "900000"
bonos_adicionales: ""
bono_de_financiacion: "400000"
bonificacion_calculada: "900000"
@ffflabs
ffflabs / 970_atributos.yaml
Created November 29, 2018 20:45
Autos con 970 atributos
This file has been truncated, but you can view the full file.
NISSSENTRFL-05:
descontinuado: false
segmento: C-Sedan
cod: NISSSENTRFL-05
fecha_de_precio: 05-11-2018
precio_de_lista: "12490000"
bonificacion: "900000"
bonos_adicionales: ""
bono_de_financiacion: "400000"
bonificacion_calculada: "900000"
@ffflabs
ffflabs / autos.json
Created November 29, 2018 20:44
Autos con atributos normalizados (500 atributos)
This file has been truncated, but you can view the full file.
{
"NISSSENTRFL-05": {
"descontinuado": false,
"segmento": "C-Sedan",
"cod": "NISSSENTRFL-05",
"fecha_de_precio": "05-11-2018",
"precio_de_lista": "12490000",
"bonificacion": "900000",
"bonos_adicionales": "",
"bono_de_financiacion": "400000",
@ffflabs
ffflabs / autos.json
Created November 29, 2018 20:43
Autos por código, 970 atributos
This file has been truncated, but you can view the full file.
{
"NISSSENTRFL-05": {
"descontinuado": false,
"segmento": "C-Sedan",
"cod": "NISSSENTRFL-05",
"fecha_de_precio": "05-11-2018",
"precio_de_lista": "12490000",
"bonificacion": "900000",
"bonos_adicionales": "",
"bono_de_financiacion": "400000",
@ffflabs
ffflabs / Atributos expandidos.yaml
Created November 29, 2018 20:37
Autos por código, con atributos expandidos y resumidos
This file has been truncated, but you can view the full file.
NISSSENTRFL-05:
descontinuado: false
segmento: C-Sedan
cod: NISSSENTRFL-05
fecha_de_precio: 05-11-2018
precio_de_lista: "12490000"
bonificacion: "900000"
bonos_adicionales: ""
bono_de_financiacion: "400000"
bonificacion_calculada: "900000"
@ffflabs
ffflabs / estilos_prueba.css
Last active October 28, 2018 19:56
Prueba versión ajax
.table {
width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
display: table;
border-color: grey;
font-size: 0.9em;
}
@ffflabs
ffflabs / estilos_prueba.css
Last active October 28, 2018 19:42
Prueba de conocimientos
.table {
width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
display: table;
border-color: grey;
font-size: 0.9em;
}
jQuery(document).ready(function() {
if (jQuery('.woocommerce-cart-form').length) {
jQuery('.dgwt-wcas-search-input').one('focus',function() {
jQuery('.dgwt-wcas-suggestions-wrapp')
.addClass('noClicks');
.on('click','.dgwt-wcas-suggestion', function() {
return false;
@ffflabs
ffflabs / suggestion.less
Last active October 12, 2018 11:32
Styling for suggestion container
.add_to_cart_mixin {
padding: 8px 10px 8px 15px;
box-sizing: border-box;
border-radius: 3px;
background-color: #128ced;
color: white !important;
&:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;