How to enable Adobe Stock Integration with Magento 2?

Adobe stock integration functionality with Magento 2 provides a searchable API in the Magento Admin panel to experience the Image Preview and use adobe stock images inside PageBuilder or WYSIWYG content to the site for the Create Product, CMS Page and Static Block.

Magento Admin users can access Adobe Stock from Media Gallery, find specific images, save the watermarked images, create a licensed image, preview and try it with available content. Continue reading “How to enable Adobe Stock Integration with Magento 2?”

How to get Default No Route URL Programmatically Magento 2?

Get No Route URL Programmatically Magento 2 to redirect to 404 Not found page.

You can redirect to the No Route page using ScopeConfigInterface and UrlInterface to not found action. The default value for the No Route page is the cms/noroute/index. Continue reading “How to get Default No Route URL Programmatically Magento 2?”

How to Get Store VAT number Magento 2?

You can get the Store VAT number from the Store configuration section in Magento Admin Panel.

You can retrieve the store Vat number from the admin panel wit below steps,
1. Stores -> Configuration -> General -> General
2. Store Information -> VAT NUMBER. Continue reading “How to Get Store VAT number Magento 2?”