Questions tagged [magento-2.1.3]

Denotes questions related to Magento CE and EE of version 2.1.3 Used in case the issue is connected with 2.1.3. version: update to this version, this version bug etc.

Release notes

321 questions
6
votes
2 answers

Notice: Undefined index: id_field_name in vendor/magento/module-ui/Component/Form.php on line 78

I am getting this error while editing my form. This is my code :
Sanjay Chaudhary
  • 725
  • 8
  • 23
3
votes
2 answers

Magento 2 Redirect to cart page on event 'sales_order_place_before'

I'm using Magento 2.1.3 I have an observer 'sales_order_place_before', I want to validate some information before the payment is made and if validation is false, I want to redirect the page to 'checkout/cart' with error message. Please see the below…
anujeet
  • 195
  • 3
  • 15
3
votes
1 answer

Magento 2 move minicart to header.phtml file

I need to place my minicart icon in a specific position in header.phtml file below is header container in default.xml
anujeet
  • 195
  • 3
  • 15
2
votes
3 answers

Getting category image

I'm trying to create a list of child categories with links to those categories and their image. I'm having an issue with getting the image, but all the other functions seem to be working properly. Here is my custom block inside a custom module. (By…
jamil
  • 985
  • 1
  • 14
  • 39
1
vote
1 answer

What is the equilent of Mage::app()->getResponse()->setHeader('HTTP/1.1','503 Service Unavailable') ->sendResponse(); in Magento 2

What is the equivalent of Magento 1 to Magento 2? Mage::app()->getResponse() ->setHeader('HTTP/1.1','503 Service Unavailable') ->sendResponse();
Manoj Kumar
  • 1,348
  • 5
  • 32
  • 56
1
vote
0 answers

Checkout hangs because of: Uncaught TypeError: Cannot read property 'US' of undefined

Running a Magento 2.1.3 store. The checkout never fully loads as an error is being generated on post-code.js in (Chrome): Uncaught TypeError: Cannot read property 'US' of undefined at UiClass.update (post-code.js:32) at setNested (objects.js:43) at…
1
vote
0 answers

Issuing individual credits

How can we issue individual credits that are all different amounts manually on our clients' accounts? We have searched in Credit Memo section and can't see how we can manually edit or add a credit to one client, and a different credit to another,…
1
vote
0 answers

How to add column using extension_attributes.xml in magento2?

How to add column using extension_attributes.xml in magento2 ?
1
vote
1 answer

Magento 2.1.3 open_basedir restriction in effect error on server

When I log into admin panel on the server. I'm getting error Exception #0 (Exception): Warning: is_dir(): open_basedir restriction in effect. File(/etc/pki/tls/certs) is not within the allowed path(s): The strange thing is the same configuartion…
anujeet
  • 195
  • 3
  • 15
1
vote
1 answer

Error 500 on version 2.1.3

Giving the whole backsotry. I upĺoaded all files from version 2.1.3 using git to a remote Ubuntu server and I got the following error Vendor autoload is not found. Please run 'composer install' under application root directory I googled a bit and…
Caio Favero
  • 123
  • 4
1
vote
0 answers

Trive revo ajax add to cart not working in magento2.1.3

I am installing Trive revo ajax add to cart plugin in my products, but its not working. It is free Extension. There is no issue on console or anyfile. When I am clicking the add cart button, the button is changed to adding... Afterthat, there is no…
user49482
  • 11
  • 2
1
vote
1 answer

Not getting custom attribute value of customer

I have created a custom attribute as follows:
Sanjay Chaudhary
  • 725
  • 8
  • 23
0
votes
1 answer

Magento 2: CURL response into array

I am getting this response in magento 2 curl. Do you know, how we can convert this response into array? Here is my code: $this->curlClient->post($url, $post); $responseCurl = $this->curlClient->getBody(); print_r($responseCurl); Current…
Pankaj Sharma
  • 1,381
  • 2
  • 20
  • 40
0
votes
2 answers

Magento2 Visual Swatch : transparent image black background

Is anyone else having this issue, In visual swatch, I've uploaded transparent image and in frontend it showing like this? Magento ver. 2.1.3
Kaushal Suthar
  • 3,227
  • 5
  • 31
  • 57
1
2