• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 08.08.19, 13:50
  • Opened by: Herviboras
  • Closed by: Marek
  • Closed on: 14.08.19, 14:41
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15305 - My Cart & Search

MY CART
Mobile Version : Is possible remove the drawing of the whale or change it for another? (Img1)
Desktop Version: Repeated “Total taxes incl.” instead of “Total taxes excl.”+ “Total taxes incl.” (Img2)

SEARCH
Mobile Version : When you do a search, the text “No products were found” does not disappear when it finds something, so it overlaps with the text of the product found. (Img3)

Comments

Marek 08 Aug 2019, 18:53

1. You can remove it in the file /themes/alysum/templates/mobile/modules/ps_shoppingcart/ps_shoppingcart.tpl https://take.ms/Mf1hS

2. Please attach a screenshot to see the problem
3. Try following CSS:

#autosuggest-list > div[role="list"] {
  background: #efefef
}
Herviboras 08 Aug 2019, 21:15

Marek 08 Aug 2019, 22:46

I see only this https://take.ms/RUs2r

Herviboras 09 Aug 2019, 01:33

Appears when in this page you press “Realizar pedido”/”Checkout” button.

Marek 10 Aug 2019, 13:42

Open the file /themes/alysum/templates/checkout/_partials/cart-summary-totals.tpl and remove a line you need

Herviboras 12 Aug 2019, 22:46

3. Works, but now the message doesn’t appear if it finds nothing.

Marek 13 Aug 2019, 11:25

Fixed

Herviboras 14 Aug 2019, 14:25

Thank you