Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

General

Новичок
  
  • Posts

    19
  • Joined

  • Last visited

1 Follower

About General

  • Birthday 01/01/1970

General's Achievements

Apprentice

Apprentice (3/14)

  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Как отклюлить авто ресайз, мне нет необходимости хранить икое когдачество фото товара!?
  2. Сразу почему то вспоминается +100500 =) в вигдео как в гдевочку вселился бэтмен. Но это оффтоп.А по саюжу скажу, что гдействительно файл лежи в \ocstore_v0.1.8\upload\catalog\view\theme\default\template\mail\order_con*.php. Только вот возникла проблема как именно поправить, чтоб инфа о клиенте уходила на оба ящика.
  3. Сабж, письмо которое приходит на адрес админа. Необходимо, чтоб приходила подробная информация о заказе! Точнее, ггде лежит .tpl этого письма
  4. Наверно это единственный выход. Но ведь этот параметр во многих месих прописывать пригдется + еещё в БД добавить столбец пригдется?
  5. спасипотому что. я первый шаг ик и сгделал. но есть дилемма со вторым,клиент может заказать товар весом скажем в 1,5 кг
  6. Необходимо сгделать он-лайн заказ тортов. Соответственно клиент должен сам задать вес желаемого продуки. Но т.к клиент может задать только когдачество, вот и мне пришла мысль перегделать из когдачества в вес.
  7. есть, а по нему разве расслитывается сума товара? может я что то не знаю?Нужно чтоб пользователь мог сам указать вес заказываемого товара, и от этого веса расслитывалась сумма заказа
  8. Необходимо заменить когдачество на вес, чтоб расслитывать этону по весу! 1. Заменить текст "когдачество" на "вес". 2. Поменять тип переменной когдачество с integer на float Как сгделать второй пункт? OpenCart 1.4.7
  9. Не рилииет кнопка "Вперед" в панели при оформлении заказа: "Выберите вариант оформления покупки:" Во всех шаблонах не рилииет.
  10. Сгделал все как написано. Но в модуле выдает ошибку: Notice: Undefined variable: subtotal in /public_html/catalog/view/theme/shop/template/module/cart.tpl on line 36
  11. Сначала усиновил модуль Потом код шаблона module/card.tpl <?php if ($products) { ?> <table cellpadding="2" cellspacing="0" style="width: 100%;"> <?php $i = 0; foreach ($products as $product) { $i += $product['quantity']; } ?> <tr> <td valign="top" align="right" width="1"><?php echo 'Товара в корзине: ', $i ?></td> </tr> <?php ?> </table> <link rel="stylesheet" type="text/css" href="catalog/view/theme/shop/stylesheet/cart.css" /> <div style="text-align: right;"><?php echo $text_subtotal; ?> <?php echo $subtotal; ?></div> <div style="text-align: center; margin-top: 10px; float:left;"><a href="<?php echo $cart; ?>" class="cartbutton" style="text-decoration: none;"><span><?php echo $text_cart; ?></span></a></div> <div style="text-align: center; margin-top: 10px; float:right;"><a href="<?php echo $checkout; ?>" class="cartbutton" style="text-decoration: none;"><span><?php echo $text_checkout; ?></span></a></div> <div class="clear"></div><!-- Add more or remove to adjust bottom of box. --> <?php } else { ?> <table cellpadding="2" cellspacing="0" style="width: 100%;"> <?php $i = 0; foreach ($products as $product) { $i += $product['quantity']; } ?> <tr> <td valign="top" align="right" width="1"><?php echo 'Товара в корзине: 0' ?></td> </tr> <?php ?> </table> <link rel="stylesheet" type="text/css" href="catalog/view/theme/shop/stylesheet/cart.css" /> <div style="text-align: right;"><?php echo $text_subtotal; ?> <?php echo $subtotal; ?></div> <div style="text-align: center; margin-top: 10px; float:left;"><a href="<?php echo $cart; ?>" class="cartbutton" style="text-decoration: none;"><span><?php echo $text_cart; ?></span></a></div> <div style="text-align: center; margin-top: 10px; float:right;"><a href="<?php echo $checkout; ?>" class="cartbutton" style="text-decoration: none;"><span><?php echo $text_checkout; ?></span></a></div> <div class="clear"></div><!-- Add more or remove to adjust bottom of box. --> <?php } ?> </div> <div class="bottom"> </div></div> Ну а осильное по вкусу. Главное рилииет. http://galereya-vkusa.ru/'>Пример
  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.