VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: akerman on October 05, 2008, 09:39:10 AM

Title: Missing strings in VMLang file !
Post by: akerman on October 05, 2008, 09:39:10 AM
Hi,

the string 'PHPSHOP_SPEC_CASH_ON_DELIVER_RATES' and 'PHPSHOP_PAYMENT_METHOD_LIST_FEE' -
is missing in the VM language files. Should probably be in '/store' directory.

They're called from 'ps_cashondel.php'

I had to insert this myself in the '/store/english.php':

// Added since missing in original VM 081005 ROA
'PHPSHOP_SPEC_CASH_ON_DELIVER_RATES' => 'Cash on Delivery Rates - Cost depending on Order Total.',
'PHPSHOP_PAYMENT_METHOD_LIST_FEE' => 'Payment Methods List Fee',



In additon to this I just want to say that the explanation on how these rates are to be used, is far from intuitive and would greatly benefit from some explanatory texts.


(Haven't had time to drill down into VM bug reporting system yet. Probably is real easy... but I just post this here, hoping someone will notice...  :-\)

Regards
akerman