• Resolved dimartex

    (@dimartex)


    Hi i want to setup shipping costs for each products in a woocommerce

    So far i created one class that has shipping rate 15 euro
    but the problem is when you buy 2 of these products the shiping should be 15X2
    but woocommerce shows only 15

    what am i doing wrong?

    Thanks for anyone who would like to help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hi @dimartex,

    I’ve referenced the documentation below for you which describes how to set up Flat Rate Shipping and you’ll need to do a per item calculation to have the cost be €15 x 2 so the total was €30.

    https://docs.woocommerce.com/document/flat-rate-shipping/#section-2

    The price you’ll want to add to the Cost field is this below.

    15 * [qty]

    Image Link: https://cloudup.com/cE63-LR7i_9

    I hope this helps.

    Moderator Hari Shanker R

    (@harishanker)

    Hey @dimartex

    Just checking-in on this for you to see if the suggestions we offered helped in guiding you in the right direction.

    Since we haven’t heard from you in a while, I’m going to mark this topic as Resolved. Let us know if you keep running into troubles. You can either reply here to follow-up with the same problem, or create a new thread to report your troubles to us.

    All the best!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘shipping class configuration problem’ is closed to new replies.