{$pluginmethod_id}) { $checked = 'checked="checked"'; } else { $checked = ''; } $costDisplay = ""; if ($pluginSalesPrice) { $costDisplay = $currency->priceDisplay( $pluginSalesPrice ); $t = vmText::_( 'COM_VIRTUEMART_PLUGIN_COST_DISPLAY' ); if(strpos($t,'/')!==FALSE){ list($discount, $fee) = explode( '/', vmText::_( 'COM_VIRTUEMART_PLUGIN_COST_DISPLAY' ) ); if($pluginSalesPrice>=0) { $costDisplay = ' ('.$fee.' '.$costDisplay.")"; } else if($pluginSalesPrice<0) { $costDisplay = trim(strip_tags($costDisplay),'-'); $costDisplay = ' ('.$discount.' '.$costDisplay.")"; } } else { $costDisplay = ' ('.$t.' '.$costDisplay.")"; } } $dynUpdate=''; if( VmConfig::get('oncheckout_ajax',false)) { $dynUpdate=' data-dynamic-update="1" '; } echo '\n" . '\n";