reshuffled things, order button now exists and does nothing
This commit is contained in:
@@ -20,12 +20,9 @@ var CartTotal = React.createClass({
|
||||
|
||||
});
|
||||
|
||||
return (
|
||||
|
||||
<div className="row-fluid cart-total">
|
||||
<div className="col-md-offset-9 col-md-3">
|
||||
Ukupno: {Globals.FormatCurrency(total)} + Dostava
|
||||
</div>
|
||||
return (
|
||||
<div className="col-md-3 cart-total">
|
||||
Ukupno: {Globals.FormatCurrency(total)} + Dostava
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user