I need to build a form with zipcode field. It needs to be ask customer before checking any products in website or pincode already saved in session that can be edit using “edit” link. If service to pincode is not available then no need to show any products in website. […]
Magento1
I am migrating from Magento open source 1.9 to 2.3.3 the initial migration went well, however, I am trying to do delta migration by using Magento migration tool. Running the delta command for migration tool gives me the error Base table or view not found: 1146 Table 'magent7.catalog_url_rewrite_product_category' doesn’t exist […]
I have a problem with my site processing email templates. When I click preview on any email template it just produces a blank document. I have tried this with standard inbuilt templates and very simple templates with no variables, it always comes up blank. When I make an order on […]
I believe the WAI-ARIA roles are making my page navigate to the element when I click on it, either span, hyperlink or such. How can I disable it? If I can’t or shouldn’t disable that, how should I prevent it from happening? I don’t want the navigation to happen on […]
We added some extra functionality to an Product inventory grid and now the default actions that were previously there all fail with this error below. Note products are selected with a check in the checkbox. So not sure why it says that “something needs to be selected” Any ideas what […]
I’m trying to set a decimal value to a percentage discount on a tierprice. The problem is that when it’s saved the value is becoming an int instead of a decimal. Example if I set a percentage to 1.23% after save => 1% after saving it Any way that it […]
What is object manager in magento2? Is it good to avoid use of it in Magento and where shall we make use of object manager ?
I want to override MagentoSalesBlockAdminhtmlTotals this block I did but I don’t know what I’m doing wrong. app/code/[Vendor]/[Module]/etc/adminhtml/di.xml < ?xml version="1.0"?> app/code/[Vendor]/[Vendor]/Block/Adminhtml/Totals.php < ?php namespace [Vendor][Vendor]BlockAdminhtml; class Totals extends MagentoSalesBlockAdminhtmlTotals { /** * Initialize order totals array * * @return $this */ protected function _initTotals() { $this->_totals = []; $this->_totals['subtotal'] […]
I have found a lot of examples on how to create an extra attribute for the categories. I want to create a text field for adding a different H1 – instead of using the category name as the headings, on the category pages. But how can I fetch the attribute […]