What is value of OpenCart customer_id on oc_oder for guest account -


we using opencart. in case of guest checkout, value of customer_id on oc_order? assume zero?

yeap right.

you can find specified in catalog/controller/checkout/confirm.php

            elseif (isset($this->session->data['guest'])) {             $data['customer_id'] = 0; 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -