In LOIGIC:
- Add settings to select from 'ticket_payment_providers' table. - Store in settings db table
- Else : check for the hard coded value.
$config['px_user'] = 'BethlehemTrading_HPP';
$config['px_key'] = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
Add fields for these.. why do we need both?
$config['payment_email'] = '[email protected]'; - drop this in the eommece logic - only use 'ecommerce_email'
$config['ecommerce_email'] = '[email protected]';
$config['ecommerce_send_admin_email'] = TRUE; - make this a checkbox .
- text field for this.
- AND bank details
$config['gst_number'] = '069 401 090';
$config['bank_account'] = 'ANZ Bank - 00-0000-0000000-00';
----- Make. SHIPPING section...
$config['shipping_cost'] = 9.95;
$config['ecommerce_allow_pickup'] = TRUE;