Variacion en los campos de billing y shiping
-
Saludos,
le comento que estoy usando su plugin y al momento de generar el pdf con woocommerce-pdf-invoices-packing-slips cuando muestra el campo billing_state y billing_country billing_city lo hace perfectamente, pero cuando de trata de los mismo campos pero con su apartado shipping, muestra la version de 2 Letras VE= Venezuela, Bo= bolivar y asi.`<td class=”address billing-address”>
<h3><?php _e( ‘Billing Address:’, ‘woocommerce-pdf-invoices-packing-slips’ ); ?></h3>
<!– muestra datos de facturacion <?php do_action( ‘wpo_wcpdf_before_billing_address’, $this->type, $this->order ); ?> –>
<?php $this->custom_field(“billing_first_name”,”Cliente:“); ?>
<?php $this->custom_field(“billing_last_name”,””); ?><br>
<?php $this->custom_field(“billing_cedula”, “C.I.:“); ?><br>
<?php $this->custom_field(“billing_email”, “Email:“); ?><br>
<?php $this->custom_field(“billing_phone”, “Teléfono:“); ?><br>
<?php $this->custom_field(“billing_celular”, “Celular:“); ?><br>
<?php $this->custom_field(“billing_company”, “Razón Social“); ?><br>
<?php $this->custom_field(“billing_rif”, “R.I.F.:“); ?><br>
<?php $this->custom_field(“billing_address_1”, “Dirección:“); ?><br>
<?php $this->custom_field(“billing_city”, “Ciudad:“); ?><br>
<?php $this->custom_field(“billing_state”, “Estado:“); ?><br>
<?php $this->custom_field(“billing_country”, “País:“); ?>
- The topic ‘Variacion en los campos de billing y shiping’ is closed to new replies.