On 06/02/19 11:35, DB wrote:
> I'm trying to add a fixed amount to the shipping calculated at checkout
> if the shipping address is to certain states. Is there a way to access
> the value of the 'state' in the SpecialSub code such as this example:
Try $Values->{state}
Peter