Skip to main content

All Questions

Tagged with
0 votes
0 answers
169 views

How to Override Save order Module in magento?

I trying to customize place order module but unable to find, i try to override the saveorder.php block but unable to override. /var/www/html/durovinbathrooms/vendor/magento/module-checkout/Controller/...
Ankush Kumar's user avatar
0 votes
1 answer
243 views

Magento 2 Checkout_module JS structure

I have been learning magento since past 2 months but i have been stuck at a point in learning . What i can't understand is Why there are 3 folders in JS of checkout_module VIEW,ACTION,MODEL are they ...
Abhishek's user avatar
0 votes
1 answer
628 views

Uncheck "Use Default Value" Check in the Website Scope Magento 2

In the Magento Backend I want to implement the logic i.e. I have one custom module at the location Stores > Configuration > Custom Module I can see I have multiple websites and stores. I want to ...
rashi's user avatar
  • 127
1 vote
0 answers
150 views

Terms and Condition checkout Magento 2 not saving the value into the databse

I have configured terms and condition properly from the Magento admin section. In the checkout, the checkbox is present. I would like to know where the agreement values are store in the database after ...
Michael Sarto's user avatar
0 votes
0 answers
74 views

Paypal sandbox issue "Sorry, the system seems to be down. Please try again later." when place order in Magento

I have setting config in Magento 2 (version 2.3.6) to use payment method (sandbox Paypal). Everthing working two weeks ago util today, I have this issue "Sorry, the system seems to be down. ...
The LB's user avatar
  • 56
0 votes
1 answer
711 views

Magento 2 : URL issue with index.php

i have tried with site.local/index.php/admin_1l9rnp but automatically redirect to remove slash after url (site.localindex.php/admin_1l9rnp) please suggest how to solve this problem. this is issue : i ...
Gaurav's user avatar
  • 194
0 votes
1 answer
536 views

Magento 2.3.4 minicart not working only on product detail page

I have added a minicart on the header of my custom theme. The issue is that the items added to the cart only show on the product detail page. On other pages, the minicart dropdown only shows the ...
Akhilesh's user avatar
  • 1,273
4 votes
2 answers
4k views

The consumer isn't authorized to access %resources

Magento version 2.3.3 Admin token is successfully obtained using the API, however, when trying to fetch any resource using that token, I get this message: "The consumer isn't authorized to access ...
noiseymur's user avatar
  • 866
0 votes
2 answers
676 views

Magento 2.3 get custom category attribute in .phtml file

I have created a custom category attribute title_description and is showing on the admin side and I can save data. But when I try to show the value on the frontend using getTitleDescription() it is ...
Akhilesh's user avatar
  • 1,273
0 votes
1 answer
100 views

Magento2 error "The time value is using an unsupported format. Enter a supported format and try again"

I have an issue while setup/configuring Advanced Reporting. "The time value is using an unsupported format. Enter a supported format and try again." this error occurred while configuring ...
Nishita Undaviya's user avatar
1 vote
0 answers
321 views

magento2.3.7 Cart additional_options parameter lost after switching user

After opening and exiting the reserved shopping cart, I switch between different accounts in the browser, and the additional_options field in the quote_item_options table is lost, resulting in ...
i like magento's user avatar
0 votes
1 answer
1k views

Magento 2: change order status programmatically

I need to set in "canceled" all orders stucks in "pending" status. The code that I used return this exception error: [2022-12-03 08:00:53] main.CRITICAL: Please provide payment for ...
mariobros's user avatar
  • 879
0 votes
0 answers
491 views

Save custom field in product - Magento 2.3.4

I am trying to add a custom field to the product for using as a calculator, I have created a module with following /app/code/Vendor/ProductCalculator/view/adminhtml/ui_component/product_form.xml <?...
Akhilesh's user avatar
  • 1,273
0 votes
1 answer
1k views

Magento 2: How to disable cart price rule for free shipping after coupon code is used

I am struggling on a case where I have set a cart price rule that applies free shipping to all carts where the amount is higher than 140 USD - works with no problem at all. The problem is when a ...
whitesova93's user avatar
0 votes
1 answer
2k views

Magento 2: passing parameters from controller to phtml view

There's a way to passing parameters from controller to phtml view using PageFactory class? Controller code: use Magento\Backend\App\Action; use Magento\Backend\App\Action\Context; use Magento\...
mariobros's user avatar
  • 879

15 30 50 per page
1
2 3 4 5
13