Jump to content

[1.7.1] Numbers in the cart are not formatted right


Recommended Posts

Hello Prestashop Pros!

 

I started with Prestashop a few months ago and have a reasonable grip on how it works by now. I began developing a new theme for my upcoming store using the starterTheme as a base line. I'm busy going through all the templates and modules and adjust the code to my requirements.

 

Here's my question:

I'm working on the templates that define the looks of the cart, specifically the box on the right that contains the subtotals, totals, tax etc. For some reason the numbers are not formatted correctly. I.e. They are not displayed in a proper currency format, but instead as unformatted numbers - no decimals when the number is a whole number, no currency symbol.

 

Below is the cart-summary-items-subtotal.tpl as an example:

{block name='cart_summary_items_subtotal'}
<div class="cart-summary-line cart-summary-items-subtotal clearfix" id="items-subtotal">
  <span class="label">{$cart.summary_string}</span>
  <span class="value">{$cart.subtotals.products.amount}</span>
</div>
{/block}

As you can see, it is almost identical to the one in the starterTheme or classic theme. I really don't know where to look for an answer and so I hope you guys can point me in the right direction.

 

Cheers,

Otmar

 

 

Link to comment
Share on other sites

  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...