-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello!
Voir titre...
Du coup, je sais pas si c'est normal mais j'ai modifié dans BaseCustomerFamilyPlusLoopExtend.php
public function getCustomerFamilyPlus()
{
$currentCustomer = $this->securityContext->getCustomerUser();
if (null !== $currentCustomer) {
$customerFamilyPlus = CustomerFamilyPlusQuery::create()
->useCustomerCustomerFamilyPlusQuery()
->filterByCustomerId($currentCustomer->getId())
->endUse()
->findOne();
}
if (null === $currentCustomer || null === $customerFamilyPlus) {
return CustomerFamilyPlusQuery::create()
->filterByIsDefault(1)
->findOne();
}
return $customerFamilyPlus;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels