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

Add image URL parameter to abandoned cart API call #42

Closed
sinukaarel opened this issue Aug 26, 2020 · 1 comment
Closed

Add image URL parameter to abandoned cart API call #42

sinukaarel opened this issue Aug 26, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@sinukaarel
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
There should be a product image URL added to product parameters. In the future, this would enable us to use product images in abandoned cart templates.

Describe the solution you'd like
The product image URL is added to the abandoned cart query. Image dimensions should be 100px X 100px or something small to keep the download size as light as possible. This size has to be agreed upon from the business logic point of view. Maybe provide a couple of values for the customer to use. Or this should be dependent on the template the customer uses.

The concept is that a small image is generated from the product and stored in the store`s server. Our API then is able to download the image from the server using the image URL and add it to the abandoned cart template.

Describe alternatives you've considered
There might be an alternative to send the image as a base64 encoded text.

@sinukaarel sinukaarel added the enhancement New feature or request label Aug 26, 2020
@sinukaarel
Copy link
Collaborator Author

Closing as inactive.

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

No branches or pull requests

1 participant