When I am trying to create a dynamic chart, I use name manager to set the axis. The formulas in name manager will either be an offset function or an index function, an example would be: =DATA!$B$14:INDEX(DATA!$B$14:$B$1000,DATA!$C$11) this formula gives me the data i need when i change the dates […]
Monthly Archives: January 2023
I configured my Hurricane Electric IPv6 tunnel, and all is working well with my router, router advertisements, auto configured addresses, etc. I want a static source address on IPv6 traffic to make for sane firewall rules. I have use this Powershell commandlet to disable temporary addresses, which seems to have […]
There is a very mysterious event that I can not solve when copying and pasting some block of text. Maybe, someone could explain what happens here. Every time I copy a content area from a Youtube video (description field) and paste it to a Microsoft Word document, text comes without […]
There are some plugins that every WordPress blog could use. Enhance virtually any website with a top WordPress plugin covered in this article. Continue reading Top 10 WordPress Plugins for 2023 on SitePoint.
Learn about the three basic, native PHP functions for quickly opening a local file, reading data from it, or writing data to it. Continue reading Quick Tip: How To Read a Local File with PHP on SitePoint.
I’m trying to programmatically add a row to a dynamic-rows component by extending the dynamic-rows and form components. When an inserted form is submitted, the form data is inserted into the programmatically added row. My code successfully adds a new row, and inserts the data into the input. So the […]
We’re using Novuna PaybyFinance (formerly Hitachi PaybyFinance) version 1.7.1 in Magento 2.4.3-p3 and need to be able to access Novuna’s column 'finance_application_no' which is present in the sales_order column via the Order API. Can anyone guide me on how to do this? Thanks
I using the following code to redirect all visitors to the login page. Everything is working fine with the exception of the Forgotten Password link… how would be make an exception for that /customer/account/forgotpassword/ $redirect_url = Mage::getUrl('customer/account/login/'); $current_url = Mage::helper('core/url')->getCurrentUrl(); if ((!$this->helper('customer')->isLoggedIn()) && ($current_url != $redirect_url)) { Mage::app()->getFrontController()->getResponse()->setRedirect($redirect_url); }
I am trying to download the upgrade compatibility tool. Command : composer create-project magento/upgrade-compatibility-tool uct --repository https://repo.magento.com I got below error.