Search found 85 matches

by iturbay
Mon May 22, 2023 1:48 am
Forum: Russian - русский
Topic: sub-menu items split in 2 columns
Replies: 2
Views: 2749

Re: sub-menu items split in 2 columns

Добрый день, тут нужно смотреть css стили column-count или column-width.
by iturbay
Tue May 09, 2023 4:01 am
Forum: Russian - русский
Topic: Странный адрес
Replies: 1
Views: 2380

Re: Странный адрес

Для начала посмотрите содержимое htaccess
by iturbay
Sun Mar 05, 2023 4:33 am
Forum: Modules/Add-Ons
Topic: LISE - category name in URL
Replies: 1
Views: 1185

Re: LISE - category name in URL

przemo wrote: Tue Apr 05, 2022 8:52 am domain.com/products/no-category/item-name.
Hi! Did you find a solution to this problem?
by iturbay
Wed Feb 02, 2022 7:03 am
Forum: Russian - русский
Topic: CGBlog и картинка в теле новости
Replies: 3
Views: 3648

Re: CGBlog и картинка в теле новости

я обычно делаю так:

Code: Select all

<base href="{root_url}">
так как {metadata} добавляет теги из глобальных метаданных из настроек
by iturbay
Sun Mar 14, 2021 3:56 am
Forum: Russian - русский
Topic: Модуль TranslitAlias
Replies: 6
Views: 6948

Re: Модуль TranslitAlias

Реально ли оживить FEU_Auth_LDAP?
by iturbay
Fri Jan 22, 2021 9:41 am
Forum: Russian - русский
Topic: Перевод CMSMS
Replies: 2
Views: 4848

Re: Перевод CMSMS

Постоянно перевожу модули, не веду учет, некоторые переводы еще не добавлены.
Возможно кому-то пригодятся и сможете найти перевод на нужны модуль по ссылке
http://svn.cmsmadesimple.org/svn/transl ... r/modules/
by iturbay
Tue Jan 12, 2021 5:58 pm
Forum: Russian - русский
Topic: Добавление комментария к новости
Replies: 5
Views: 6594

Re: Добавление комментария к новости

Я бы присмотрелся к модулю LISE в связке с FormBuilder
by iturbay
Fri Jun 05, 2020 3:18 pm
Forum: Russian - русский
Topic: Настройка URL
Replies: 0
Views: 5889

Re: Настройка URL

Покажите содержимое .htaccess
by iturbay
Thu Dec 05, 2019 6:20 am
Forum: Modules/Add-Ons
Topic: Cart2 Ajax calls
Replies: 4
Views: 2417

Re: Cart2 Ajax calls

This code will help you add products and not refresh the page. <head> <__script__ type="text/javascript" src="assets/js/jquery.min.js"></__script> </head> MyCart <ul id="mycart" class="navbar-mini-cart navbar-nav animate-dropdown nav flip"> <li class="nav...
by iturbay
Wed Dec 04, 2019 3:46 am
Forum: Modules/Add-Ons
Topic: How do I limit cart2 to qty of 1 per product
Replies: 2
Views: 1062

Re: How do I limit cart2 to qty of 1 per product

after clicking on the add to cart button using javascript add the disable attribute to it
by iturbay
Sun Nov 24, 2019 2:43 pm
Forum: Modules/Add-Ons
Topic: CGContentUtils and Products
Replies: 2
Views: 1054

Re: CGContentUtils and Products

Perhaps the code is not correct, I fixed the UDT and it worked! $db = cmsms()->GetDb(); $query = "SELECT name FROM cms_module_products_hierarchy"; $result = $db->Execute($query); while( $result && $row = $result->FetchRow() ) { echo ($row['name']).'|'.($row['name']); echo "\n&...
by iturbay
Sat Nov 23, 2019 4:40 pm
Forum: Modules/Add-Ons
Topic: CGContentUtils and Products
Replies: 2
Views: 1054

CGContentUtils and Products

Hello! Please help if it is possible to show the list of the hierarchy of the Products module using the CGContentUtils module. I tried using {cms_module|strip_tags module='Products' action='hierarchy' 'hierarchytemplate ='options'} , but this does not work. then I created a UDT tag $db = cmsms()->Ge...
by iturbay
Sat Nov 23, 2019 4:25 pm
Forum: Modules/Add-Ons
Topic: Cart 2
Replies: 4
Views: 1384

Re: Cart 2

Thanks! {if isset($oneitem->remove_box)} {literal} <__script__> $(document).ready(function(){ $(function(){ $('#checkbox{/literal}{$oneitem@index}{literal}').click(function(){ $('#cartindex{/literal}{$oneitem@index}{literal}').toggleClass('dcheck'); }); }); }); </__script> {/literal} <input type=&qu...
by iturbay
Wed Nov 20, 2019 4:57 am
Forum: Modules/Add-Ons
Topic: Cart 2
Replies: 4
Views: 1384

Re: Cart 2

Replaced by {$ oneitem @ index}. The same result, the basket is completely empty. The conclusion of HTML has not changed. <td> <input type="hidden" id="checkbox0" name="md899bcart_remove_0" value="1"> <button onclick="$(`#checkbox0`).val(`0`);document.get...
by iturbay
Tue Nov 19, 2019 5:05 pm
Forum: Modules/Add-Ons
Topic: Cart 2
Replies: 4
Views: 1384

Cart 2

I am trying to make sure that when you click on the button to remove the goods from the cart, but with this template, the cart is completely cleaned. But, if I assign the ID manually, rather than using $ smarty.foreach.mycart.index, then everything works. Please tell me what I'm doing wrong? _______...

Go to advanced search