View Single Post
  #4  
Old 11-04-2011, 06:09 AM
 
mild2wild mild2wild is offline
 

Member
  
Join Date: Mar 2007
Posts: 17
 

Default Re: [x-cart 4.2.2] Want to add shipping method based on subtotal, not discounted subtotal

I'm looking in shipping.php and thinking that an addition to this function could do what I want something to do


Code:
# # This function checks if shipping method have defined shipping rates # function func_is_shipping_method_allowable($shippingid, $customer_info, $products, $weight=0, $subtotal=0) { global $sql_tbl, $config, $single_mode; global $login;

If I could add a new variable to this function to grab that other non-discounted subtotal and then use that as a comparison to qualify a different shipping method, that would do what I want [I think].

Thoughts anyone? Does anyone know wth I need to grab to populate that variable?

-Brian
__________________
-----
From Mild to Wild Hot Sauce Shop
www.frommildtowild.com
Running X-Cart Gold 4.4.5
Reply With Quote