Categories
Mobile
- There are no items to display.
SiteWorx (Control Panel)
- There are no items to display.
SolusVM
- There are no items to display.
function lowercase_domain_hook($vars) { if (is_array($vars['domains'])) { foreach($vars['domains'] AS $k => $v) { if (isset($_SESSION['cart']['domains'][$k]['domain'])) { $_SESSION['cart']['domains'][$k]['domain'] = strtolower($v['domain']); } } } } add_hook("PreCalculateCartTotals",1,"lowercase_domain_hook");
Mobile
SiteWorx (Control Panel)
SolusVM