Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

i'm new in oscommerce and i want to install a module, i don't know if the version of oscommerce and the module is all right so, i gone to ask for get some help.

 

I need add one filed more in register called RFC and i find this http://addons.oscommerce.com/info/4816.

 

Well when i put in the database the query for the field MySql says: "Error : Duplicate entry '198' for key 1"

 

MySql code:

 

INSERT INTO configuration VALUES (198, 'RFC', 'ACCOUNT_RFC', 'true', 'Mostrar el campo para el RFC', 5, 1, NULL, '2007-20-01 11:41:12', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),');

 

ALTER TABLE address_book ADD entry_rfc varchar(16) NOT NULL default ''AFTER entry_company;

 

ALTER TABLE orders ADD billing_rfc VARCHAR( 16 ) AFTER billing_company ;

 

My version of oscommerce is v2.3

 

Thanks :)

  • 3 years later...
Posted

Debido a que muchos configuraciones que se hacen en configuration, busca el último registro con php myadmin y cambia el 198 por el último

Posted

Because the addons make many configurations in configuration table, look for the last record with phpmyadmin and change the 198 for the last number that you have

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...