Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.
Forum Replies Created
-
AuthorReplies
-
In entity management -> Product entity -> Brand field you can set Export Fields to all.
Best regards,
WiktorHi,
Please find Brand entity in Entity management, edit id field and set:
1. Use As Identity Field: Always
2. Exclude Column: NoIt will show you brand.id column.
Best regards
WiktorHi,
Thank you for reporting. I have created a task in our tracker.Best regards
WiktorNovember 22, 2017 at 6:01 am in reply to: Creating new custom field of Product Entity using Entity Management #32352Hi,
Methods are created in the cache directory. You can just use like this $product->setNewProperty(). Anyway, if you want to use new property somewhere in code it’s better to use migration.Best regards,
WiktorNovember 22, 2017 at 5:21 am in reply to: Problem while upgrading OroCommerce to newer version. #32349Hi,
Please try to find which column exactly fails and update records with ’empty string’ value to empty array e.g. UPDATE table SET column=”a:0:{}” WHERE column = “”;Best regards
WiktorHi Wim,
Please, make sure you have a consumer running. Changes have been done to improve performance of exporting big databases. Reactivate the download functionality would need changes in source code.Best regards,
WiktorNovember 22, 2017 at 3:21 am in reply to: The map cannot be displayed. Please try again later or contact your administrato #32314Hi,
You have to add a Google Api key in System -> Configuration -> Integrations -> Google Settings. Moreover, map won’t be shown if address is incorrect.Best regards
WiktorHi,
please, make sure you added a service with ‘form.extension’ tag and you extended the correct form. You, also, have to remove title from update.html.twig file. However, please notice that, it’s not null column in a database so you would have to create migration which remove not null flag, possibly modify entity and make sure it is not used in logic of CRM.Best regards
WiktorI didn’t noticed it’s the quite old post. Is it still valid?
Best regards,
WiktorHi Arthur,
You can use this forum or if you have account on GitHub you can create an issue via GitHub IssuesI’ve reported this bug.
Best regards
WiktorHi,
Could you provide, please, what error do you have during updating?Best regards
WiktorHi,
PHP1{% extends "::base.html.twig" %}you are extending default Oro twig file which needs a lot of different variables by default.
You can override it if you don’t need them but you will lose a lot of OroCommerce functionality or you will have to handle it by yourself.
If you want to keep OroCommerce functionality, please check out e.g. indexAction() of ProductController. It uses layouts.
If you want to learn more about layouts, please follow: Layout documentation.
If you want to customize your theme, please read: Theme customization documentation.Best regards
WiktorSo maybe investigation of this method will help you.
Best regards
WiktorJuly 17, 2017 at 6:00 am in reply to: oro:cron:imap-sync [Failed] – duplicate unique key "oro_email_address_uq" #24579Hello,
Could you give us, please, what version of CRM you use?Best regards,
WiktorJuly 17, 2017 at 5:17 am in reply to: How can I add SEO Keyworsd to Product programmatically? #31857To be precise, when you have more then one localization still you have to add value for the default one with localization set to null.
Best regards
Wiktor -
AuthorReplies