-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento ver. 2.1.8 New Product with Custom attribute set not working #10565
Comments
Also got this. Tracked it back to this commit: 85db4c8#diff-620105b6e833499c14f4eb74ce8a4532 Related to this issue: #7687 |
Temporary fix is to change line 52 of
|
I created a pull request for hits: #10575 |
Thanks very much for your suggestion i try your below code change.=============================================== if (typeof data == "undefined" || !data.length) {STILL NOT WORKING AT MY END |
@gilbertsohal You should also clear & redeploy static content |
@thlassche Screenshot |
Did you als clear |
I have clear the var/view_preprocessed/* and pub/static/*, after that regenerate the static content. Nothing Happens Still not working, This time Attribute set disappear Screenshot |
Internal ticket to track issue progress: MAGETWO-71670 |
@gilbertsohal try to see contents of |
@orlangur I installed fresh copy for 2.1.8 and everything working fine now. |
@gilbertsohal, thank you for your report. |
Hi @gilbertsohal can we close this issue? |
@okobchenko Yes, Its working fine on my end. |
Fixed issues: - MAGETWO-71552: Attribute values on store view level not searchable - for 2.2 - MAGETWO-72866: Redundant indexers invalidation - RIATCS-340 - MAGETWO-75458: [Backport] - Fix overwrite default value image/file with NULL #10253 - for 2.2 - MAGETWO-75460: [Backport] - LowestPriceOptionsProvider returns products without attributes which are used for price calculation (e.g. tax adjustment) - MAGETWO-80193: [2.2.x] - Add cast to string for CUST_GROUP_ALL #10475 - MAGETWO-80204: [2.2.x] - Grammar fix for #9533 #10627 - MAGETWO-71549: Impossible to export Advanced Prices on a medium profile - MAGETWO-80198: [2.2.x] - Fix issue #10565 #10575 - MAGETWO-80197: [2.2.x] - Fix JS translation search #10445 - MAGETWO-80195: [2.2.x] - Send different base currency in Google analytics #10508
…gento#10575 (cherry picked from commit b73d513)
Hi @gilbertsohal. Thank you for your report. The fix will be available with the upcoming 2.1.13 release. |
Hello, How do i make the custom product attribute created at back end , visible/available on frontend for vendor while listing his product. |
Preconditions
Steps to reproduce
ScreenShot
http://prntscr.com/g9kij6
Expected result
Actual result
Screenshot
http://prntscr.com/g9kkat
Please help me!
The text was updated successfully, but these errors were encountered: