" <?php 
            selected($method->is_rate_selected($i));
            ?>
>
						<?php 
            echo $service;
            ?>
 &ndash; <?php 
            echo $price > 0 ? fflcommerce_price($price, array('ex_tax_label' => (int) $is_taxed)) : __('Free', 'fflcommerce');
            ?>
					</option>
				<?php 
        }
        ?>
			<?php 
    }
    ?>
		</select>
		<?php 
} else {
    ?>
			<p><?php 
    echo __(fflcommerce_shipping::get_shipping_error_message(), 'fflcommerce');
    ?>
</p>
		<?php 
}
?>
	</td>
</tr>
Exemple #2
0
					<?php 
        }
        ?>
					<tr>
						<th class="cart-row-total-title"><strong><?php 
        _e('Total', 'fflcommerce');
        ?>
</strong></th>
						<td class="cart-row-total"><strong><?php 
        echo fflcommerce_cart::get_total();
        ?>
</strong></td>
					</tr>
					</tbody>
				</table>
			</div>
			<?php 
        do_action('fflcommerce_after_cart_totals');
    } else {
        echo '<p>' . __(fflcommerce_shipping::get_shipping_error_message(), 'fflcommerce') . '</p>';
    }
    ?>
	</div>
	<?php 
    do_action('fflcommerce_before_shipping_calculator');
    fflcommerce_shipping_calculator();
    do_action('fflcommerce_after_shipping_calculator');
    ?>
</div>
<?php 
}