Skip to content

Have you tried this hosting provider?

I considering to take the hosting services of elihost.com. From my own research I have seen they can provide a level of security unmatched b… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1920474&goto=newpost

How can I auto-approve quotes?

I am wanting to auto-approve quotes as customers approve them. Our company does not negotiate price, but we want the resource there for the customer. Is something like this possible?

Get Current URL from a PHTML, inside Amasty Promo Banners Template – Magento 2

Amasty Promo Banner, template banner.phtml All solutions that i tried get not current url but this: https://magento.ddev.site/amasty_banners/banner/ajax/?_=1717758947843&banners%5B0%5D=&banners%5B1%5D=&banners%5B2%5D=&banners%5B3%5D=&banners%5B4%5D=&banners%5B5%5D=&banners%5B6%5D=&banners%5B7%5D=&context%5BcurrentCategory%5D=1711&sections%5B0%5D=10&sections%5B1%5D=4&sections%5B2%5D=15&sections%5B3%5D=14&sections%5B4%5D=5&sections%5B5%5D=2&sections%5B6%5D=22&sections%5B7%5D=1 And current url is https://magento.ddev.site/etikettendrucker-zubehoer/etikettendrucker/mini-desktop-drucker/ Any Idea?

Magento2 & Elasticsearch 8.13.4 install: Could not validate a connection to Elasticsearch. Unknown 401 error from Elasticsearch null

Installing locally using php bin/magento setup:install –base-url=http://127.0.0.1/magento2/ –db-host=localhost –db-name=magento2 –admin-firstname=admin –admin-lastname=admin –[email protected] –admin-user=admin –admin-password=admin123 –language=en_US –currency=USD –timezone=America/Chicago –use-rewrites=1 –backend-frontname=admin –search-engine=elasticsearch8 –elasticsearch-host=”https://localhost” –elasticsearch-port=9200 –elasticsearch-enable-auth=true –elasticsearch-username=”elastic” –elasticsearch-password=”[my password]” localhost:9200 returns { “name” : “DULLAHAN”, “cluster_name” : “elasticsearch”, “cluster_uuid” : “XA24SRmzTgaeIMbASp64rg”, “version” :… Read More »Magento2 & Elasticsearch 8.13.4 install: Could not validate a connection to Elasticsearch. Unknown 401 error from Elasticsearch null

How to Add Dynamic Mass Action in Admin Grid for Assign a Customer Group Magento 2

How to Add Dynamic Mass Action in Admin Grid for Assign a Customer Group Magento 2 Vendor/Extension/view/adminhtml/ui_component/data_listing.xml <massaction name=”listing_massaction”> <action name=”assign_to_group”> <settings> <type>assign_to_group</type> <label translate=”true”>Assign a Customer Group</label> <actions class=”VendoreExtensionUiComponentMassActionGroupOptions”/> <url path=”mageefy_guest_to_customer/guest/massAssignGroup”/> </settings> </action> Vendor/Extension/UI/Component/MassAction/Group/Options.php <?php namespace VendorExtensionUiComponentMassActionGroup; use MagentoFrameworkPhrase;… Read More »How to Add Dynamic Mass Action in Admin Grid for Assign a Customer Group Magento 2