Just had a fake order come through on my Magento2 website. The address is nonsense and instead of a customer name it had this code: {{var this.getTemplateFilter().filter($order.shipping_address.city)}}{{var this.getTemplateFilter().addAfterFilterCallback($order.shipping_address.last_name).filter($order.shipping_address.city)}} Can anyone tell me what it was they’re trying to do? There’s no payment details attached, it looks like they didn’t go […]
Magento
I’m using opensearch, when I’m trying to reindex ‘catalogsearch_fulltext’, I’m getting error: {"error":"no handler found for uri [/khmagento2_product_1_v2/document/_mapping] and method [PUT]"}' Here is the result of: curl -u admin:admin -i http://localhost:9200/_cluster/health {"cluster_name":"khmagento2","status":"yellow","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"discovered_master":true,"discovered_cluster_manager":true,"active_primary_shards":14,"active_shards":14,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":12,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":53.84615384615385} in magento configuration:
Hello i’d like to understand how to enable all possible error log that can happen in my Magento 2.4.4 in production mode since website is live. I checked that in var/log folder there are usefull files but it’s all there? Thanks
Magento Version: 2.4.3 Search Query: https://siteurl/catalogsearch/result/?q=sku The search query works well but sometimes for certain product it returns 450 error. Is there any solution? Please let me know. Thanks.
I have a basic html form and what I want is when clicking the submit button to use Jquery and Ajax to post the contents to an external url instead of reloading the entire page. However whats happening is clicking submit makes the entire page reload and nothing gets posted […]
I’ve been trying to add phtml to my custom theme but it doesn’t show for example <block class="MagentoCatalogBlockProductView" name="product_view_custom_block" before="-" template="Magento_Catalog::product/view/custom_block.phtml"/> path for xml is <theme_name><theme>Magento_Cataloglayoutcatalog_category_view.xml path is <theme_name><theme>Magento_Catalogproductviewcustom_block.phtml the template="" what should I put inside the double quotes? Did I do this right? I’m using Magento 2.4.4
Now the magento site version is 2.4.3. It’s using the owl carousel for banner image and product images. And the owl carousel works well. But sometimes it isn’t working. I think it’s because the owl carousel js loads before the jquery js loaded. It returns this error. Uncaught TypeError: Cannot […]
Hi I installed Sebwite category sidebar but it’s not showing up in my sidebar. It shows up the admin page and I configured it on the admin page but I can’t see it on the category sidebar. I am using a luma custom theme. https://github.com/Sebwite/magento2-category-sidebar/
I’m developing a website using Magento Cloud. I created 2 new sort-by options as attachments below: When I select sort-by “Price Low to High” or “Price High to Low”. I always get messages: We can’t find products matching the selection. This’s my code: di.xml file <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoCatalogBlockProductProductListToolbar"> […]