Jump to content

please can someone translate what this means?


Recommended Posts

Esta modificación agrega un campo CF, para que los usuarios ingresen al registrarse, y poder realizar las facturas con campo, ya que las facturas no son validas sin este.

Instalacion
Subir los archivos a las respectivas carpetas (autenthication.php va en el raiz)



Usando Phpmyadmin abrir la base de datos de nuestra tienda, y abrimos la tabla customers. En la misma agregar 2 campos con las siguientes caracteristicas:

cf varchar(50) utf8_general_ci Si NULL
piva varchar(50) utf8_general_ci Si NULL


Despues de esto ya tenemos todo realizado. Solo resta probar.

Para el logo de las facturas, debemos subir nuestro logo a la carpeta IMG, con el nombre logo2.jpg. Esto es asi para que podamos subir un logo distinto al de la tienda (en blanco y negro por ejemplo o de otro tamaño).

Link to comment
Share on other sites

Hi, I will try it... Regards.

This changes, adds a CF field, so that when the users registers, they have to use that field, otherwise the invoices are not valid without it.

Installation
Upload files to the respective folders (autenthication.php goes in the root)

Using Phpmyadmin open the database from your store, and open the customers table. In the customers table add 2 fields with the following characteristics:

cf varchar(50) utf8_general_ci Si NULL
piva varchar(50) utf8_general_ci Si NULL

After this we have all done. It only remains to check it.

For the logo of the bills, you must upload our logo to the IMG folder, but before, name it "logo2.jpg". It is a way for us to upload a logo other than the original store logo (in black and white for example or other size).

Link to comment
Share on other sites

×
×
  • Create New...