Changeset 1797283
- Timestamp:
- 01/04/2018 11:05:50 PM (8 years ago)
- Location:
- woo-oca
- Files:
-
- 27 added
- 4 edited
-
tags/1.7.1 (added)
-
tags/1.7.1/LICENSE (added)
-
tags/1.7.1/etiquetas (added)
-
tags/1.7.1/etiquetas/ver_eti.php (added)
-
tags/1.7.1/js (added)
-
tags/1.7.1/js/oca.js (added)
-
tags/1.7.1/oca (added)
-
tags/1.7.1/oca-class.php (added)
-
tags/1.7.1/oca-shipping.php (added)
-
tags/1.7.1/oca-utilities.php (added)
-
tags/1.7.1/oca/autoload.php (added)
-
tags/1.7.1/oca/composer (added)
-
tags/1.7.1/oca/composer/ClassLoader.php (added)
-
tags/1.7.1/oca/composer/LICENSE (added)
-
tags/1.7.1/oca/composer/autoload_classmap.php (added)
-
tags/1.7.1/oca/composer/autoload_namespaces.php (added)
-
tags/1.7.1/oca/composer/autoload_psr4.php (added)
-
tags/1.7.1/oca/composer/autoload_real.php (added)
-
tags/1.7.1/oca/composer/autoload_static.php (added)
-
tags/1.7.1/oca/composer/installed.json (added)
-
tags/1.7.1/oca/juanchorossi (added)
-
tags/1.7.1/oca/juanchorossi/oca-php-api (added)
-
tags/1.7.1/oca/juanchorossi/oca-php-api/README.md (added)
-
tags/1.7.1/oca/juanchorossi/oca-php-api/composer.json (added)
-
tags/1.7.1/oca/juanchorossi/oca-php-api/oca.php (added)
-
tags/1.7.1/readme.txt (added)
-
tags/1.7.1/woocommerce-oca.php (added)
-
trunk/oca-class.php (modified) (1 diff)
-
trunk/oca-shipping.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-oca.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-oca/trunk/oca-class.php
r1790160 r1797283 55 55 'default' => '', 56 56 'type' => 'text' 57 ), 57 ), 58 'nombre' => array( 59 'title' => __( 'Nombre de contacto', 'woocommerce' ), 60 'default' => '', 61 'type' => 'text' 62 ), 63 'nombre_empresa' => array( 64 'title' => __( 'Nombre empresa', 'woocommerce' ), 65 'default' => '', 66 'type' => 'text' 67 ), 58 68 'calle' => array( 59 69 'title' => __( 'Calle', 'woocommerce' ), -
woo-oca/trunk/oca-shipping.php
r1797268 r1797283 111 111 <cabecera ver="2.0" nrocuenta="'.$datos['nrocuenta'].'" /> 112 112 <origenes> 113 <origen calle="'.$datos['calle'].'" nro="'.$datos['nro'].'" piso="'.$datos['piso'].'" depto="'.$datos['depto'].'" cp="'.$datos['cp'].'" localidad="'.$datos['localidad'].'" provincia="'.$datos['provincia'].'" contacto=" " email="'.$datos['email'].'" solicitante="" observaciones="" centrocosto="1" idfranjahoraria="'.$datos['idfranjahoraria'].'" '.$centro_imposicion.'fecha="'.current_time('Ymd').'">113 <origen calle="'.$datos['calle'].'" nro="'.$datos['nro'].'" piso="'.$datos['piso'].'" depto="'.$datos['depto'].'" cp="'.$datos['cp'].'" localidad="'.$datos['localidad'].'" provincia="'.$datos['provincia'].'" contacto="'.$datos['nombre'].'" email="'.$datos['email'].'" solicitante="'.$datos['nombre_empresa'].'" observaciones="" centrocosto="1" idfranjahoraria="'.$datos['idfranjahoraria'].'" '.$centro_imposicion.'fecha="'.current_time('Ymd').'"> 114 114 <envios> 115 115 <envio idoperativa="'.$datos[$envio[3]].'" nroremito="'.$order->get_order_number().'">'; -
woo-oca/trunk/readme.txt
r1797268 r1797283 6 6 Tested up to: 4.9 7 7 Requires PHP: 5.6 8 Stable tag: 1.7 8 Stable tag: 1.7.1 9 9 Language: Spanish 10 10 License: GPLv2 or later … … 54 54 == Changelog == 55 55 56 = 1.7.1 = 57 * Agregados campos extra de contacto en la configuración del plugin 58 56 59 = 1.7 = 57 60 * Corregido bug en envíos Puerta a Puerta y Puerta a Sucursal -
woo-oca/trunk/woocommerce-oca.php
r1797268 r1797283 5 5 Plugin URI: http://ecomerciar.com 6 6 Description: Integración de oca para realizar envíos a través de la plataforma WooCommerce. 7 Version: 1.7 7 Version: 1.7.1 8 8 Author: Ecomerciar 9 9 Author URI: http://ecomerciar.com
Note: See TracChangeset
for help on using the changeset viewer.