@Design
Many thanks for your advice.. however this afternoon I was playing with the code ( not really knowing what I was doing) lol
And I have made some progress see new image also here are the changes I made to the code in payments/user/pack.php
<h3><?php echo sprintf(__('Credit pack #%d', 'payment'), $pack_n); ?> one add</h3>
<div><label><?php _e("Price", "payment");?>:</label> <?php echo $pack." ".osc_get_preference('currency', 'payment'); ?></div>
<?php if(osc_get_preference('paypal_enabled', 'payment')==1) {?>
Changed it to this
<h3><?php _e('Purchase', "payment");?> </label><?php echo $pack." ".osc_get_preference('payment'); ?> Premium adverts </H3>
<div><label><?php _e("Price", "payment");?>:</label> <?php echo $pack." ".osc_get_preference('currency', 'payment'); ?></div>
<?php if(osc_get_preference('paypal_enabled', 'payment')==1) {?>
This uses the pack price value set in admin for the number of adverts in the new description.
well I think that's what its doing .....
anyway it is working in essence to what I wanted but is there any way to only display the number as single digit like 1,2,10 and not 1.00, 2.00,10,00... see image what for what I mean.
sorry if this is a poor way of doing it but like I said Im not a coder... but find out by trial and error