Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dragon5

Archived
  • Posts

    214
  • Joined

  • Last visited

Everything posted by dragon5

  1. From the install instructions: "With this modificacion that whe do is when click to enlarge, we call the big image that must to be named the same the same but with a "G"before. If the small image calls "picture.jpg" the big must be called "Gpicture.jpg". These images have to upload via ftp to the directory /catalog/images/" Anybody have a brilliant way to add the "G" to the names of about 1000 jpegs without manually doing each one? Thanks d5
  2. The install instructions say: STEP 3:Go into your server's backend and use a SQL tool such as PHPMYADMIN to run the following SQL scripts. Make sure you have backed up your database first: 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); 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\'),'); ALTER TABLE orders ADD purchased_without_account TINYINT (1) UNSIGNED DEFAULT '0' NOT NULL; Where exactly does this need to be installed to?? Root? Database *****_osc4 running on localhost?? Never had the need for phpmyadmin until now. I don't have a clue! Thanks d5
×
×
  • Create New...