Hi,
This ship module is based on counts. $5 for first item and $1 for each additional item. I was hoping I could make use of the session variables to trigger logic for free shipping. Such as
If ( $_SESSION['cfvm_freeship'] == 1 ) {
$ship_total = 0.00;
}
If that worked then I want to be able write additional code to remove shipping at the product level as I loop through the order so it is not just free shipping for the entire order.
- Mike