management integration start
This commit is contained in:
parent
bcd06ea410
commit
ecbcb706cf
|
|
@ -20,7 +20,7 @@ return [
|
|||
'order-status-pending-payment' => 'Tölege garaşylýar',
|
||||
'order-status-processing' => 'Işlenilýär',
|
||||
'order-status-success' => 'Tamamlandy',
|
||||
'order-status-completed' => 'Tamamlandy',
|
||||
'order-status-completed' => 'Tamamlandy',
|
||||
|
||||
],
|
||||
'cart'=>[
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
namespace Webkul\Product\Type;
|
||||
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Illuminate\Support\Str;
|
||||
use Webkul\Checkout\Models\CartItem as CartItemModel;
|
||||
use Webkul\Product\Datatypes\CartItemValidationResult;
|
||||
|
|
@ -613,7 +614,7 @@ class Configurable extends AbstractType
|
|||
}
|
||||
|
||||
$price = $childProduct->getTypeInstance()->getFinalPrice();
|
||||
|
||||
Log::info($this->getAdditionalOptions($data));
|
||||
return [
|
||||
[
|
||||
'product_id' => $this->product->id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue