Questions tagged [magento2.1]

One of the latest released Magento versions, Magento Open Source (formerly Community Edition) is an e-commerce platform with several enhancements since version 2.0, regarding PayPal, BrainTree, interface management and several improvements for security.

One of the latest released Magento versions, Magento Open Source (formerly Community Edition) is an e-commerce platform with several enhancements since version 2.0, regarding PayPal, BrainTree, interface management and several improvements for security.

Released for GA (General availability) on June 23, 2016 [Magento Ushers In New Era of Commerce Innovation with Next-Generation Platform ][1]

Release Notes : Release Notes

Latest Release : 2.1.9

Links :

123 questions
0
votes
2 answers

Magento 2.1 memory issue

In Magento 2.1.0 I do the Readiness Check when installing new extensions. The readiness check tells me that my memory_limit is set to 800M, but the server is set to 2000M and I have changed the .htaccess file in shop root so it it set to 2000M two…
Jeppe Donslund
  • 469
  • 9
  • 25
0
votes
1 answer

Magento 2: Incomplete address in sales management

I'm using version 2.1.8 of magento and when I get orders with long addresses in the sales administration the field "street" appears cut to 40 characters. I have set 3 client address lines by configuration, that works correctly and they are saved in…
dav_1982
  • 19
  • 1
  • 6
0
votes
1 answer

Magento Cron on shared hosting (hostinger)

How can i set up magento cron properly on shared hosting servers, where execution is prohibited via SSH? i.e Setting up using crontab doesn't work. The temporary solution i have is the following: */10 * * * * php public_html/bin/magento…
Gert
  • 1
0
votes
0 answers

How to make a payment plugin secure in Magento 2

I see many tutorials on internet, all of them stops on nameplugin-method.js like purchase order offline default plugin payment: form:
Sérgio Thiago Mendonça
  • 1,161
  • 2
  • 13
  • 23
0
votes
0 answers

Recently DELETE and PUT API of default magento 2 was not working, are these the permission issue?

I call API through Postman. API - PUT rest/V1/customers/144 was not working , It was successfully work on my Local but not on test environment, After some time I came to know that all PUT and DELETE APIs are not working. Ii displays Error 404:Not…
0
votes
1 answer

How to resolve Checkout page continues loading issue?

I am facing the issue in the checkout page, After clicking the "proceed checkout" from cart page then page continuously loading. I have observed in console some require js issues are there, exactly I didn't find a solution for those console errors.…
Rana
  • 101
  • 2
  • 2
  • 12
0
votes
2 answers

setup:upgrade and setup:di:compile not working

I've been trying for a few days, but I never could. I installed Magento 2.1. I installed the theme and then modules activated via ssh (bin/magento). Then bin/magento setup:upgrade and bin/magento setup:di:compile I'm getting some errors. I’m using…
0
votes
0 answers

CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource Magento 2 Multi Store

I have a website with magento 2 and I have create the multi-store on it everything is working fine but there are some issue on the new store. links: old store: https://www.specopmfg.com new store: http://blackskyrifleworks.com New store showing…
0
votes
3 answers

Magento 2 - Error Message when click Button Cache clean catalog images

How to fix error with this message when I click to button "Clean the Catalog Images Cache File": The directory "/var/www/html/project-community-edition/pub/media/catalog/product/cache/d08a1eb7b61352ea219ec60a4090e56e/h/t" cannot be deleted …
0
votes
1 answer

Load .phtml template from Observer Magento 2

I'm trying to load my .phtml files in the template folder within my observer but I'm getting this error Invalid template file: 'VENDOR_MYModule::Category/index.phtml' in module: 'VENDOR_MYModule' block's name: 'category_0' Here's the structure of…
MadzQuestioning
  • 3,341
  • 8
  • 45
  • 76
0
votes
2 answers

Display Frontend Category URL in Backend Magento

Hi how can I retrieve the value of a category url in the backend? I'm expecting the url value to be equivalent to the url in the frontend and NOT the url in the backend. Is there a way to achieve this in Magento 2?
MadzQuestioning
  • 3,341
  • 8
  • 45
  • 76
0
votes
1 answer

Events callback after category edit call

Hi how can I call an observer after the Category Item has been edited? Basically I have an observer that list all the categories in every event like saving new category, deleting category, moving category position and editing category. But the…
MadzQuestioning
  • 3,341
  • 8
  • 45
  • 76
0
votes
1 answer

Magento 2 Theme hardcoded google maps api url's

I am configuring a magento 2.1.7 deployment, using IIS with php. I am running a theme from TemplateMonster (Theme) I have configured my store to run via SSL, but I get a mixed content warning, as there are some JS scripts that are trying to load a…
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62
0
votes
1 answer

bin/magento setup:di:compile throws Source class “-------” for “-------” generation does not exist

I downloaded a extension from github to my localhost and edited the Namespace/Module in the project. Everything seems alright but when i run the command php -dmemory_limit=5G bin/magento setup:di:compile i get the error [RuntimeException] …
Michael Anaman
  • 199
  • 4
  • 15
0
votes
1 answer

Magento 2 Checkout Billing Step Error 'Shipping Address is not set'

On last step of my Magento 2.1 checkout (billing step) when I Proceed I get a validation error 'Shipping Address is not set'. I have already entered the shipping address and it is also visible in side bar on billing step. I have tried all similar…
Zeeshan
  • 54
  • 6
1 2 3
8 9