Skip to content

Instantly share code, notes, and snippets.

{"latitude":"-12.04167","longitude":"-76.92512","data":"AV.JAVIER PRADO MZ A LT 1 ASOCIACION DE VIVIENDA BELLO HORIZONTE L"},
{"latitude":"-12.013489","longitude":"-76.824909","data":"AV. JOSE CARLOS MARIATEGUI NRO. 1 A.H. PROYECTO ESPECIAL HUAYCAN LIMA LIMA ATE"},
{"latitude":"-12.06374","longitude":"-76.98584","data":"AV.NICOLAS AYLLON MZA A INT 16(ASOCIACION VILLA VITARTE) LIMA ATE"},
{"latitude":"-12.063852","longitude":"-76.938745","data":"AV. PROLONGACION JAVIER PRADO MZA. A LOTE. 01 (ASOCIACION DE VIVIENDA BELLO HORIZONTE)"},
{"latitude":"-12.0177","longitude":"-76.88524","data":"Carretera Central Km 6.5 1\u00b0piso local N\u00b0 B02 CC Las Brisas de Ate"},
{"latitude":"-12.02505","longitude":"-76.90141","data":"Cal. Garcilazo de la Vega nro. 123 Urb. Salamanca de Monterrico"},
{"latitude":"-12.0134557","longitude":"-76.8249541\t","data":"Av. JOSE CARLOS MARIATEGUI CRUCE AV 15 DE JULIO LT 1 ATE – HUAYCAN"},
{"latitude":"-12.027715","longitude":"-77.019410","data":"CALL.PARACAS 206 A URB.SALAMANCA LIMA
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
    <router id="admin">
        <route id="imports" frontName="imports">
            <module name="Vexsolucions_Imports" before="Magento_Backend" />
        </route>
    </router>
</config>
<?php
session_start();
require_once "config.php";
require_once LIB . DIRECTORY_SEPARATOR . "fffff.php";
require_once MOD . DIRECTORY_SEPARATOR . "sag_venta.php";
require_once CPD . DIRECTORY_SEPARATOR . "tcpdf.php";
require_once CPD . DIRECTORY_SEPARATOR . "config/tcpdf_config.php";
require_once LIB . DIRECTORY_SEPARATOR . "numero_a_texto.php";
{
"id":2655,
"sku":"1513819864-283",
"name":"Preservativo Control Touch & Feel 12Unidades",
"attribute_set_id":4,
"price":10,
"status":1,
"visibility":4,
"type_id":"simple",
"created_at":"2018-01-30 23:05:15",
{
"info": {
"_postman_id": "dcd1417c-20c8-3e2b-ca1e-befebd355f4b",
"name": "Magento Mifarma v1.1",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Login de cliente",
"event": [
@cpjeanpaul
cpjeanpaul / install.md
Created October 4, 2018 02:33 — forked from yugaego/install.md
Mac OS 10.13 High Sierra Install PHP 7.0 Apache MariaDB With Homebrew
<VirtualHost *:80>
ServerName fdm.jp
ServerAlias www.fdm.jp
DocumentRoot /var/www/fdm.jp/public_html
<Directory /var/www/fdm.jp/public_html>
Require all granted
AllowOverride all
</Directory>
<VirtualHost *:80>
DocumentRoot /var/www/sbs.jp/public_html
ServerName sbs.jp
<Directory /var/www/sbs.jp/public_html>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog "${APACHE_LOG_DIR}/error.log"
@cpjeanpaul
cpjeanpaul / clear.sql
Last active May 20, 2019 22:18
Clear catalog/category tables (Magento2)
##########################################################
# PRODUCTS
##########################################################
DELETE FROM `catalog_product_bundle_option`;
DELETE FROM `catalog_product_bundle_option_value`;
DELETE FROM `catalog_product_bundle_selection`;
DELETE FROM `catalog_product_entity_datetime`;
DELETE FROM `catalog_product_entity_decimal`;
DELETE FROM `catalog_product_entity_gallery`;
DELETE FROM `catalog_product_entity_int`;