add support for storing custom metadata to cart/order items and options
authorTony Cook <tony@develop-help.com>
Sat, 18 Apr 2020 03:03:38 +0000 (13:03 +1000)
committerTony Cook <tony@develop-help.com>
Sat, 18 Apr 2020 03:04:15 +0000 (13:04 +1000)
commit33d04a1b24521db22c87006f3fea0bd1f928c6c8
tree2b7f1d118beeffa1d353dd5df59c9dae299f26ca
parentabcd71ea9f5a591fc95c0e0fca2642dde98dd245
add support for storing custom metadata to cart/order items and options

the get_custom() on BSE::CfgProductOptionValue is for compatibility
with database options.
site/cgi-bin/modules/BSE/CustomData.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/TB/OrderItem.pm
site/cgi-bin/modules/BSE/TB/OrderItemOption.pm
site/cgi-bin/modules/BSE/TB/Product.pm
site/cgi-bin/modules/BSE/TB/ProductOption.pm
site/cgi-bin/modules/BSE/TB/ProductOptionValue.pm