• Hello,

    we can manipulate the packages with woocommerce_cart_shipping_packages but obviouly it is only for cart.
    thank you page or order detail page still shows total shipping cost, how can we display seperate shipping price for each package there.

    Thanks,
    Sam

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

    (@riaanknoetze)

    Not sure I understand the question here. WooCommerce already shows all the prices associated with each shipping method. Any chance you could elaborate in a bit more detail?

    Thread Starter bizinbang

    (@bizinbang)

    Hello Riaan,

    Thanks for reaching out to me.

    I am splitting the order in multiple packages on cart page by apply_filters( ‘woocommerce_cart_shipping_packages’, $packages );.
    where i am splitting each item into a package or you can say i am displaying shipping cost for each item on Cart page so it is displaying like this:

    Shipping Cost #1      $5 
                          1xWoo Ninjaa
    
    Shipping Cost #2      $2 
                          1xPatient Ninjaa
    
    Shipping Cost #3      $6 
                          2xHappy Woo Ninjaa

    But if i go to Thank You page or Order Detail page, it is displaying like this:

    Shipping Cost: $13 via newshippingmethod,newshippingmethod,newshippingmethod

    Can we display Shipping Cost on Thank You page or Order Detail page same as we are displaying on Cart page?

    • This reply was modified 8 years, 1 month ago by bizinbang.
    Thread Starter bizinbang

    (@bizinbang)

    Hello Riaan,

    Did you have a chance to check the issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to display shipping price for each shipping package?’ is closed to new replies.