Magento: Bir paket üründen seçenek bilgilerini almak nasıl?

0 Cevap php

Ben seçenekleri olarak 3 sanal ürünleri içeren bir paket Ürün var.

I have an observer that is listening to an event when an item is added to the cart and I'm having a hard time figuring out how to get the option information that I selected when looking at the product: the start of the observer looks like this:

public function checkSubscriptionHierarchy(Varien_Event_Observer $observer) {
$event = $observer->getEvent();
$product = $event->getProduct();

...

$ ürün-> getSku çağrısı () demet ürünün SKU döndürür. Ben seçilen opsiyonun SKU kapmak edebilmek isterdim, ama bunu nasıl anlamaya olamaz.

Teşekkürler!

0 Cevap