Vlad Z.
Vlad Z.
Type in `src/Entity/Format.php` ```php public function getFormatId(): ?string { return $this->get('format'); } ``` Solution: ```php public function getFormatId(): ?string { return $this->get('format_id'); } ```
Version: 0.4.3 ### Problem When defining the component, using it for different states, and passing the props to the component with different values, it is not using a new component....
Проверить совместимость с opencart 2.0.
Сейчас есть огромные бреши в защите. При обращении к скрипту напрямую можно ворочать им как вздумается при знании кода. В ближайшее время нужно закрыть все дыры согласно http://dev.1c-bitrix.ru/api_help/sale/orders_protocol.php, а именно:...
Сейчас: ``` ,'length_class_id' => (isset($product['length_class_id'])) ? $product['length_class_id'] : (isset($data['length_class_id']) ? $data['length_class_id']: 1 ``` Необходимо использовать значения по-умолчанию из настроек магазина.
Надо дать возможность выбирать в конфигурации модуля где находится производитель: в свойствах или отдельным полем. По-умолчанию - свойство.
**Describe the bug** It looks like the system charges taxes and fees on the full product price and then deducts the discount from that total. Taxes and fees should only...