3
Ürün Tasarrufunda Özel Seçenek Oluşturma
Bir ürün oluşturulduğunda ürünlerim için otomatik olarak özel bir seçenek oluşturmaya çalışıyorum. Şimdiye kadar ne var catalog_product_save_beforeolay ateş ve aşağıdaki kodu çalıştıran bir gözlemci : //check that we haven't made the option already $options = $product->getProductOptions(); foreach ($options as $option) { if ($option['title'] == 'Auto Date & Time' && $option['type'] …