I try to write a own module. After 1 week of searching I hope u can help to go on. Its a very simple admin page. module_dir: app/code/famberg/module_afterbuysync/ … Controller/Adminhtml/Settings/Index.php: <?php namespace FambergAfterbuySyncControllerAdminhtmlSettings; use MagentoBackendAppActionAction; use MagentoBackendAppActionContext; use MagentoFrameworkAppActionHttpGetActionInterface; use MagentoFrameworkViewResultPage; use MagentoFrameworkViewResultPageFactory; class Index extends Action implements HttpGetActionInterface { […]
Magento
So I have this weird behavior on the product page. When I add a product to the cart without filling in all the required information, a message should be displayed! Everything works fine, but the error message is disappearing quickly, I can barely see it. I have tried this solution […]
Shipping Region ID is missing in checkout after upgrading from Magento 2.4.2 to Magento 2.4.5. Existing address no issue but if I am adding new address got an error. https://prnt.sc/6xWT69vefIN4
I am trying to install Magento 2.4.6 with elastic search, I am using the following --search-engine elasticsearch8 --elasticsearch-port 9232 --elasticsearch-index-prefix "test" but I just keep getting the error Could not validate a connection to the OpenSearch. No alive nodes found in your cluster Can anyone see what I am doing […]
Is it possible insert not update (update is simple) image roles (base, small , thumnail) in catalog_product_entity_varchar table if in the table missing attribute row for the products images
After upgrade from Magento 2.3.6 to 2.3.7-p4 in checkout shipping method not showing. I receive error: logged customer rest/default/V1/carts/mine/estimate-shipping-methods-by-address-id 500 as guest rest/default/V1/guest-carts/SirfT8sN2VOFvQHvEFz1e7VSm2WYj7DM/estimate-shipping-methods 500 I can’t find a solution to this problem anywhere.
When images are uploaded, they are resized and put into diffent cache folders. “pub/media/catalog/product/cache/1cd59219f95f9c415e6b76e445689a097/J/K/JK791735.jpg” ect.. Where in Magento is that current cache folder/hash stored? (“1cd59219f95f9c415e6b76e445689a097”) Is it calculated somehow? Stored i DB? Stored in a ini file somewhere?
I’m using my own compiler on my theme for less. I succesfully add the Amasty less files in my theme to override Amasty’s default theme. However, Amasty is using a custom compiler (cssOptions) to generate a CSS and include it in the header. I tried it with several approaches. Override […]
I would like to have a log rotation on Magento Cloud, so my logs don’t become 5GB files. Logs locations /app/okgjweuvmlemc/var/log/ /app/okgjweuvmlemc/var/report/ From the OS side we have it, but would I be able to set it up on the application side?