Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1622 Widoki

I get a sale order line :

"product_id" => array:2 [

      0 => 55962

      1 => "<text>"

    ]

    "product_template_id" => array:2 [

      0 => 56085

      1 => "<the same text>"

    ]
__
=> differente ids but the same name ???

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

product_id

Refers to the specific product variant (product.product model).

Variants are tied to a product template (product_template_id) but differ based on attributes like size, color, etc.

product_template_id

whenever you are creating Product (product.template) than same will be created in also (product.product)

it contains the main product and with list of product variant (attributes)


Hope it helps

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
sie 25
31
3
sie 25
393
2
sie 25
444
0
sie 25
201
1
sie 25
556