Skip to content

magento2.4.2

Auto Added by WPeMatico

GraphQL generateCustomerToken not working with correct credentials while frontend login works fine

Normal customer account login works fine on frontend but GraphQL mutation mutation { generateCustomerToken(email: “nikunj@gmail.com”, password: “*******”) { token } } show below error even with same credentials The account sign-in was incorrect or your account is disabled temporarily. Please… Read More »GraphQL generateCustomerToken not working with correct credentials while frontend login works fine

Bolding or changing the color of “Continue Shopping Url”

I took the code from inside: vendor/magento/module-checkout/view/frontend/templates/cart/noItems.phtml and i’m overiding it here: app/design/frontendvendor/namespace/module/Magento_Checkout/templates/cart/noItems.phtml I usually don’t work on a lot of frontend css stuff so i feel like this is a super dumb question. Here’s what i’ve done below and… Read More »Bolding or changing the color of “Continue Shopping Url”

Call phtml using block code

login to magento admin. Open any cms page and write block code in content section. {{block class=”MagentoFrameworkViewElementTemplate” name=”test_file” template=”Magento_Theme::test.phtml”}} After using the block code phtml file will be called on cms page but after Footer. How can we call before… Read More »Call phtml using block code