We explore how to approach cloud native application development and where to start the process within your organization. Continue reading Accelerating the Cloud: The Final Steps on SitePoint.
Daily Archives: January 13, 2024
We are running a Magento ver. 2.4.6-p1 site. We have an auto fetch setup for our products so the GMC can see the latest XMl feed each week. We have 157 products that get the “Missing value [shipping]” in the gmc. These products are farm equipment, which when a person […]
Hi i need a discount rule that looks at all the products in the cart > if the total of products in the cart from category A ≥$2500 > 15% discount is applied to the amount over 2500. is this possible?
jQuery(function(){ //jQuery(document).ready(function ($) { { // Change this to the location of your server-side upload handler: var count = 0; var url = "<?php echo $this->url(array('module' => 'advalbum', 'controller' => 'index', 'action' => 'upload-photo'), 'default')?>"; jQuery('#fileupload').fileupload({ url: url, dataType: 'json', done: function (e, data) { $('files').style.display = 'block'; jQuery('.files-contain').addClass('success'); jQuery.each(data.result.files, […]
I am having issues installing Magento2 on my local machine. I have been following this tutorial but I run into the same issue where my localhost/magento2/pub/ page doesn’t display content. I have been taking notes of things to watch out for when installing such as changing the Gd2.php script and […]
Newbie so apologies if I get some of the terminology wrong. I’ve recently started working with Magento using Mark Shust’s docker version and getting along ok. However, my custom theme that inherits from blank has stopped updating automatically. Clearing the caches either by command or emptying the relevant cache folders […]
My Windows 11 desktop mounts this particular filesystem using NFS — it is not available as a Windows share — as drive N:. When I specify N:MyBackups as the destination in the “File History” dialog, the path is automatically translated to \servershareMyBackups. I then start getting occasional errors about the […]
I am trying to remove the 45303 number in column C. This appears only when data fields are empty but the formula works when data is entered. The formula is =IF(U5=””,TODAY()-E5,U5-E5)enter image description here
When I try to open the app I get the following message: We’re updating Settings. It should be ready to use again shortly. When I run: Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel I get this output: Name : windows.immersivecontrolpanel Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US Architecture : Neutral ResourceId […]