View Single Post
  #2  
Old 02-02-2017, 04:27 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Separate shipping charge for Wholesale membership

Making this change in the tpl is probably going to be more difficult. We added to the following to func_is_shipping_method_allowable() in include/func/func.shipping.php (after globals):
PHP Code:
if (
    (
$customer_info['membershipid'] == && $shippingid == 1013)
    || (
$customer_info['membershipid'] != && $shippingid == 1011)
)
    return 
false
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote