Questions tagged [magento-2.2.5]
It should be used for questions about Magento 2.2.5
499 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
38
views
Magento 2.2.5 imported files and database on server don't deploy correctly
recently a shop gave me the full directory and database of a site in magento. I've uploaded it on a new server on plesk and changed server domain. The problem is that after i deployed all of the ...
0
votes
2
answers
339
views
Creating URL searchable product variants
In most e-commerce platforms, when a user selects a specific variant, the URL reflects that variant with a search parameter like in this case ->
you can see ?variant=39817439379514 appended to the ...
1
vote
2
answers
247
views
Magento 2 Admin Product listing grid showing product details in the wrong language
I have one store and two store views(English & Arabic). When the admin user browses to product listing grid page in the admin section then by default product name showing in the Arabic language ...
2
votes
1
answer
434
views
How I Fix error Magento 2 ‘Requested Store Is Not Found’?
I get this message "Requested store is not found" when I want to fix it.
The requested Store Is Not Found situation come up while migrating Magento 2 store to the latest version of Magento.
0
votes
1
answer
202
views
Viewport resizing on input focus on iphone · Issue (Magento version 2.2.5)
When i click the input box the viewport changes size and the layout breaks using iphone and custom theme.
0
votes
0
answers
267
views
How can I update shipping price in the checkout page using controller Magento 2
I have delivery timeslot options on the checkout page. I have added the delivery charge according to the timeslot.
I want to update the shipping amount if a customer selects a timeslot. I have used a ...
0
votes
1
answer
790
views
Proper Place to Add CSS in Magento2 and Magento only Showing CSS Changes when Clearing Browser Cache?
I am trying to modify some CSS files in my Porto theme in Magento 2.3.5pt-2. When modifying the CSS in pub/media/porto/web/css/custom.css I am not seeing any changes. I am in developer mode, I have ...
0
votes
2
answers
627
views
Add DropDown in Sales Order Grid Section in Magento 2.2.5
I have checked some of the links but they do not work my need so Please help someone who did this before
sales_order_grid.xml
<?xml version="1.0" encoding="UTF-8"?>
<...
0
votes
2
answers
866
views
Unable to save value of customer attribute in magento2
I am trying to edit customer form data in which i have added one contact number as attribute in form.
On removing the text from contact number and then saving it i am not able to save null or empty ...
0
votes
0
answers
115
views
Unable to delete product entry in catalog flat tables on deleting product from admin in Magento2
I have enable catalog flat tables configuration.
I try to delete product from admin but still it is displaying in frontend with message "Out of stock".
Also i checked database entry for ...
0
votes
1
answer
171
views
Magento 2 - Apply coupon code on order excluding usage checks
I want to apply Coupon Codes on edited orders regardless if that coupon is active/expired.
Right now my investigations lead me to the fact that setCoupon method of orders checks the validity of coupon ...
1
vote
1
answer
777
views
Checkout billing address getting blank in magento 2
I'm getting issue on checkout when I apply coupon code on checkout cart or checkout shipping page at the end of checkout payment page I'm getting issue with my billing address same as shipping ...
0
votes
2
answers
182
views
Magento 2.2.5 upgrade to 2.4
Quick question. Does anyone know if I can upgrade my Magento 2.2.5 straight into 2.4, or do I have to first upgrade to 2.3.x? I know there are some packages that 2.3.x needs that I have to install as ...
0
votes
1
answer
289
views
how can i update magento 2.2.5 to 2.4.0 without data loss and bug?
Currently my website running on Magento 2.2.5.
I want to upgrade it with current version 2.4.0.
Please anyone suggests me how can I update it without getting any
issues.
wihtout lossing customized ...
2
votes
2
answers
747
views
Success page redirection issue
$this->checkoutSession->getLastSuccessQuoteId()
$this->checkoutSession->getLastQuoteId()
$this->checkoutSession->getLastOrderId()
These things always returns false after payment ...