Hello,
Is there a way to set different shipping charges for unregistered and registered customers? We are currently using value based calculation for registered customers, ie. if value > 250£ then free shipping else flat rate of 8.50£ applies. We intend to use weight based calculation for unregistered customers
Can changes be made in the perl script to first check customer type then apply the shipping rules? Say perhaps if its registered customers - apply the rate based on a defined constant variable if not then apply the rules as defined in the business settings?
Thanks
Is there a way to set different shipping charges for unregistered and registered customers? We are currently using value based calculation for registered customers, ie. if value > 250£ then free shipping else flat rate of 8.50£ applies. We intend to use weight based calculation for unregistered customers
Can changes be made in the perl script to first check customer type then apply the shipping rules? Say perhaps if its registered customers - apply the rate based on a defined constant variable if not then apply the rules as defined in the business settings?
Thanks