{if $product.is_active_rental_price == "Yes" }
{if $product.call_for_price=="Yes"} {else} {*if ($product.rental_weekly!= 0.00000 || $product.rental_daily!=0.00000 )*}

RENT IT!

Monthly

{if $product.rental_monthly != 0.00000} {$product.rental_monthly|price|replace:',':''}/mo. {/if}

Weekly

{if $product.rental_weekly != 0.00000} {$product.rental_weekly|price|replace:',':''}/wk. {/if}

Daily

{if $product.rental_daily != 0.00000} {$product.rental_daily|price|replace:',':''}/day {/if}
{*/if*} {/if}
{/if}