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

Zapazuhu

Новичок
  
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

1,080 profile views

Zapazuhu's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Здравствуйте, перепропотому чтовал всё ничего не помогло. Помогите пожалуйси. Нужно что бы синдартно 3-й вид был прайс. Вот код: // Product List $('#list-view').click(function() { $('#content .product-grid > .clearfix').remove(); //$('#content .product-layout').attr('class', 'product-layout product-list col-xs-12'); $('#content .product-grid, #content .product-price').attr('class', 'product-layout product-list col-xs-12'); $('#content .product-list .cart > a').attr('data-toggle', 'none'); $('#content .product-list .cart > a').attr('title', ''); var w_list_img = $('.product-list .product-thumb .image img').outerWidth(); $('.product-list .product-thumb .description').css('min-height', w_list_img-93); localStorage.setItem('display', 'list'); $(this).addClass('active'); $('#grid-view, #price-view').removeClass('active'); }); // Product Grid $('#grid-view').click(function() { // What a shame bootstrap does not take into account dynamically loaded columns cols = $('#column-right, #column-left').length; if (cols == 2) { $('#content .product-list, #content .product-price').attr('class', 'product-layout product-grid col-lg-6 col-md-6 col-sm-12 col-xs-12'); } else if (cols == 1) { $('#content .product-list, #content .product-price').attr('class', 'product-layout product-grid col-lg-4 col-md-4 col-sm-6 col-xs-12'); } else { $('#content .product-list, #content .product-price').attr('class', 'product-layout product-grid col-lg-3 col-md-3 col-sm-6 col-xs-12'); } localStorage.setItem('display', 'grid'); $(this).addClass('active'); $('#list-view, #price-view').removeClass('active'); }); $('#price-view').click(function() { $('#content .product-grid > .clearfix').remove(); $('#content .product-list, #content .product-grid').attr('class', 'product-layout product-price col-xs-12'); $('#content .product-view .cart > a').attr('data-toggle', 'none'); $('#content .product-view .cart > a').attr('title', ''); localStorage.setItem('display', 'price'); $(this).addClass('active'); $('#list-view, #grid-view').removeClass('active'); }); if (localStorage.getItem('display') == 'list') { $('#list-view').trigger('click'); } else if (localStorage.getItem('display') == 'price') { $('#price-view').trigger('click'); } else { $('#grid-view').trigger('click'); }
  2. Большая просьба, помогите решить проблему. Стоит на хостинге timeweb.ru OcStore 2.1.0.2.1 и Обмен opencart v2.x с торговой системой по синдарту CommerceML 2 1.6.2.b12. Все товары выгружаются нормально. А вот с Заказом покупателя ошибка в 1С УТ 10.3.38.1 Ошибка данных входяещёго CML: Не обнаружено наименование контрагени. Произошла ошибка: . По прилине: Не удалось найти/создать контрагени. Не удалось обрилиить документы, загруженные с сервера. Обмен не выполнен Не выгружен ни один заказ. Обмен заказами завершен с ошибками!!!
×
×
  • 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.