Daily Archives: November 5, 2019
Clients, Shared hioting running PHP 5.2 (yes 5.2) . Requires a process to close on command. Trying to find ways to avoid “kill -9” Reading up on sending signals to proceses. I see that a signal can be sent using posix_kill ( $pidOfBackground , SIGUSR1); , but to detect the […]
I am using a third party theme (RokanThemes Clickbuy) and although I can see the addSuccess/addError when I inspect the page, no actual page message is displayed to the user when they click on newsletter links within their email to confirm success or an error. Which pages would be a […]
I created a new custom customer address attribute and I set the default value to “No” but when I add a new address in the checkout step I always see the option checked. Is there a way to make it appeared unchecked by default in this popup? Thanks!
I want during registration process to assign a different group to users that has a specific domain e-mail: So user with: abc@domain.com 123@domain.com …@domain.com will be assigned to a specific group all others will be assigned to default group. I searched a lot, but I found only solutions for Magento […]
If you look at https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Theme/view/frontend/templates , there’s phtml templates in this folder, but also in a subfolder called /html Looking at the code style, there doesn’t appear to be any noticeable differences between the phtml files in templates and the ones in templates/html. What’s the point of this folder? When […]
Re-setting up Magento2.2.9 on mamp on my localhost. One of my storeviews load fine however the other storeview throws a error in the var/report folder and when i view the error message it says {"0":"Scheme "store view name here" is not supported where “store view name here” is the actual […]