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

riven_52

Newbie
  
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

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

riven_52's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. При установке Facebook Business Extension v4.0.0 ошибка не выходит, устанавливает, но когда устанавливаешь в модуле его, вот такая ошибка выходит. Как можно решить данную проблему кто знает? Спасибо заранее
  2. Удалось настроить, кому интересно то: <a class="button" onclick="history.go();">Продолжить покупки</a>
  3. Доброго дня! Подскажите, есть в миникорзине кнопка Продолжить покупки ( <a href="/katalog/" class="button">Продолжить покупки</a> ) , но нужно сделать чтобы при нажатии закрывалась корзина и не выкидывала на странницу указанную как у нас, как можно это сделать подскажите пожалуйста?
  4. Тут же в коде есть эти функции, или это не то?
  5. Доброго дня! Кто может подсказать, не работает плюс и минус в корзине, нажимаю появляется 2, и сразу сбрасывает на 1 назад. <div class="quantity number"> <button type="button" onclick="quantity_top_dec( $(this).parent(), <?php echo $product['product_id']; ?> )" class="minus2 quantity-bnt minus"><img src="img/icons/minus.svg" alt=""></button> <input type="text" name="quantity[<?php echo $product['cart_id']; ?>]" size="2" value="<?php echo $product['quantity']; ?>" onchange="quantity_top_inc( $(this).parent(), <?php echo $product['product_id']; ?> )" id="qty_box1_<?php echo $product['product_id']; ?>" class="quantity-input qty_box1"/> <button onclick="quantity_top_inc( $(this).parent(), <?php echo $product['product_id']; ?> )" type="button" class="plus2 quantity-bnt plus"><img src="img/icons/plus.svg" alt=""></button> </div>
  6. Доброго дня! Подскажите, у нас ocStore 2.3.0.2.3, требуется добавить акцию 2 товара и один в подарок (2+1), как это можно настроить? Есть ли такой функционал?
  7. Заказы падают в базу mysql, они переодически отображаются в Панели управления в Последней активности, но нет в Продажи-Заказы. Подскажите, в чем может быть причина?
×
×
  • 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.