Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Обновление скидок для товаров #6

Open
Femil-git opened this issue Jun 18, 2020 · 0 comments
Open

Обновление скидок для товаров #6

Femil-git opened this issue Jun 18, 2020 · 0 comments

Comments

@Femil-git
Copy link

Есть список товаров и разновидностей. Надо для всех обновить скидку. Метод
/products/edit
На данный момент у вас изменения в апи? - ранее обновление скидки с телом запроса

                        $body[] = array(
                            "id" => (int)$row['id_product'],
                            "discount" => array(
                                "value" => (int)$row['discount'],
                                "type" => "percent",
                                "date_start" => date("d.m.Y", strtotime($row['date_fr'])),
                                "date_end" => date("d.m.Y", strtotime($row['date_to']))
                            )
                        );

отлично работало. Сейчас получаю ошибку
Name of the variations inherits the name of base product and cannot be overridden.

проблема возникает только для разновидностей. Товару-родителю скидка ставится без проблем.
Как теперь разновидностям установить скидку? Я потестировала - скидка для родителя не ставит скидку разновидности, соответственно, скидка обновляется только для одного размера.
Как поправить? Нужно указать какой-то параметр?) Изменить тело запроса?
и еще вопрос, если этот параметр нужно указывать для родителя, то по какому признаку определять родителя товара?
Спасибо за ответ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant