Join Slack
Powered by
Hi All, question - I'm using below code and I can...
# suitecommerce
c
Charan
11/07/2023, 11:39 AM
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
wbermudo
11/07/2023, 7:26 PM
I think you need event trigger like below: _pdp.on_("beforeShowContent", function() { });
2
Views
Open in Slack
Previous
Next