I am troubleshooting a Dell Precision 7920. It does not boot, however it is not your typical PC problem like standard no boot, no post, no video or no power. It turns on, seems like it does POST because it does not return any POST codes, but does not show […]
Monthly Archives: December 2024
when I purchase at checkout in my magento the purchase does not occur and the following error appears “Please verify the shipping address information. Phone is a required field.” Validating in my database I see that the phone number is saved in the quote_address table but it still gives me […]
I have a question. I have a filter and its name is “System” and I can select whether I want AP or UP, but when I select the filter AP it also shows some UP grouped products which have products linked with AP, but I don’t want it like that. […]
Physical themes Magento changes to virtual theme when you change branch on git it is at 1 on the database it should be set to 0. /** * Checks all physical themes that they were not deleted * * @return $this */ public function checkPhysicalThemes() { $themes = $this->_collectionFactory->create()->addTypeFilter(ThemeInterface::TYPE_PHYSICAL); /** […]
define([ 'mage/adminhtml/grid' ], function () { ‘use strict’; return function (config) { var selectedProducts = config.selectedProducts, categoryProducts = $H(selectedProducts), gridJsObject = window[config.gridJsObjectName], tabIndex = 1000; /** * Show selected product when edit form in associated product grid */ $('bliss_products').value = Object.toJSON(categoryProducts); /** * Register Category Product * * @param {Object} […]
I tried this link : Magento2: show price for out of stock configurable products and this link also : enter link description here but does not work for me !! my configurable product always return 0 price please help me with this !!!
I’m currently troubleshooting my network and one of the things I noticed is forwarding ports on my router (this one: https://www.tp-link.com/en/home-networking/wifi-router/archer-c6/v4/) seems to work only if I enter Device IP of my printer, but doesn’t work on other devices it the same network. This rule: Screenshot of router config 1 […]
I need to save and use several passwords for different accounts on AWS. The username is unhelpfully the same for each account. Unfortunately the MacOS Password App keeps adding a generic (regional) signin URL to the Passwords.app on my behalf. Here’s what happens: Go to https://my-co.signin.aws.amazon.com/console Add or select the […]
From my phone at work I can export a label.xml file that contains printable button labels for the phone. When I double click it in Windows Explorer, it opens in MS Edge though. Only via Right Click > Open With > Word I can get it to open in Word […]