Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

cheressm

Users
  
  • Posts

    68
  • Joined

  • Last visited

Everything posted by cheressm

  1. подскажите сервис бесплатного "онлайн консультанта"
  2. cheressm

    MySQL

    ошибка та же
  3. cheressm

    MySQL

    Ошибка SQL-запрос: -- -- Table structure for table `notes` -- CREATE TABLE `notes` ( `id` int( 10 ) unsigned NOT NULL AUTO_INCREMENT , `text` varchar( 128 ) COLLATE utf8_unicode_ci NOT NULL default '', `name` varchar( 60 ) COLLATE utf8_unicode_ci NOT NULL default '', `color` enum( 'yellow', 'blue', 'green' ) COLLATE utf8_unicode_ci NOT NULL default 'yellow', `xyz` varchar( 20 ) COLLATE utf8_unicode_ci NOT NULL default '', `dt` timestamp NOT NULL default CURRENT_TIMESTAMP , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci AUTO_INCREMENT =27;
  4. cheressm

    MySQL

    вообщем есть файл, в нем то что нужно добавить в БД целиком все что в файле не получается добавить, подскажите как правильно. вот то что в файле: -- -- Table structure for table `notes` -- CREATE TABLE `notes` ( `id` int(10) unsigned NOT NULL auto_increment, `text` varchar(128) collate utf8_unicode_ci NOT NULL default '', `name` varchar(60) collate utf8_unicode_ci NOT NULL default '', `color` enum('yellow','blue','green') collate utf8_unicode_ci NOT NULL default 'yellow', `xyz` varchar(20) collate utf8_unicode_ci NOT NULL default '', `dt` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=27 ; -- -- Dumping data for table `notes` -- INSERT INTO `notes` VALUES(1, 'This is the first note! Add yours from the button above..', 'Martin', 'yellow', '478x0x1', '2010-01-17 06:30:14'); INSERT INTO `notes` VALUES(2, 'The position of the notes is saved with AJAX.', 'Martin', 'blue', '0x321x2', '2010-01-17 06:57:39'); INSERT INTO `notes` VALUES(3, 'The notes are automatically deleted after an hour.', 'Martin', 'green', '311x41x3', '2010-01-17 06:57:39');
  5. подскажите как убрать Способ доставки
  6. так. что удалить купон. В \catalog\view\theme\default\template\checkout\ guest_step_2 удалить <p><?php echo $text_coupon; ?></p> <div style="text-align: right;"><?php echo $entry_coupon; ?> <input type="text" name="coupon" value="<?php echo $coupon; ?>" /> <a onclick="$('#coupon').submit();" class="button"><span><?php echo $button_coupon; ?></span></a></div> </form> </div>
  7. еще можно. система- локализация- налоговые ставки.
  8. вы не поняли. мне надо это все убрать\отключить я не говорю же что они связанны)
  9. как отключить НДС и убрать: Способ доставки: Единая ставка
  10. подскажите как убрать то что выделено на картинке ▬▬▬▬▬ или реально ли убрать весь второй шаг?
  11. сделал все как и сказали. просто по невнимательности поставил не правильное начало и конец акции :unsure:
  12. подскажите как можно оставить только то что на картинке.
  13. в админке изменения есть, а на самом сайте нету.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.