Hey!

I'm looking into the possibility to offer my customers to split their cost over a maximum of 2 years.
I am trying to figure out how I can show the monthly cost in the product info display page.

So it will first list the price, and under that it should say the monthly cost.

Is it possible to make ZC divide
Code:
. zen_get_products_display_price((int)$_GET['products_id']);
by <# of months>? in templates\tpl_product_info_display.php