<?php return [ /** * Detect the web basket automatically. */ 'auto_detect' => true, /** * Default currency of any new basket. */ 'currency' => 'USD', ];
info at phpclasses dot org