Skip to content

Generate Customer Token not working

curl –location ‘http://gravity.freestylelibre.devops:81/graphql’ –header ‘Authorization: Bearer fkvb31wfm3xh64k415hldo5eba4qiu4s’ –header ‘store: 37’ –header ‘Content-Type: application/json’ –header ‘Cookie: PHPSESSID=rimu6j4naus2c67jstmsar1j4a; private_content_version=c5ffb5a3f0dae6c381024d34148823e0’ –data-raw ‘{“query”:”mutation {rn generateCustomerToken(rn email: “[email protected]”rn password: “Nilkunj@123″rn ) {rn token rn }rn}”,”variables”:{}}’

How to show tier price catalog category view page in configurable product option select simple product in magento 2.4

To display tier prices for configurable products in Magento 2.4, you need to make sure that when a simple product (child product) is selected from the configurable product options, the tier prices for that simple product are correctly displayed product… Read More »How to show tier price catalog category view page in configurable product option select simple product in magento 2.4

How can I change an email template variable to show the Customer Group Name instead of the ID number

I was shown how to create an observer to grab the customer groupID and create a variable that can be added to my email template like this…  _order = $order; } public function execute(Observer $observer) { $order = $observer->getEvent()->getOrder(); $customerGroupId… Read More »How can I change an email template variable to show the Customer Group Name instead of the ID number