Skip to content

magento man

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

Ecowebhosting down?

Hi all, I run a web hosting business using the website ecowebhosting.co.uk to resell the services to my clients, I am having issues not b… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1896685&goto=newpost

How can I move the checkout window.checkoutConfig javascript code above all the payment methods on the checkout page?

I’ve installed the SquareUp payment method, but there’s an issue with the theme I’m using where the form code is injected before the window.checkoutConfig code (which is required for the checkout) and as such the form doesn’t display on the… Read More »How can I move the checkout window.checkoutConfig javascript code above all the payment methods on the checkout page?