Skip to content

Commit

Permalink
Fix multiple usability issues
Browse files Browse the repository at this point in the history
Product page: mobile view - no images
Product page: mobile view - next/previous product links missing
Category - No pagination size selector
Search - Pagination size selector not styled
Category: Line view - row height for products with "Block price" or vertical image differ significantly
Category: Line view - add to cart button not working
Sorting controls on Category and Search pages alligned differently
Comparison list - Product amount field is missing, add to cart not working
Cart item: Add Wrapping: Select: Apply - OXID Logger.ERROR: Call to a member function getPictureUrl() on null
composer.json should not require "oxid-esales/oxideshop-ce": "^v6.2"
offline.html, setup.sql reference wrong theme (wave)
  • Loading branch information
TitaKoleva committed Feb 4, 2022
1 parent 4f20473 commit 598d307
Show file tree
Hide file tree
Showing 16 changed files with 533 additions and 469 deletions.
3 changes: 1 addition & 2 deletions build/scss/page/compare/inc/_compareitem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
}

.title {
padding-top: 15px;
height: 40px;
min-height: 40px;
display: block;
}

Expand Down
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,5 @@
"target-directory": "moga",
"assets-directory": "out/moga"
}
},
"require": {
"oxid-esales/oxideshop-ce": "^v6.2"
}
}




38 changes: 19 additions & 19 deletions offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,45 +10,45 @@
<meta name="keywords" content="">

<!-- iOS Homescreen Icon (version < 4.2)-->
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="out/wave/img/favicons/favicon_512x512.png" />
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="out/moga/img/favicons/favicon_512x512.png" />
<!-- iOS Homescreen Icon -->
<link rel="apple-touch-icon-precomposed" href="out/wave/img/favicons/favicon_512x512.png" />
<link rel="apple-touch-icon-precomposed" href="out/moga/img/favicons/favicon_512x512.png" />
<!-- iPad Homescreen Icon (version < 4.2) -->
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="out/wave/img/favicons/favicon_512x512.png" />
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="out/moga/img/favicons/favicon_512x512.png" />
<!-- iPad Homescreen Icon -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="out/wave/img/favicons/favicon_512x512.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="out/moga/img/favicons/favicon_512x512.png" />
<!-- iPhone 4 Homescreen Icon (version < 4.2) -->
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="out/wave/img/favicons/favicon_512x512.png" />
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="out/moga/img/favicons/favicon_512x512.png" />
<!-- iPhone 4 Homescreen Icon -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="out/wave/img/favicons/favicon_512x512.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="out/moga/img/favicons/favicon_512x512.png" />
<!-- new iPad Homescreen Icon and iOS Version > 4.2 -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="out/wave/img/favicons/favicon_512x512.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="out/moga/img/favicons/favicon_512x512.png" />
<!-- Shortcut Icons -->
<link rel="icon" href="out/wave/img/favicons/favicon_16x16.png" sizes="16x16" />
<link rel="icon" href="out/wave/img/favicons/favicon_32x32.png" sizes="32x32" />
<link rel="icon" href="out/wave/img/favicons/favicon_48x48.png" sizes="48x48" />
<link rel="icon" href="out/wave/img/favicons/favicon_64x64.png" sizes="64x64" />
<link rel="icon" href="out/wave/img/favicons/favicon_128x128.png" sizes="128x128" />
<link rel="icon" href="out/moga/img/favicons/favicon_16x16.png" sizes="16x16" />
<link rel="icon" href="out/moga/img/favicons/favicon_32x32.png" sizes="32x32" />
<link rel="icon" href="out/moga/img/favicons/favicon_48x48.png" sizes="48x48" />
<link rel="icon" href="out/moga/img/favicons/favicon_64x64.png" sizes="64x64" />
<link rel="icon" href="out/moga/img/favicons/favicon_128x128.png" sizes="128x128" />
<!-- Windows 8 -->
<meta name="msapplication-TileColor" content="#D83434"> <!-- Kachel-Farbe -->
<meta name="msapplication-TileImage" content="out/wave/img/favicons/favicon_512x512.png">
<meta name="msapplication-TileImage" content="out/moga/img/favicons/favicon_512x512.png">
<!-- Fluid -->
<link rel="fluid-icon" href="out/wave/img/favicons/favicon_fluid_512x512.png" title="" />
<link rel="fluid-icon" href="out/moga/img/favicons/favicon_fluid_512x512.png" title="" />
<!-- Default -->
<link rel="shortcut icon" href="out/wave/img/favicons/favicon.ico?rand=1" type="image/x-icon" />
<link rel="shortcut icon" href="out/moga/img/favicons/favicon.ico?rand=1" type="image/x-icon" />

<link rel="stylesheet" type="text/css" href="out/wave/src/css/style.css" />
<link rel="stylesheet" type="text/css" href="out/moga/src/css/style.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="out/wave/src/css/ie7.css"><![endif]-->
<link rel="stylesheet" type="text/css" href="out/moga/src/css/ie7.css"><![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="out/wave/src/css/ie8.css"><![endif]-->
<link rel="stylesheet" type="text/css" href="out/moga/src/css/ie8.css"><![endif]-->
</head>
<body>
<div id="wrapper" class="container">
<div id="header" class="row">
<div class="col-xs-12 logo-col">
<a href="offline.html">
<img src="out/wave/img/logo.svg">
<img src="out/moga/img/logo.svg">
</a>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions out/moga/src/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -11547,8 +11547,7 @@ body {
}

.compare-item .title {
padding-top: 15px;
height: 40px;
min-height: 40px;
display: block;
}

Expand Down
2 changes: 1 addition & 1 deletion out/moga/src/css/styles-all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/moga/src/css/styles.min.css
100755 → 100644

Large diffs are not rendered by default.

Loading

0 comments on commit 598d307

Please sign in to comment.