E
E
Enot8152020-07-23 10:17:57
1C-Bitrix
Enot815, 2020-07-23 10:17:57

Where to edit site modules on CMS Bitrix?

You need to specify static delivery times in the basket, but I don’t know where the file itself is for editing and how this is done5f1939a36cf01385537954.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Enot815, 2020-07-23
@Enot815

Here is the solution
if (currentDelivery.PERIOD_TEXT && currentDelivery.PERIOD_TEXT.length)
{
period = BX.create('LI', {
children: [
BX.create('DIV', {props: {className: 'bx-soa-pp- list-termin'}, html: this.params.MESS_PERIOD + ':'}),
BX.create('DIV', {props: {className: 'bx-soa-pp-list-description'}, html: currentDelivery .PERIOD_TEXT})
]
});
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question