CMS MADE SIMPLE FORGE

Cart

 

[#5476] Cart do not show the prices sum

avatar
Created By: Gianluca Savini (gianlucasavini)
Date Submitted: Tue Sep 28 05:50:11 -0400 2010

Assigned To:
Version: 1.7.2
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
Cart do not show the prices sum
Detailed Description:
Cart do not show the sum of the objects' prices un "mycart" view


History

Comments
avatar
Date: 2010-10-28 17:02
Posted By: Noel McGran (nullig)

If you're using the Sample Teplates, edit this tag in the "MyCart Form
Templates":

{$cart_totalprice:number_format:2}

should be:

{$cart_totalprice|number_format:2}

Nullig