• Has anyone seen a woocommerce shipping plugin that allows for multiple variables? In all the plugins I have located so far none will allow me to create a flat rate with two variables, as in a zone and a product profile.

    Example:
    I create a ‘shipping zone’, woocommerce/settings, based on a constrained list of zip codes. I can then generate a flat rate for this zone.
    But what if I have a set of products that require different flat rates for this zone. How can I create this if/else calculation. I do not code, and would rather not hire a coder, so does anyone know an available plugin?

    if (zip code = 005**…006**) and Product = 1; Flat Rate 1;
    else
    if (zip code = 005**…006**) and Product = 2; Flat Rate 2;
    etc…

    If I am posting to the wrong place, let me know.
    Thanks

The topic ‘Shipping Plugin – 2 variable flat fee calculation’ is closed to new replies.