In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Dependency Graph View Issue ] Relation Graph ] Vertical ]
related to child of duplicate of

Viewing Issue Simple Details
ID Category Type Reproducibility Date Submitted Last Update
0001305 [In-Portal CMS] Front End feature request N/A 2012-05-29 07:45 2012-07-25 05:30
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed      
Summary 0001305: Support for alternative currency on per-record basis
Description Currently all product prices in In-Commerce are stored in primary currency.

For example 100 in database means:
* 100$ when USD is primary currency
* 100 р. when RUB is primary currency
* etc.
Also In-Commerce does automatic currency conversion (before it is displayed to user) based on same rule: from PRIMARY to user-selected.


I'm proposing to allow PRIMARY currency be specified in each product separately (if there is a need). This of course would only affect currency display on product detail page, but won't affect subtotal amount calculation and such code.
These other things can be done as an improved that idea version.
Additional Information Here are the example usage tags (presuming that products have Currency field in database, that contains ISO3 currency code):
* <inp2:p_Field name="Price" currency="selected" currency_field="Currency"/> - display price in user selected currency and add currency sign to it
* <inp2:p_Field name="Price" currency="field" currency_field="Currency"/> - display price in original currency from "Currency" field (despite what user have selected) and add currency sign to it
This tag still works: <inp2:p_Field name="Price" currency="primary"/>



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker