- 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%;
+}
+
/*