Totally Zenned
- Join Date:
- Aug 2007
- Location:
- Gijón, Asturias, Spain
- Posts:
- 2,869
- Plugin Contributions:
- 7
Undefined index: shipping in classes/order.php
Php 7.1.8
this is causing me an undefiend index notice (but not in normal use).
'shipping_module_code' => (isset($_session['shipping']['id']) && strpos($session['shipping']['id'], '') > 0 ? $_session['shipping']['id'] : $_session['shipping']),
If the clause is false why would shipping_module_code be set to $_session['shipping']?