Jump to content

Как установить цену 0 по умолчанию в Classifieds System

Featured Replies

Posted
comment_162125

Всех приветствую!

Борюсь над такой задачей:

- при добавлении объявления в Classifieds System необходимо каждый раз заполнять поле "Стоимость" (либо ставить 0 либо свою цену)

Вопрос в том, как сделать так, чтобы графа "Стоимость" была автоматически заполнена значением "0" по умолчанию.

часть кода выглядет так:

<div class='ipsColumn ipsColumn_fluid'>
                                <ul class='ipsForm ipsForm_vertical'>
                                 
                                  {{foreach $elements as $collection}}
                                        {{foreach $collection as $inputName => $input}}
                                            {{if $inputName == 'cl_a_price'}}
                                               {$input|raw}
                                            {{endif}}
                                        {{endforeach}}
                                    {{endforeach}}
                                </ul>
                            </div>

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.