• Resolved raikkonen211

    (@raikkonen211)


    Hello support team,

    We have this formula to calculate the weight shipping cost/kg

    g:shipping_weight value: ceil((width/100)(height/100)(depth/100)*250)
    and we need : g:shipping value: ({regular_price}/{weight})*1000

    Price_Per_KG:
    (({weight} <= 20) * 71.53) + (({weight} > 20 AND {weight} <= 21) * 85.28) + (({weight} > 21 AND {weight} <= 22) * 89.96) + (({weight} > 22 AND {weight} <= 23) * 91.44) + (({weight} > 23 AND {weight} <= 24) * 110.24) + (({weight} > 24 AND {weight} <= 25) * 138.08) + (({weight} > 25 AND {weight} <= 26) * 140.38) + (({weight} > 26 AND {weight} <= 27) * 194.73) + (({weight} > 27 AND {weight} <= 28) * 186.91) + (({weight} > 28 AND {weight} <= 29) * 203.55) + (({weight} > 29 AND {weight} <= 30) * 220.2) + (({weight} > 30) * 270.47)

    Is this possible to be added as dynamic value to your feed?
    It’s very important for us to know before we proceed ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support ansarybadal

    (@ansarybadal)

    Hi @raikkonen211

    Thanks for reaching us.

    First of all, the free version of our plugins does not support custom functions as custom template 2 is not available in the free version.
    Besides, using such a large calculation will cause the feed generated to get stuck at a point. So, If you are trying to calculate shipping cost based on such calculations, I would suggest you to use Google Merchants shipping settings.

    Best regards,

    Thread Starter raikkonen211

    (@raikkonen211)

    Thank you for your response and suggestion. However, I am interested in utilizing the custom functions and templates for my project. Can you please provide me with information about the paid version and its features? Thank you.

    Plugin Support ansarybadal

    (@ansarybadal)

    Hi @raikkonen211

    We would love to explain everything you need to know about our plugin but this forum is for the free version only. To know more, please, contact us here.

    Thank you,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘support request’ is closed to new replies.