Closed (fixed)
Project:
Ubercart Donation Products
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 May 2008 at 13:48 UTC
Updated:
28 Nov 2008 at 02:12 UTC
I had a thought that it would be nice to have the currency indicator on the textfield for the donation amount. You can add the following to that element's array to do it like I've done in the cart settings form for the minimum order subtotal:
'#field_prefix' => variable_get('uc_sign_after_amount', FALSE) ? '' : variable_get('uc_currency_sign', '$'),
'#field_suffix' => variable_get('uc_sign_after_amount', FALSE) ? variable_get('uc_currency_sign', '$') : '',
Comments
Comment #1
greenskin commentedFixed in latest dev release.