Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created April 16, 2020 16:19
Show Gist options
  • Save unlocomqx/712b28a3ece8cab458df34323205ec42 to your computer and use it in GitHub Desktop.
Save unlocomqx/712b28a3ece8cab458df34323205ec42 to your computer and use it in GitHub Desktop.
$context = Context::getContext();
$declarations = array(
'id_guest' => $context->cookie->id_guest,
'id_cart' => $context->cart->id,
'id_customer' => $context->customer->id,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment