Answer the question
In order to leave comments, you need to log in
How to transfer along with an additional product to the basket its property?
Good afternoon.
I implemented adding additional items to the cart with checkboxes set as follows:
$item = $basket->createItem('catalog', $product);
$item->setFields(array(
'QUANTITY' => $quantity,
'CURRENCY' => Bitrix\Currency\CurrencyManager::getBaseCurrency(),
'LID' => Bitrix\Main\Context::getCurrent()->getSite(),
'PRODUCT_PROVIDER_CLASS' => 'CCatalogProductProvider',
));
Answer the question
In order to leave comments, you need to log in
Cart properties https://dev.1c-bitrix.ru/api_d7/bitrix/sale/techni...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question