I’ve followed all the solutions found in similar issues in the forum. I have no succeed doing it. What i have: Magento 2.4.3 Varnish Cache 6 (set to work at port 80) Apache (set to work at port 8081 for http traffic) Nginx (set as SSL reverse proxy at port […]
Magento
i cant get the cms block to show up on categories pages. the same cms block works fine on the homepage. the category page is set to display static block and product added the cms block. i do have a custom theme. any one can help with this.
I want to customize my shipping and billing form in magento one page checkout process and for that I have to add a custom CSS class/div class to shipping and billing form.If anyone have any leads, Please help code of checkout_index_index.xml referenceBlock name="checkout.root"> <arguments> <argument name="jsLayout" xsi:type="array"> <item name="components" xsi:type="array"> […]
I want to add a column in this table. It is the product table to create a new order from the magento admin panel. This is to be able to know the qty per package while creating orders ourselves. Does anyone know how to do this with or without code? […]
I need to integrate Magento 2 with Odoo ERP by sending new orders from the first platform to the last. Shortly, when an order is placed, I need to make it available to the ERP system that will interrogate something to get the order details, and create a new order […]
I’ve been tasked with fixing the price filter on a Magento 2 site. It works fine with normal products, but a new “grouped_product_price” has been added to Grouped Products as part of a custom module. I want to apply a condition to the current query which basically says: If there’s […]
After adding a custom customer attribute with a dropdown, having values ‘A (11)’ and ‘B (12)’, I attempted to display the attributes on the customer account page. However, upon adding the following code to the ‘info.phtml’ file, I received values instead of names. https://prnt.sc/UE6AIMR5uiZj getCustomer()->getCustomAttribute(‘customer_name’); if ($customAttribute) { echo $block->escapeHtml($customAttribute->getValue()); […]
i need to customise the magento2 component sorter.phtml so that it displays all available options in a list (instead of a select element) and each element in the list has its own asc and desc arrows. the order of the products on the page are then handled ONLY by clicking […]
When i tried to enter first name, last name , email and tried to register in the checkout page , when i click on “SIGN UP ” button, it not moving forward , after some time it will register in backend . but in frontend, it give error as below. […]