Products

Titolo

Nessun cambiamento

Collegamento permanente

Nessun cambiamento

contenuto

OldNew
73 73
74// Add an attribute 74// Add an attribute
75$product->data['attributes'][] = [ 75$product->data['attributes'][] = [
76 'group_id' => 11, 76 'group_id' => 11,
77 'value_id' => 0, 77 'value_id' => 0,
78 'custom_value' => 'Lorem ipsum', 78 'custom_value' => 'Lorem ipsum',
79];
80
81// Add options
82$product->data['options'][] = [
83 'group_id' => 11,
84 'function' => 'select',
85 'required' => 1,
86 'sort' => 'alphabetically'
87 'values' => [
88 [
89 'value_id' => 22,
90 'custom_value' => null,
91 'price_operator' => '+',
92 'USD' => 5.00
93 ],
94 [
95 'value_id' => 0,
96 'custom_value' => 'Lorem ipsum',
97 'price_operator' => '+',
98 'USD' => 0
99 ],
100 ],
101 'priority' => 99,
79]; 102];
80 103
81$product->save(); 104$product->save();

Modificato da s22_tech il 23 feb 2025 alle 06:49

This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.