I've been banging my head against the wall for a while now trying to figure out why the line item prices in the cart display differently between two product types.

If you look at the attached screenshot, can anyone tell me where the settings are that affect those price formats?

(I'm using different product types etc because one is using commerce_custom_product to do a pick your price scenario)

thanks!

CommentFileSizeAuthor
Selection_004.png6.78 KBleevh

Comments

rszrama’s picture

Status: Active » Postponed (maintainer needs more info)

Are they both Canadian dollars? Right now it looks to me like you just have 2 different currencies...

rashmit sidhu’s picture

Issue summary: View changes

You created product with different currency and added these to cart. This is the reason, you are getting different currency in cart.

You need to edit product currency and then add product again to cart.
You can configure currency from Store -> Configuration -> Currency settings.

Let me know if you face any query/concern regarding this.

Thanks!

rszrama’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

There were almost certainly two different currencies, so I'm closing this out.

In case it helps, currency formats are hardcoded in Drupal Commerce 1.x but overridable via hook_commerce_currency_info().