Moderators: jmacgreg, michael, John
asmecher wrote:... If it's critical for you, I'd suggest waiting for OCS 2.2 to be released, at which point the metadata storage will be overhauled in such a way that additional fields (e.g. address1, address2, city, etc.) can be added without modifying the database schema, and modifying the installation to support separate fields. After that point, it shouldn't be difficult to maintain a patched installation, even across upgrades.
If it's critical for you, I'd suggest waiting for OCS 2.2 to be released, at which point the metadata storage will be overhauled in such a way that additional fields (e.g. address1, address2, city, etc.) can be added without modifying the database schema, and modifying the installation to support separate fields. After that point, it shouldn't be difficult to maintain a patched installation, even across upgrades.
$paymentMethodPluginName = $schedConf->getSetting('paymentMethodPluginName'); if (isset($_POST['registerBankTransfer'])) {
$paymentMethodPluginName = "BankTransfer";
}
elseif (isset($_POST['registerPayPal'])) {
$paymentMethodPluginName = "Paypal";
}
else {
$paymentMethodPluginName = $schedConf->getSetting('paymentMethodPluginName');
}Return to OCS Technical Support
Users browsing this forum: Google [Bot] and 1 guest