Skip to content

magento man

UPS Standard Gateway URL Stopped Working

Starting this AM, our Magento 2 store stopped pulling in UPS rates. We were using the standard gateway https://www.ups.com/using/services/rave/qcostcgi.cgi Does anyone know if this was deprecated and went down? It would have been nice to get a heads up! Thanks.

Strip index.php from rest urls

I am having this issue with an external platform which trying to get rest urls from my magento 2.4.5. Issue is that the urls they hit contain index.php inside. They are like this: https://example.com/en_us/index.php/rest/V1/customerGroups/search?searchCriteria%5BcurrentPage%5D=1&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bcondition_type%5D=gteq&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bfield%5D=id&searchCriteria%5Bfilter_groups%5D%5B0%5D%5Bfilters%5D%5B0%5D%5Bvalue%5D=0&searchCriteria%5BpageSize%5D=50 As you see inside the url… Read More »Strip index.php from rest urls

I want to insert a custom block into the $block->getChildHtml(‘customer.form.register.extra’) placeholder in register.phtml

I want to insert a custom block into the $block->getChildHtml(‘customer.form.register.extra’) placeholder in the customer registration form – register.phtml. I have a custom block in my module that I’d like to insert into this placeholder to avoid overriding the .phtml file.… Read More »I want to insert a custom block into the $block->getChildHtml(‘customer.form.register.extra’) placeholder in register.phtml