Recurring Billing on Category Page

Hello,

I am trying to get recurring billing setup on the category page.



Here is the page I have modified.



[url]http://174.120.152.66/~eboost/index.php?dispatch=categories.view&category_id=165[/url]



As you can see I have it pulling the recurring billing but it is not actually changing the price when you add it to the cart.



I got the recurring into this page by using on the product_list.tpl page



{if $product.recurring_plans && !$smarty.capture.passed_to_buttons_content}



{include file=“addons/recurring_billing/views/products/components/recurring_plans.tpl” hide_common_inputs=false}



{/if}





Anyone have any idea how to get it working properly?



Thanks