A web developer’s typical day involves creating HTML web pages with associated CSS and JavaScript in their favorite editor. The workflow: Open the locally hosted page in a browser. Swear. Open DevTools to investigate the layout and functionality problems. Tweak the HTML elements, CSS properties, and JavaScript code to fix […]
Daily Archives: January 8, 2020
16 posts
I was reading this and I think I am misunderstanding something. It list this, “Use POST requests to modify Magento state (e.g., adding to shopping cart, wishlist, etc.)” under Non-cacheable page checklist. Why would this invalidate the page being cachable? The page is still cacheable, the DOM is just being […]
I have Magento 2.3.3 and I noticed that the discount code is not working on the checkout page. The weird thing is that, it is working on the cart page, but on the checkout it just doesn’t do nothing. On top of that, the buttons don’t even have the text. […]
I am curious if product images from an external URL that are imported are actually saved to our server or are they linked like a CDN?