feelcomfort 0 Report post Posted August 6, 2018 Good evening, we have an urgent issue. For some reason, we can not choose any magento attributes in the description policies. The same problem in the description policies for the amazon-integration. We added all neccessary attributes to every attribute-sets, but this does not fix the problem. Even clicking on "Create a new one..." leads to a new attribute in the database, but it is not visible in the description policies, either for ebay or amazon. Does anyone have an idea/solution for this issue? Best regards, feelcomfort (Magento 2.2.4) Quote Share this post Link to post Share on other sites
primavera 14 Report post Posted August 20, 2018 @feelcomfort , what M2E Pro version are you using? Quote Share this post Link to post Share on other sites
Kholden 0 Report post Posted August 20, 2018 We are seeing the same issue on version 1.3.5 for Magento 2. All necessary attributes are set to all attribute sets and only "Product Name" actually shows up. Quote Share this post Link to post Share on other sites
feelcomfort 0 Report post Posted August 21, 2018 @primavera We are using Version 1.3.5. Right now we have to add all products manually to amazon and ebay. Only synchronzing with the thrid party option is working. Quote Share this post Link to post Share on other sites
orbitrod 2 Report post Posted August 25, 2018 @feelcomfort Try commenting out the following lines in "app/code/Ess/M2ePro/Helper/Magento/Attribute.php" $idsSelect->columns(array( 'count' => new \Zend_Db_Expr('COUNT(*)')), 'main_table' ); 1 Quote Share this post Link to post Share on other sites
feelcomfort 0 Report post Posted August 25, 2018 @orbitrod Thanks, on the first view it seems to work right now! Quote Share this post Link to post Share on other sites
orbitrod 2 Report post Posted August 27, 2018 @feelcomfort You are welcome. Also make sure that your attributes are text fields. They should also be added to all attribute sets to be visible in the drop-down. 1 Quote Share this post Link to post Share on other sites
GFS 0 Report post Posted October 11, 2018 Those lines don't appear in the version of "app/code/Ess/M2ePro/Helper/Magento/Attribute.php" that I have got. Any other ideas for the same problem Quote Share this post Link to post Share on other sites
NeonCandy 0 Report post Posted October 18, 2018 On 8/25/2018 at 3:02 AM, orbitrod said: @feelcomfort Try commenting out the following lines in "app/code/Ess/M2ePro/Helper/Magento/Attribute.php" $idsSelect->columns(array( 'count' => new \Zend_Db_Expr('COUNT(*)')), 'main_table' ); What does this mean? I am having the same problem but with Manufacturer and Brand Quote Share this post Link to post Share on other sites
NeonCandy 0 Report post Posted October 18, 2018 On 8/25/2018 at 12:07 PM, feelcomfort said: @orbitrod Thanks, on the first view it seems to work right now! How did you get this working? Quote Share this post Link to post Share on other sites
feelcomfort 0 Report post Posted April 12, 2019 Excactly as explained. We commented out all three lines. Quote Share this post Link to post Share on other sites
Vipin Garg 0 Report post Posted September 26, 2019 Version 6.5.6 dont have same lines in file and all attributes are not showing in policy. How to solve it ? Quote Share this post Link to post Share on other sites