bobbingwide / vgc

VGC - Garden Vista Group theme
GNU General Public License v2.0
0 stars 0 forks source link

Undefined array key messages on Add to cart #68

Closed bobbingwide closed 9 months ago

bobbingwide commented 9 months ago

Warning: Undefined array key "single-single-addon-choose-from-wooden-oiled--painted-finishes:wooden" in C:\apache\htdocs\wordpress\wp-content\themes\vgc\woocommerce\inc\classes\calculate-price.php on line 135

Warning: Undefined array key "multi-single-addon-additional-staging--shelving-options:extra-staging" in C:\apache\htdocs\wordpress\wp-content\themes\vgc\woocommerce\inc\classes\calculate-price.php on line 92

bobbingwide commented 9 months ago

This was a typo in my most recent fix to cater for products where an optional_upgrade was defined but no options had been specified. Part of ab9db9a. I'd misspelled available_options in the function formatAddonsArray(). This caused the Warnings to appear, and none of the optional upgrades were priced.

bobbingwide commented 9 months ago

Fix delivered in v1.7.3