Questions tagged [magento2.2]

Questions related to Magento 2.2 version of PHP eCommerce software and platform. Questions should be related to writing code for Magento. General Magento questions may be asked on https://magento.stackexchange.com

General Magento questions may be asked on Magento.SE. Questions not related to programming are off-topic


Related tags


233 questions
0
votes
1 answer

Ecoomerce tracking are not displaying in google anayltic (Magento 2.2)

I have enabled the "Google Analytics" in magento 2 website(version 2.2.0) and also enabled the eCommerce setting google analytic but still no eCommerce related information displaying. As I have investigate I found order tracking data always remain…
mjdevloper
  • 1,553
  • 8
  • 33
  • 69
0
votes
1 answer

Magento2 :Configurable product: Get swatch attributes in list.phtml takes too much time

Preconditions Magento CE 2.2.0 PHP 7.0.23-1 Database migrated from 1.9.2 to 2.2.0 Checked with different instances and various versions. Configured highest possible server configuration. -We have one 'classicrings' category, there are only 12…
0
votes
1 answer

Only 2 related products are showing in backend

Only two products are displaying as recommended product in magento product admin grid whereas we have assign 10 product with a product as recommended product.
mjdevloper
  • 1,553
  • 8
  • 33
  • 69
0
votes
1 answer

Multi-store: Product image (default) import, base, small, thumbnail images are not setting in (non-default) store

I have multi-website instance. I imported product images via Magento2 (default) tool under admin->system->import.... The images imported successfully, and I can see, each imported image set as base, small and thumbnail, under product (default)…
Abdullah
  • 53
  • 1
  • 6
0
votes
0 answers

New magento storeview is not inheriting website configuration

Problem: Creating a new storeview does not seem to 'connect' it to the website view, and thus it doesn't inherit its configuration. Also see screenshots below to make things more clear. Additional Information Between the last storeview we created,…
0
votes
1 answer

How to display Attribute Group Name on Product page Magento 2

I want to display attribute group name in product information tab, like it's done on admin panel. for example: attgroup1 attribute1 attribute2 attgroup2 attribute3 attribute4
Ali Zeinalzadeh
  • 312
  • 1
  • 17
0
votes
2 answers

Magento2 - Newbie Select product

I have a site running Magento 2.2.1. I need to create a very simple PHP page that will look up a given product. I want to look up the product based on the SKU and just print the price and product URL out. I have NO idea how to even start this. I…
Phil
  • 4,029
  • 9
  • 62
  • 107
0
votes
1 answer

After added new custom column in magento 2 filter not working for date sorting

I have added new column in sales order for coupon code. after added this column sorting working fine but when i am filtering for last day order it is showing something went wrong. the ajax issue is in 'mui/index/render'…
Suhel Rana
  • 1
  • 1
  • 6
0
votes
1 answer

Adobe Experience Manager 6.4 - installing Magento 2 connector

Could anyone help me with installing Magento 2 connector for AEM? Instruction on official site is very simple - official guide. I don't know where to start with it. In general I'm trying to integrate (for practice) Magento 2 with AEM to look how it…
0
votes
1 answer

Product setMetaTitle not work in Magento 2.2 PHP

I'm running an automatic php import file in order to update all products in Magento 2.2. More precisely the script loads the product, then, if it exists, updates its informations and in the end saves it. There is my problem: I try to update its meta…
Nicola
  • 1
  • 1
0
votes
1 answer

How to get key and value in foreach

I have create a knockout template .... How to get key and value from foreach in this template... I need to get key and value
Mano M
  • 155
  • 1
  • 9
0
votes
2 answers

Getting error 'Area is already set' while changing theme for Magento 2.2.4

I have copied magento-frontend-luma theme and change vendor\theme name and paste in design folder magento2\app\design\frontend\Webmyne\pruthvi In registration.php \Magento\Framework\Component\ComponentRegistrar::register( …
0
votes
0 answers

Magento 2.2.x Multistore Full Page Cache Issue

If a Url is opened on a non-default store, same url do not returned from cache in different browser or even in Incognito mode. Steps to reproduce 1.Created 2 different store, Store A, Store B (Default store) 2.Enabled full page cache with In-Built…
Ankur Goyal
  • 110
  • 7
0
votes
0 answers

API for create account in Ionic 3 Framework - php magento2

Below is the Signup html code with, firstname, lastname, email and password fields. ... First Name ...
deepak murthy
  • 411
  • 3
  • 6
  • 21
0
votes
1 answer

Magento 2 how to validate customer registration form on keyup event

I am working on a project where I need to validate customer registration form as customer types. I want to use the event keyup for inputs. I want to change the default messages also. Right now I am doing validation like…
Klaus Mikaelson
  • 572
  • 6
  • 17