Help me check.. I cann’t edit inline grid ui component I dunno where I wrong? Here is my code for columns part in : scportal_subscriptions_subscriptions_amountused_edit.xml <?xml version="1.0" ?> <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <argument name="data" xsi:type="array"> <item name="js_config" xsi:type="array"> <item name="provider" xsi:type="string">scportal_subscriptions_subscriptions_amountused_edit.scportal_subscriptions_subscriptions_amountused_edit_data_source</item> </item> </argument> <settings> <buttons> <button class="ScPortalSubscriptionsBlockAdminhtmlSubscriptionAmountUsedEditBackButton" name="back"/> </buttons> <spinner>scportal_subscriptions_subscriptions_amountused_columns</spinner> <deps> […]
Magento
I’m trying to API response in multiple curly braces, but it’s not coming. below is my code. /** * @return array */ public function Newdata() { //get Customer Order collection by Customer Id and Email Magento 2 $customerCollection = $this->_customer->getCollection() ->addAttributeToSelect("*") ->load(); $customeid = $customerCollection->getData('customer_id'); try { //$customerEmailId = "ncode.rushikesh@gmail.com"; […]
Customers can checkout as guests. But when on checkout page, if the customer logs into their account they are redirected to their account page and see the following error. The “rp_token” attribute value is empty. Set the attribute and try again.
Hi dears I installed varnish cache on centos 7 , nginx 1.20.1 and magento 2.4.5 -p1. After that I don’t seeing any header about varnish on my browser. Another thing when I clear cache I have log in varnishlog. Just I have x-magento-debug :1 did I installed successfully ? I […]
I’ve followed this answer to use advanced js bundling in our Magento 2.4.5-p1. We found some issues after implemented advanced js bundling. I’m struct at below errors from console. Can anyone please let me know how to fix this issue?
I am reloading the page 3-4 times in website and i have found that x-magento-vary and custom cookie set by us are automatically deleted from browser.
The store switcher redirects me to the hompage everytime I switch from for example a product or a CMS page. Example: www.example.com/en/something.html --> switching the store view to www.example.com/es/something.html This redirects to the home page. I checked the net and it seems to have been a problem with earlier versions, […]
How to add edit button to populate columns? use this tuturial https://www.rakeshjesadiya.com/create-tab-in-admin-customer-edit-page-in-magento-2/
We have taken on a new client’s webstore and have cloned it to our server. The clone seemed to work absolutely perfectly, however after doing some custom work, and creating a child theme for template overrides, we noticed that we cannot change the theme of the website. When changing it […]