Yearly Archives: 2020
I’m interested in learning PHP and I’m a bit overwhelmed with where to start. Any suggestions? Thanks submitted by /u/Moose-JJW [link] [comments]
I have tried to add materialize js to Magento 2 but it does not work. I have my materialize js in theme/web/js. then I have the requirejs-config.js in theme/ this is the code: var config = { // When load 'requirejs' always load the following files also deps: [ "js/materialize" […]
I’m putting together a Next JS (9.x) frontend pulling in data from the Magento GraphQL API (2.3.2) using Apollo. My queries are returning an error on initial navigation but, but will render the data when the page is refreshed. I’m thinking there’s an issue with getInitialProps running on the server. […]
How to dump the database to local system from Magento Cloud server with Magento 2 Commerce. I have only access to the ssh but that ssh user doesn’t have write permission into the server. So by any how I need to download the database to the local system. I have […]
I have a long-running issue on Magento 2.3.3 using native Magento checkout and using Paypal Payments Pro. With many customers transactions not being recorded on google analytics. When using a card payment method on Safari browser (tested on iPhone) the embedded 3D secure screen loads which requires you to click […]
I am attempting to apply a discount to the special price instead of the original price. Is there a way I can get an option in the Actions section to say “Apply as percentage of special price”? Thanks