Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cicng

Pioneers
  • Posts

    6
  • Joined

  • Last visited

Everything posted by cicng

  1. To view the invoice from the customers' side, I got this error message; Fatal error: Cannot redeclare do_magic_quotes_gpc() (previously declared in /home/elpinapl/public_html/elpinastore/includes/functions/compatibility.php:18) in /home/elpinapl/public_html/elpinastore/includes/functions/compatibility.php on line 30
  2. Thanks for your help, I have successfully added it but is unable to carry out these tasks; 1. Create a new field, mmstatus, in the Database in the customers table. The mmstatus.sql file contains command to use in phpmyadmin to create this. This command is posted below: ALTER TABLE `customers` ADD `mmstatus` CHAR( 2 ) NOT NULL AFTER `customers_newsletter` 2. The invoice to the customer is bearing the template e-mail address and address, how can I change this? also I am not receiving sales alert or email after sales. Please how can I edit the template to add store information and also receive email sales alert.
  3. I imported it, could it be that the database is damaged?
  4. After editing the and uploading files, I used myphpadmin to import the database file but I received the error message below; Error SQL query: -- -- Database: `alphacle_osc10` -- -- -------------------------------------------------------- -- -- Table structure for table `mm_bulkmail` -- CREATE TABLE IF NOT EXISTS `mm_bulkmail` ( `bulkmail_id` int( 11 ) NOT NULL AUTO_INCREMENT , `title` varchar( 255 ) NOT NULL , `htmlcontent` text NOT NULL , `txtcontent` text NOT NULL , `date_added` datetime NOT NULL , `date_sent` datetime DEFAULT NULL , PRIMARY KEY ( `bulkmail_id` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =1; MySQL said: Documentation #1046 - No database selected Please help.
×
×
  • Create New...