Skip to content

PayPal Express transactions for digital products are not completed automatically since Magento 2.4.6 CLI

We have a Magento store for digital products. After purchase, the Standard PayPal Express Checkout amount is automatically collected and the invoice is sent via AutoInvoice. This worked perfectly for years up to Magento version 2.4.5-p7. Without further changes other… Read More »PayPal Express transactions for digital products are not completed automatically since Magento 2.4.6 CLI

Graphql module not working properly in magento 2

I created the module schema.graphqls #Magento Customer GraphQl Schema type Query { testcustomer: Testcustomer @resolver(class: “Graphql\CrudOperations\Model\Resolver\StudentList”) @doc(description: “The testcustomer query returns information about a customer”) } type Testcustomer @doc(description: “Testcustomer defines the customer name and other details”) { student_id: Int… Read More »Graphql module not working properly in magento 2

How to install Magento so the store displays on my domain root in shared hosting?

I’m trying to install Magento Open Source on my shared hosting server and want the store to display when I visit my domain. I used the following command: bin/magento setup:install –base-url=https://mydomain.com/ –db-host=localhost –db-name=magento –db-user=magento –db-password=magento_password –admin-firstname=admin –admin-lastname=admin –[email protected] –admin-user=admin –admin-password=admin123… Read More »How to install Magento so the store displays on my domain root in shared hosting?