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

SendinBlue plugin. Use number type for some transactional attributes #6527

Closed
RomanovM opened this issue Jan 12, 2023 · 1 comment
Closed

Comments

@RomanovM
Copy link
Contributor

nopCommerce version: 4.50

From what I can find, when Category.Enum.Transactional is created for ORDER_PRICE
It's datatype is set to "Text"
In the newest version of Sendinblue, text is no longer allowed for SUM[ORDER_PRICE]
The Attribute type needs to be "Number" in their list (Or from what I can gather, float from the TypeEnum)
After changing the ORDER_PRICE to Number, the errors went away.

Source: https://www.nopcommerce.com/boards/topic/95882/sendinblue-plugin#302825

@RomanovM RomanovM added this to the Version 4.70 milestone Jan 12, 2023
@AndreiMaz AndreiMaz removed this from the Version 4.70 milestone Jan 19, 2023
@RomanovM RomanovM added this to the Version 4.70 milestone Jan 23, 2023
@DmitriyKulagin DmitriyKulagin self-assigned this Jan 24, 2023
@DmitriyKulagin
Copy link
Contributor

Closed #6527

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

No branches or pull requests

3 participants