diff --git a/front-ui/app/components/browsing/byCategory.js b/front-ui/app/components/browsing/byCategory.js index 923c745..b8977c0 100644 --- a/front-ui/app/components/browsing/byCategory.js +++ b/front-ui/app/components/browsing/byCategory.js @@ -90,8 +90,8 @@ var ByCategory = React.createClass({ locationName="category" locationId={Number(this.getParams().id)} /> -

Kategorija - {this.state.category.get('name')}

- Number of items in this category: {this.state.items.length} +

{this.state.category.get('name')}

+
- -
total count is : {this.state.items.totalCount}
- - +

- Podkategorija {this.state.subCategory.get('name')} + {this.state.subCategory.get('name')}

- -
Number of items in this subcategory: {this.state.items.length}
-
total count : {this.state.items.totalCount}
+
diff --git a/front-ui/app/components/items/singleItem.js b/front-ui/app/components/items/singleItem.js index 25d9070..69ab47f 100644 --- a/front-ui/app/components/items/singleItem.js +++ b/front-ui/app/components/items/singleItem.js @@ -36,7 +36,7 @@ var SingleItem = React.createClass({

{ this.props.item.get('brand') ? this.props.item.get('brand').name : '' }
{ this.props.item.get('name') }

-

{ Globals.FormatCurrency(this.props.item.get('list_price')) }

+

{ Globals.FormatCurrency(this.props.item.get('list_price')) }

diff --git a/front-ui/app/css/items.css b/front-ui/app/css/items.css index 6746647..560340a 100644 --- a/front-ui/app/css/items.css +++ b/front-ui/app/css/items.css @@ -64,6 +64,14 @@ } +.item_floating_price { + position: absolute; + bottom: 8%; + right: 8%; + text-align: right; + width: 100%; +} + /*