Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hello,

the last post

I have to edit/replace

 

 

 

/catalog/Order_Info_Check.php I don't have this file

/catalog/includes/login_pwa.php (has the boxes stacked, if you want side-by-side I don't have it

 

/catalog/includes/login_acc.php I don't have it

****0.70 DELETED : /catalog/includes/modules/Order_Info_Process.php What is this, DELETED?

/catalog/includes/modules/Order_Info_Check.php Don't have ot

/catalog/includes/modules/languages/english/images/buttons/button_create_account.gif I dont have any sub-directory in module label it lenguages. I have a lenguages subfolder in includes, but not inside modules?

 

I guess I have to add/create all files that I don't have, right?

I am not sure about the includes/modules/languages/english/images... or he means, includes/languages/english/images...

 

Thanks

Posted

Database changes new as of v0.70

Also

ALTER TABLE customers ADD purchased_without_account TINYINT(1) UNSIGNED DEFAULT '0' NOT NULL AFTER customers_id;

ALTER TABLE customers ADD INDEX (purchased_without_account);

 

****************************************************************

Database changes new as of v0.57

 

INSERT INTO configuration_group VALUES (40, 'Accounts', 'Configuration of Account settings', 40, 1);

 

INSERT INTO configuration VALUES ('', 'Purchase Without Account', 'PWA_ON', 'true', 'Allow Customers to purchase without an account', 40, 1, '2003-04-08 13:07:44', '2003-04-08 12:10:51', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),');

 

 

You need to open some files and add some lines also, follow the instructions below and you should be ready in no time.

is this a upgrade for all previous versions/post or is this something I have to do because the next step [/b]"You need to open some files and add some lines also.." is OPEN AND MAKE CHANGES IN THIS FILE: /catalog/includes/filenames.php but I don't have the filenames.php file

 

Please let me know ASP,

Thanks

Posted

If you don't have "/catalog/includes/filenames.php" the you will have some other serious problems - - this is a key component of osCommerce.

 

-jared

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...