Hey all :slightly_smiling_face: I know there's a w...
# suitecommerce
m
Hey all 🙂 I know there's a way to get images to change based on matrix options chosen. Can you do the same for the description? Our description field always uses the parent matrix items description instead of the currently selected one EXAMPLE: https://shop.tommycarwash.com/Tommy-10HP-Blower-with-Reinforced-Housing?quantity=1&volt[…]&style=20&starter-type=7&nozzle-length=1&hertz-frequency=7 This item changes images based on options, but even though the specifications/description/details are different they never change between choices
s
This is not native functionality but could be written as a customisation. For example, the extensibility API has an event that fires after an option is selected, so you would need to tie that to render a view or show/hide text https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Frontend/PDP.html#event:afterOptionSelection
m
Dang, figured that was the case. That event looks super useful though - thanks for pointing me in the right direction 🙂