autoship_after_cart_schedule_options (action)

(templates/cart/schedule-options.php) Used to add customer content after the Schedule Options container on the cart page. Takes the $product, $frequency_type, $frequency, $next_occurrence (date), $cart_item,  & $autoship_selected as its parameters.

Code

<?php do_action('autoship_after_cart_schedule_options', $product, $frequency_type, $frequency, $next_occurrence, $cart_item, $autoship_selected ); ?>