• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

address add multiple times when its try to ship

Bug Report
2
2
124
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V
    vinay last edited by 4 Jun 2020, 16:48

    Trying to get property 'id' of non-objectC:\Users\vinay\bagisto\packages\Webkul\Shipping\src\Shipping.php#85ErrorException

        $shippingAddress = $cart->shipping_address;
    
        foreach ($this->rates as $rate) {
            $rate->cart_address_id = $shippingAddress->id;
    
            $rate->save();
        }
    

    #0 C:\Users\vinay\bagisto\packages\Webkul\Shipping\src\Shipping.php(85): Illuminate\Foundation\Bootstrap\H

    1 Reply Last reply Reply Quote 0
    • V
      Vaishali Agarwal last edited by 5 Jun 2020, 05:25

      Hi @vinay
      this issue has been fixed in bagisto master , you can take pull from the master branch or add these changes as mention in this commit

      1 Reply Last reply Reply Quote 0
      1 out of 2
      • First post
        1/2
        Last post