Daily Archives: November 17, 2019
i want to add a custom side bar phtml file in the home page that would show specific categories. i couldn’t find a specific layout or template file for the homepage. any ideas?
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 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 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. […]
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 […]
How can I get the OS X username using bash. The one that is displayed in the Finder UI for example. Finder UI For me it’s Clément but when I run whoami or echo $USER I got clement which is the username that is used in a lower level, by […]
If I create a table CREATE TABLE t1 ( id BIGINT UNSIGNED NOT NULL, createDate TIMESTAMP(3) NOT NULL, updateDate TIMESTAMP(3) NULL DEFAULT NULL, closeDate TIMESTAMP(3) NULL DEFAULT NULL, PRIMARY KEY (id) ) ENGINE=INNODB; createDate column is created as `createDate` timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP(3), 1) What is […]