Skip to content

magento man

How to show address fields in register when you call the block

I have included the register.phtml file in another .phtml file using the following code: <?php echo $this->getLayout()->createBlock(“MagentoCustomerBlockFormRegister”)->setTemplate(“Magento_Customer::form/register.phtml”)->toHtml(); ?> This code is used to display the registration form as a popup. Additionally, I have created an customer_account_create.xml file to enable the… Read More »How to show address fields in register when you call the block

complaint website

Gentlemen, I have a serious problem with a provider located in England, is there a serious and relevant website where I can make a public co… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1919457&goto=newpost

CSF Firewall blocking mobile IP

I am using WHM with CSF firewall, and it seems that some users are continuously blocking mobile networks due to failed IMAP login attempts. … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1919423&goto=newpost

Magento 2 custom API working for Bearer Token and not working for OAuth1.0

I have created a custom API endpoint to retrieve data from a custom table in magento 2. Webapi.xml file content <route url=”/V1/bs-customer-price-information/:email/:website_id” method=”GET”> <service class=”BSKoRPricingApiKoRPricingRepositoryInterface” method=”getPriceListByCustomerAndWebsite”/> <resources> <resource ref=”Magento_Catalog::products”/> </resources> </route> This endpoint giving result with Bearer Token. If I… Read More »Magento 2 custom API working for Bearer Token and not working for OAuth1.0