RAYDAN
RAYDAN BLUE ROSE PERFUME 100ML
In stock
SKU
175214
OMR 55.000
Feeling of warmth to the quality of the roses prepared from Himalayan fields.
INGREDIENTS
Top Note: Aquatic Notes, Lemon
Heart Note: Rose, Sugar
Dry Out: Cedar, Vanilla, Sugar, White Musk
Item No : 175214
603 8th Street | Whitehall, PA 18052 | 610.264.1100 | 800.523.4242
protected $_customerSession;
public function __construct(
\Magento\Customer\Model\Session $customerSession,
) {
$this->_customerSession = $customerSession;
}
public function getGroupId(){
if($this->_customerSession->isLoggedIn()):
echo $customerGroup=$this->_customerSession->getCustomer()->getGroupId();
endif;
}