AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Claudio Garcia on October 21, 2019, 03:58:56 PM

Title: How can i get the customer_id in cart.php
Post by: Claudio Garcia on October 21, 2019, 03:58:56 PM
I need to do a validation and want to know how can i get the customer_id from user who is in the cart processing an order.

Thanks
Title: Re: How can i get the customer_id in cart.php
Post by: Sam_78 on October 21, 2019, 04:33:23 PM
\storefront\controller\pages\checkout\cart.php
Title: Re: How can i get the customer_id in cart.php
Post by: Claudio Garcia on October 21, 2019, 06:54:44 PM
Hi Sam

I am in: \storefront\controller\pages\checkout\cart.php

But i dont know how to call customer_id, how to assign the value to a variable, for example:

$customerid = $this.order[customer_id]
Title: Re: How can i get the customer_id in cart.php
Post by: Claudio Garcia on October 28, 2019, 04:24:17 PM
I will answer to myself

The right instruction is:

(int)$this->customer->getId()