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

QA feedbacks - bug list #409

Open
31 of 47 tasks
NeOMakinG opened this issue Dec 19, 2022 · 6 comments · Fixed by #414, #453, #456 or #457
Open
31 of 47 tasks

QA feedbacks - bug list #409

NeOMakinG opened this issue Dec 19, 2022 · 6 comments · Fixed by #414, #453, #456 or #457
Assignees

Comments

@NeOMakinG
Copy link
Contributor

NeOMakinG commented Dec 19, 2022

Update 16.03.2023

FILTERING

  • Resize screen to mobile, open filters, resize screen back to desktop. ➡️ Empty modal is open.
  • Resize screen to mobile, resize it back ➡️ Price slider doesn't work.

CHECKOUT

CART

  • When you add more items than in stock from product list, they are added and no modal or error is displayed.
  • When you add more items than in stock from product page, it shows The product is no longer available in this quantity., but it gets added to cart.
  • When you delete a product from cart, there are some extra parameters in the URL - cart?delete=1&id_product=2&id_product_attribute=9&token=4027a89ab545500654847cf1fb45e074
  • Add more items to cart than is in stock, go to cart.
    • You see Mug The best is yet to come is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted., but you don't know how many pieces are in stock.
    • You change quantity, the error disappears, only a toast is shown in top right.
    • Even though there is an error Proceed to checkout is active.
    • When you click it, you stay on the same page, but the red error disappears.
    • When you add another product that is in stock, go to cart, delete this instock product, the red error disappears.

MOBILE

  • Question: Return Merchandise, why you didn't change the color of badge according to the status of return (why it always blue) (Response: IDK what you are talking about but colors comes from the backend so it's probably related to the core not the theme?)

CART RULES

  • Also, when we already choose a code promo and we click on another the accordion of Promo code closes ❌ (Response: core issue, pretty sure you can reproduce it on classic)

SPECIFIC PRICES

  • there's no background and no style to differentiate the table of specific prices

UNFINISHED THINGS

  • Style category left column module.
  • Style other prices like unit prices and ecotax and others.

FILTERING

INSTALL

HEADER:

  • Logo is shifted on homepage VS other pages.
  • Search results dropdown not working, it's rendered, but not visible for some reason. This worked correcly before.
  • Menu & sub-menu: no hover action
  • Search: google auto-fill is working (it shouldn't work) + when the list is displayed, there's no hover action on the items (background of the element should be changed)
  • Language: the cursor should change as a hand, and there's no css/style for the language list

BANNER

  • image-sample 2: the text-color is grey, so it's unreadable as the background another grey (the text-color should be white) (Response: Not related the theme but default pictures of the module, we shouldn't really care)

FOOTER

  • Everything works except the psgdpr checkbow is not displayed and it's known issue #30348 (not related to the theme)

New Products page + all Products page

  • What's wrong with this page? why it displays only Accessories Products (see the first attached screenshot)
    @Hlavtox - There is no issue on theme side, category block displays the category of last category visited in cookie. This is an issue that must be addressed in ps_categorytree module. EDIT: It is already fixed in categorytree 2.0.3 ;-)

  • Question: shouldn't all filters be open at first? 😅 (Response: ISO Behavior of classic is closed, and opened if it's an active filter)

  • About category-tree__item like Men and Women under Clothes, shouldn't be with other style? 😅
    For ex (see the second attached screenshot), I used (Response: We followed the mockups, nothing to do there):
    font-weight: 400;
    padding-left: 5px;

  • When I click on wishlist-button-add, nothing happen, it should display a connexion modal (when you're not connected) and it should display the modal Add to my favorites when the user is connected (Response: Not related to the theme, you need to reset the module and everything will be fine, this is a known bug when you switch from one theme to another or install it the first time)

CHECKOUT

  • Finish checkout up to Payment step. Hit F5, click Shipping method step, see both steps. Active step button on top is missing active class on page load. - Fix checkout navigation, fix active button style #450
  • It's not possible to finish second step in checkout. You click save address, page reloads and nothing happens. This worked correcly before. - Revert token replacement #445
  • While creating a new account, there's some HTML tags are displayed (known issue #29940) (Response: not related to the theme I think)
  • Why I found Mrs. always selected by default, even thought I choose Mr. but I made a mistake in password, the page reloads and display Mrs. checked 🤯 (even in Information page, I get the same behavior, I already register the customer as Mr.
  • Click on show details, you will see that the product price is written twice as there's a discount on it but there's no discount 😮 (see the third attached screenshot)
  • when I click on Customized button, I encounter some weird behavior, when I close the modal, the button status changes to focus (see the attached screen record) (Response: BS5 has the same behavior: https://getbootstrap.com/docs/5.0/components/modal/#live-demo)

ORDER HISTORY

  • As a customer, I send a message about a product, the message is well displayed ✅ but there's no space between the Messages and Add a message blocks, you need to add
    in the div.box.messages
  • The message block is a mess, you need to work on it (see the attached screenshot n°5)

ADDRESSES

  • It's not possible to create a new address. You save the form, Please fix the error below. appears, but there are no errors and the form is correctly filled out. This worked correcly before. - Revert token replacement #445
  • where are the error messages? (Response: They are not displayed because we use bootstrap validation and most of the time it doesn't work because its out of the viewport so the message disappear, I feel like it's better as it is right now but we might discuss it with the product team, anyway we can't do anything really interesting there :( )

CART RULES

  • This error is not displayed when we use the hummingbird theme

** MOBILE **

  • Except in the checkout, these two blocks (reassurrance & order_summary) should be dispplayed under the checkout process block 😉
  • that banner buttons arrow_left and arrow_right are too big ❌

CONTACT US

  • the blocks Email us and Address are not displayed ❌
@NeOMakinG
Copy link
Contributor Author

Here are every screen record attached, sorry 😆

image (18)
Contact us.webm
specific price.webm
Cart_rules.webm
image (17)
image (16)
image (15)
image (14)
checkout_mobile.webm
customized.webm

@NeOMakinG NeOMakinG moved this from 🔖 Ready to 🏗 In progress in Hummingbird release flightpath Dec 20, 2022
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Hummingbird release flightpath Jan 5, 2023
@NeOMakinG NeOMakinG reopened this Jan 5, 2023
@NeOMakinG NeOMakinG moved this from ✅ Done to 🔖 Ready in Hummingbird release flightpath Jan 5, 2023
@Hlavtox
Copy link
Contributor

Hlavtox commented Jan 7, 2023

@NeOMakinG When adding new address - Please fix the error below, but there is no error. In checkout, it just dies silently. It must be related to some recent fixes regarding the addresses.

localhost_dev_gb_address_id_address=0 (1)

@NeOMakinG
Copy link
Contributor Author

@Hlavtox do you mean related to the QA fix recent PR?

@tajriba
Copy link

tajriba commented Jan 25, 2023

Is there any issue related to " It's not possible to finish second step in checkout. You click save address, page reloads and nothing happens. This worked correcly before. "

@Hlavtox Hlavtox changed the title First QA feedbacks list QA feedbacks - bug list Jan 30, 2023
@github-project-automation github-project-automation bot moved this from 🔖 Ready to ✅ Done in Hummingbird release flightpath Feb 3, 2023
@Hlavtox Hlavtox reopened this Feb 9, 2023
This was referenced Feb 15, 2023
@Hlavtox Hlavtox reopened this Feb 24, 2023
@Hlavtox Hlavtox moved this from ✅ Done to 🔖 Ready in Hummingbird release flightpath Mar 3, 2023
@Zoefinders Zoefinders moved this from 🔖 Ready to Archive in Hummingbird release flightpath Apr 3, 2023
@eichenlauba
Copy link

Hello!
I've some trouble with the wishlist-button-add on product page and lists..
In the last update you've said :

When I click on wishlist-button-add, nothing happen, it should display a connexion modal (when you're not connected) and it should display the modal Add to my favorites when the user is connected (Response: Not related to the theme, you need to reset the module and everything will be fine, this is a known bug when you switch from one theme to another or install it the first time)

For me this solution not working.. I reset many times the module but when i click on the button still nothing happens..

Any idea where the problem could come from?

Thanks for your help!

@pawelkierklo
Copy link
Contributor

pawelkierklo commented Jul 9, 2024

  • When you add more items than in stock from product list, they are added and no modal or error is displayed.

i using .js-cart-line-product-quantity
When adding more than 102, variable prestashop.cart display 103 quantity (that is fault ?)

i upgrading custom element in ps_shoppingcart in Hummingbird
image

image

in clean prestashop 8.1.2 + hummingbird same problem, but ajax (var preview) replacing html code in .cart-overview.js-cart

image

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