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

Derner

Пользователи
  
  • Posts

    93
  • Joined

  • Last visited

About Derner

  • Birthday 10/18/1985

Информация

  • Пол
    Мужлина

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Derner's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

  1. Есть какое дополнение, которое в реальном времени по типу живая этона, добавляет к названию товара опции. К примеру пальто, выпотому чтор опции по цвету, получаем Пальто зелёного цвеи.
  2. мне необходима сгделать когдачество опций. Даой функции из коробки нет.( Поэтому пропотому чтовал сколхозить.
  3. этот <script type="text/javascript"><!-- $('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){ $.ajax({ url: 'index.php?route=product/product/getRecurringDescription', type: 'post', data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'), dataType: 'json', beforeSend: function() { $('#recurring-description').html(''); }, success: function(json) { $('.alert-dismissible, .text-danger').remove(); if (json['success']) { $('#recurring-description').html(json['success']); } } }); }); //--></script> его наверно в блок хтмл не всивишь(
  4. да есть. это и есть опция для основного товара.
  5. Не совсем понятно, для чего данный модификатор. Добавляет возможность только ввода лисел, а как же быть с этоной?
  6. Мне необходимо добавить дополнительнительные опции для товара, создаю ХТМЛ блок, кидаю туда код: <div class="col-sm-6"> <h1>Тест</h1> <ul class="list-unstyled_"> <li>Код Товара: 1111111</li> <li>Налилие: В налилии</li> </ul> <ul class="list-unstyled_"> <li> <h2>290.00р.</h2> </li> <li>Без НДС: 290.00р.</li> </ul> <div id="product"> <div class="form-group"> <label class="control-label" for="input-quantity">Кол-во</label> <input type="text" name="quantity" value="1" size="2" id="input-quantity" class="form-control"> <input type="hidden" name="product_id" value="52"> <br> <button type="button" id="button-cart" data-loading-text="Загрузка..." class="btn btn-primary btn-lg btn-block">Купить</button> </div> </div> в резульите ни чего в корзину не добавляет. Возможно данную фичу реализовать только хтмл или всё же придётся в контролер куда лесть?
  7. есть ли какой модуль или хак, который отгдельной строкой в корзине товары и опции прописывает?
×
×
  • 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.