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 is included index.php I use nginx as web server and […]
Magento
I am understand the schedule update files work on save and delete, but i am not understand when schedule product goes live which file or event triggered for the showing schedule content on frontend. I am trying to create the functionality the product goes live then content notification email receive
I’ve created a module to notify the customer when a custom carrier has been added. I’ve used an observer on the sales_order_shipment_save_after event but the tracking info and items ordered are empty in the shipment email. I’m guessing I need to load the tracking info and order items into the […]
I want to show different header and footer for the guest users and default one for the logged-in users. What is the right way to do so ? AND using the custom module to achieve this.
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 frontend due to the JS errors. How do I move […]
I need help on to correct my implementation on validating the email if it’s already exists. Anyone knows what’s wrong with my code? It is not validating this part. It will save even if the email already exists in db. if ($existingFeedback->getId()) { $result = ['success' => false, 'error' => […]
How to add more order statuses to orders grid bulk actions drop down to update one or more orders status at a time by selecting the check box of orders.
I was trying to run this command but the error raised like this PHP Warning: require(/var/www/medical/bin/../app/bootstrap.php): Failed to open stream: No such file or directory in /var/www/medical/bin/magento on line 14 PHP Fatal error: Uncaught Error: Failed opening required '/var/www/medical/bin/../app/bootstrap.php' (include_path='.:/usr/share/php') in /var/www/medical/bin/magento:14 Stack trace: #0 {main} thrown in /var/www/medical/bin/magento on […]
I’m somewhat of a Magento noob and inherited this site. I upgraded to 2.4.5 from 2.4.0 and basically the top links and footer links disappeared. For example, this block is no longer displaying: <block class="MagentoCustomerBlockAccountNavigation" name="top.links"> <arguments> <argument name="css_class" xsi:type="string">header links</argument> </arguments> </block> In: ./app/design/frontend/Magento/themename/Magento_Theme/layout/default.xml But it’s not just that. […]