floating price on item list
This commit is contained in:
@@ -36,7 +36,7 @@ var SingleItem = React.createClass({
|
||||
<div style={{height: "110px"}} className="item_name_and_price">
|
||||
<p><span className="text-uppercase">{ this.props.item.get('brand') ? this.props.item.get('brand').name : '' }</span>
|
||||
<br /><span className="text-capitalize">{ this.props.item.get('name') }</span></p>
|
||||
<h4>{ Globals.FormatCurrency(this.props.item.get('list_price')) }</h4>
|
||||
<h4 className="item_floating_price">{ Globals.FormatCurrency(this.props.item.get('list_price')) }</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user