Known issue: SimpleCart Options TV doesn't show the output options in MODX 2.4

Due to an issue in MODX 2.4 identified by Thomas Jakobi the SimpleCart options TV currently doesn’t show the “Single Caption” and “Type” output options when you have selected the simplecartoption output type.

As can be seen in the pull request, the fix is quite easy to apply to core/model/modx/processors/element/tv/renders/getproperties.class.php. Simple replace OnTVOutputPropertiesList with OnTVOutputRenderPropertiesList on line 19. After that, custom TVs like ImagePlus and the SimpleCart Options TV will work again.

The fix will also be included in MODX 2.4.2.