Search found 7 matches

by aimeosenv
18 Dec 2022, 16:30
Forum: Laravel package
Topic: Price rules applied in catalog but not in basket
Replies: 6
Views: 1450

Re: Price rules applied in catalog but not in basket

Thank you! I have just installed updated aimeos-core and with ProductPrice plugin enabled all works well now. :) Other package (Pinned) as well works fine after update via req process. :) There is still bug with this part: minibutton change down minibutton change up Located here: packages/mycustom-t...
by aimeosenv
17 Dec 2022, 19:55
Forum: Laravel package
Topic: Price rules applied in catalog but not in basket
Replies: 6
Views: 1450

Re: Price rules applied in catalog but not in basket

I would just like to add to this issue in case someone runs on similar case. When price rules were applied, from some reason changes were not applied to the basket. Disabling ProductPrice plugin helped so pricing was applied correctly to the basket. In addition to that Session/Pinned was not applyin...
by aimeosenv
17 Dec 2022, 18:46
Forum: Help
Topic: Issue with product image keeps rotating
Replies: 5
Views: 1975

Re: Issue with product image keeps rotating

Thanks for checking it out and confirming that this is a right place to do so! Will do as soon as I sort it out. :)
by aimeosenv
15 Dec 2022, 15:07
Forum: Help
Topic: Issue with product image keeps rotating
Replies: 5
Views: 1975

Re: Issue with product image keeps rotating

Quick update. I have done a quick test . Updating this code here: https://github.com/aimeos/aimeos-core/blob/cf0f825a4c444fd5214cbc15f367c0b61b13d6ff/src/MW/Media/Image/Imagick.php#L129 Inserting: $orientation = $this->image->getImageOrientation(); switch($orientation) { case 6: $this->image->rotate...
by aimeosenv
15 Dec 2022, 12:04
Forum: Help
Topic: Issue with product image keeps rotating
Replies: 5
Views: 1975

Re: Issue with product image keeps rotating

Thanks for your reply. Yes that seems to be the case. Here is one very old post , but it does explain this type of behavior and helped me with further research. I have just read EXIF of one of the uploaded files and indeed it says clearly: Orientation: Rotate 90 CW It seems to me that photo is taken...
by aimeosenv
13 Dec 2022, 21:41
Forum: Help
Topic: Checkout skips steps
Replies: 4
Views: 1423

Re: Checkout skips steps

If you are logged in it will redirect you to step 4. right away by default.

If you are not logged in it will go step by step.

Hope it helps.
by aimeosenv
13 Dec 2022, 21:37
Forum: Help
Topic: Issue with product image keeps rotating
Replies: 5
Views: 1975

Issue with product image keeps rotating

Hello, I'm a new Aimeos (Laravel version) user and I'm starting to really love it and the way it's been put together. There are few things that took me a while to grasp, but I'm getting there. :) Now, when it comes to the issue that I'm having now, it's one with product image upload. I have consulte...