Hi All, question - I'm using below code and I can...
# suitecommerce
c
Hi All, question - I'm using below code and I can confirm that I'm in PDP view and iteminfo is returning null. Any ideas?
Copy code
var pdp = container.getComponent("PDP");
var iteminfo = pdp.getItemInfo();
w
I think you need event trigger like below: _pdp.on_("beforeShowContent", function() { });