-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[BUG] Randomly does not show accept/show images for catalog #390
Comments
Hi @trilloc , Here is how the product image works: When you upload an image, the original version will be saved, and then EverShop has a subscriber running at the background to take the original version, resize it and produces 3 more versions (Listing, thumbnail and single). This will help to prevent loading the original version (big) all the time. So After you upload an image, wait for some seconds and the thumbnail will be generated for the listing |
Hi
Thanks for the info.. I did observe that it updates after a few seconds..
however some of the products did not update at all even after several tries
to upload and after waiting for many minutes..
Rgds
…On Fri, Nov 3, 2023, 12:34 PM The Nguyen ***@***.***> wrote:
Hi @trilloc <https://github.com/trilloc> ,
Here is how the product image works:
When you upload an image, the original version will be saved, and then
EverShop has a subscriber running at the background to take the original
version, resize it and produces 3 more versions (Listing, thumbnail and
single). This will help to prevent loading the original version (big) all
the time.
So After you upload an image, wait for some seconds and the thumbnail will
be generated for the listing
—
Reply to this email directly, view it on GitHub
<#390 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APDSJM7L5QFMWE5GPIEFMQDYCSJPJAVCNFSM6AAAAAA637NWH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRHE3DMOBUGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have the same problem. Just started to use it, and no image is shown, only the empty placeholders. |
Hi @SpacewormSera , You cloned the source from this repo or installed from npm? |
Hi @evershopcommerce, I cloned it from this repo and followed the first installation steps, basically created Postgres, and npm setup + build |
Hi @SpacewormSera , When did you clone the source, We have pushed some fixes. Can you pull the latest and try again? |
Hi @SpacewormSera , Please ignore my previous comment, I am able to reproduce the issue and checking it now. |
Hi treoden, thanks for fixing it, now it works! Of course I had to add the products again |
Fixed. Closing |
Describe the bug
When an image is uploaded for a product, it does not sometimes show up in the listing. If an image is deleted and reselected, then it shows up .. in a random fashion.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Uploaded Image should show up in the listing / frontpage / catalog item.
The text was updated successfully, but these errors were encountered: