Skip to content

Commit

Permalink
Merge pull request #3435 from plentymarkets/fix/payment_icon_ios
Browse files Browse the repository at this point in the history
Fix/payment provider tile ios
  • Loading branch information
Tim-M-S authored Jul 17, 2023
2 parents a326193 + c810851 commit ba35303
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
- Auf der Artikeldetailseite in der nicht Standardsprache wurde in den schema.org Angaben das Sprackürzel in der URL nicht angezeigt. Das wurde behoben.
- In den schema.org-Daten der Artikeldetailseite sind jetzt sowohl (SalePrice)[https://schema.org/SalePrice] als auch (ListPrice)[https://schema.org/ListPrice] hinterlegt.
- Im Checkout wurde ein Javascript-Fehler behoben, der aufgrund einer unbefüllten Variable in der Funktion CheckDeliveryAddressError() auftrat.
- In der Kategorieansicht wurden unter bestimmten Umständeb der UVP nicht angezeigt.
- In der Kategorieansicht wurden unter bestimmten Umständen der UVP nicht angezeigt.
- Bei Aufruf von Kategorieseiten konnte mit sehr hoher Seitenzahl konnte es Out Of Memory Exception kommen.
- Die Kacheln zur Anzeige von Zahlungsanbietern im Checkout wurde auf älteren iOS Geräten zu groß dargestellt. Dies wurde behoben.

### Geändert

Expand Down
3 changes: 3 additions & 0 deletions meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- On the item detail page in the non-standard language, the language abbreviation was not displayed in the schema.org details in the URL. This has been fixed.
- The schema.org data on the item details page now includes both the (SalePrice)[https://schema.org/SalePrice] and (ListPrice)[https://schema.org/ListPrice].
- Fixed a Javascript error in the checkout due to an unfilled variable in the CheckDeliveryAddressError() function.
- In the category view, the MSRP was not displayed under certain circumstances.
- When calling category pages with very high page count, Out Of Memory Exception could occur.
- The tiles for displaying payment providers in Checkout were displayed too large on older iOS devices. This has been fixed.

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
padding-left: .5rem;
}
.icon {
display: flex;
width: 4rem;
max-height: 100%;
overflow: hidden;
Expand Down

0 comments on commit ba35303

Please sign in to comment.