Dear B2B Commerce blazers...
I have additional fields on the CC Product. They have a similar use in procurement with Unit Of Measure. I would like this data to load with the cart page's JavaScript use of CCRZ.currentCart.fetch(). But I cannot find how to define additional properties to be pulled from the product.
I am hoping to work within existing Configurations or existing JavaScript calls.
Alternatively, If I could get the "Specs" to pull in to the cart/product data - i could use the Specs to store the additional information.
Or if there is a separate JavaScript call I can make to pull the full product details from the product sfID, that could work too.
Any insight is greatly appreciated.
Hey @Shawn McKnight !
From my understanding, exposing additional fields will require you to recreate the visualforce page and apex class behind it to pull in the new custom fields... I am not on the dev side of these projects so I encourage you to get a second opinion on this point.
In regards to exposing the specs, this is OOTB functionality that you should be able to accomplish without code. Here is some documentation on how to configure this declaratively:
https://cloudcraze.atlassian.net/wiki/spaces/B2BDOCS411/pages/978781618/Add+widget+to+display+specs+on+PDPHope this helps!