How to get currency symbol by store Magento 2?

Retrieve Currency symbol for the current store or any specific store currency symbol by store id or name.

Use Interface to fetch symbol Magento\Framework\Pricing\PriceCurrencyInterface with getCurrencySymbol() method. Continue reading “How to get currency symbol by store Magento 2?”

Get Sandbox and Gateway URL of DHL Shipping Programmatically Magento 2.

Magento comes with Out of the box DHL shipping Method to use the shipping provider as the DHL method.

While you are developing features related to the DHL shipment and you need sandbox URL for the test shipping method or real gateway URL you can achieve this using a programmatic way.

DHL has already sandbox and gateway URL available, You can retrieve both of the URL by simple Code snippet, Continue reading “Get Sandbox and Gateway URL of DHL Shipping Programmatically Magento 2.”

How to Get Dob Value by the customer id Magento 2?

You can retrieve the date of birth (dob) value by the customer id or email in Magento 2. Birthdate value needs to disable by default so you can’t able to see on the register page.

You can enable it from the Configuration setting to display the Dob field in the Customer Registration page.

Dob returns the date value as Y-m-d(1990-10-10) format. Continue reading “How to Get Dob Value by the customer id Magento 2?”