CMS MADE SIMPLE FORGE

CGEcommerceBase

 

[#4881] Typo ( causing problems with currency symbol

avatar
Created By: Alane Cole (curlypinky)
Date Submitted: Wed May 05 16:38:50 -0400 2010

Assigned To: Robert Campbell (calguy1000)
Version: 1.0.1
CMSMS Version: None
Severity: None
Resolution: Fixed
State: Open
Summary:
Typo ( causing problems with currency symbol
Detailed Description:
If you set attributes, the display of the attribute dropdown will read
"[attrib-name] (($currency_symbol}x.xx)"

It looks like this is caused by
Line 49 of CGEcommerceBase.module.php
define('CGECOMB_ATTRIB_ITEM_DESCRIPTION','{$attrib_text}
(($currency_symbol}{$attrib_adjust|number_format:2})');

Should be:
define('CGECOMB_ATTRIB_ITEM_DESCRIPTION','{$attrib_text}
({$currency_symbol}{$attrib_adjust|number_format:2})');

But that does not fix the display - does CGCommerceBase need to be reinstalled
to effect change?


History

Comments
avatar
Date: 2010-05-05 16:56
Posted By: Robert Campbell (calguy1000)

very minor issue that is adjustable in the CGEcommerceBase preferences.
      
avatar
Date: 2010-05-05 17:12
Posted By: Alane Cole (curlypinky)

I am looking at Extensions > CGEcommerceBase but what needs to be changed to fix
it?
Thanks,
Alane
      
avatar
Date: 2010-05-05 17:25
Posted By: Alane Cole (curlypinky)

Wait never mind, I see it. Under Extensions > CGEcommerceBase under Supplier
Settings. Bottom of the page, Product Attribute Display Template:
      
Updates

Updated: 2010-05-05 16:56
resolution_id: => 7