Re: New payment module with javascript call
if we put in the javascript that is inside of includes -> modules -> pages -> checkout_confirmation
$price_string, it doesn't find it even if it is defined in the selected payment module.
Total price can be found if we put <?php number_format($order->info['total'], 2);?> but not if we use the one defined in the payment module as $price_string. So the ZC standard parameters can be picked. How do we pick our own ones from the folder includes -> modules -> payment to be used inside the javascript file of includes -> modules -> pages -> checkout_confirmation?
We need also similar way other parameters picked up from the module for the same javascript call.
I may be blond but at least I found Zen.