Questions tagged [magento2.4.4]
10 questions
1
vote
0 answers
What is the difference between pub/static/ vs /var/view_preprocessed/pub/static files and what should be right permission?
Magento 2.4.4 served files from pub/static/ directory and /var/view_preprocessed/pub/static directory but what is the difference in both path and what will be the idle permission in both cases.

Ram Sharma
- 8,676
- 7
- 43
- 56
0
votes
1 answer
Add to cart button not working on product page in magento 2.4.4
Add to cart button not working on product page in magento 2.4.4.
[enter image description here][1]
(1)
Magento_Catalog/templates/product/view/form.phtml
` require([ 'jquery', 'priceBox' ], function($){ var dataPriceBoxSelector =…

Vishvnath Jain
- 1
- 1
0
votes
0 answers
How can I use Magento 2.4.3 Rest API to add tracking information to existing shipments?
How to add the tracking info to an existing shipment in magento 2.4.3 using Rest Api?
We have created the shipment for orders via Rest Api, but some of the shipment created without adding the tracking information in magento 2.4.3p1.

Ramanathan M R
- 41
- 3
0
votes
0 answers
Facing syntax error while compiling Magento 2.4.4 setup, any fix?
I am trying to create a new setup of Magento2.4.4 and followed the steps to get the repository.
Environment details : Used Ubuntu, Apache and PHP8.1.2
Facing issue while compilation
Repositories code generation... 1/9 [===>------------------------] …

Subhra
- 3
- 5
0
votes
0 answers
Magento 2.4: Clicking on pagination in product listing page causes automatic scroll to the top issue
I face an issue with pagination buttons. When a user clicks the button, the page automatically scrolls to the top on both mobile and desktop devices. To resolve this, we tried this solution but we couldn't disable the automatic scroll when clicking…
0
votes
0 answers
Magento 2.3-2.4.4 : syntax error, unexpected ''username'' (T_CONSTANT_ENCAPSED_STRING), expecting ']' magento/framework/App/DeploymentConfig.php(171)
While running any magento command :
syntax error, unexpected ''username'' (T_CONSTANT_ENCAPSED_STRING), expecting ']'#0 /var/www/html/vendor/magento/framework/App/DeploymentConfig.php(171)
Error Image
I am trying this command
rm -rf…
0
votes
0 answers
on submit button page scrolls up to top instead of form submit after magento2.4.5 upgrade
While submit form it scrolls up to top rather than submit, I have tried with jQuery('#edit_form')[0].submit(); but it's not calling my validations.
submit: function() {
if (jQuery('#amasty_quote_edit').length) {
var info =…

Parth Visavadiya
- 21
- 4
0
votes
0 answers
Clasd Magento\Framework\View\Element\Html\Text not found
I have a custom module on magento 2.4.5. It shows an error when i run setup di compile command
`bin/magento setup:di:compile
Compilation was started.
Repositories code generation... 1/9 [=>-------------] 11% 1 sec 115.0 MiBClass…

Srikanth Gopi Vivian
- 101
- 1
0
votes
0 answers
Magento 2.4.5 : How to show/Hide custom Button on product detail page based on product attribute?
Not Hide the button
I have created a product attribute like, product_inquery, if it is yes then show Button on product detail page, otherwise do not show.
can anyone please tell me how to write condition in xml or any other way to check…

Amarnath Chauhan
- 1
- 1
0
votes
0 answers
base64_decode is not working with php8.1 & magento 2.4.4
We are using Magento 2.4.4 on php8.1 and one of the magento core file is having a method which is using base64_decode() method.
Can you please suggest alternate of base64_decode();
$filterString = base64_decode($filterString);

Ram Sharma
- 8,676
- 7
- 43
- 56