Skip to content
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

Make it easier to add specific attributes #160

Closed
markshust opened this issue Dec 6, 2012 · 4 comments
Closed

Make it easier to add specific attributes #160

markshust opened this issue Dec 6, 2012 · 4 comments

Comments

@markshust
Copy link
Contributor

For example, to add a new quote customer_address attribute, right now you must create an installer script and modify everyplace that attribute is supposed to show up. Would be nice if there was a backend tool to create these attributes, and you could dynamically place them where they are supposed to be (for example in this case, a new quote customer_address attribute should show up on checkout in the address area of the template).

@magento-team
Copy link
Contributor

Hello. Isn't it the customer/customer address attribute management that is available as part of Enteprise Edition functionality?

@markshust
Copy link
Contributor Author

Somewhat, but with more options and for every possible model object/entity.

For example, I can't define custom input validation rules, and am missing a few options that I have control over when programmatically creating an attribute such as
'type' => 'varchar',
'visible' => true,
'unique' => false,
'sort_order' => 75,
'position' => 75,
'is_user_defined' => 1,
'is_system' => 0,

Would be nice to have an 'attributes manager' of some sort with it's own section where I have full control over all of these aspects and can define it for all possible objects, and then possibly export setup scripts for module use based on the created attribute values.

@magento-team
Copy link
Contributor

Hello. Ok - this makes sense. We are working on a long-term plan how to support such use cases in a more general way (hopefully without putting EAV everywhere :). If you have any suggestion how to implement it, please share with us here.

@magento-team
Copy link
Contributor

Closing the issue due to lack of recent activity.

magento-team added a commit that referenced this issue Sep 1, 2014
* Price template refactoring
   * Refactored order item templates in the Sales, Bundle and Downloadable modules
   * Eliminated the unused PHTML templates and removed the direct dependencies on the TaxHelper module in the Catalog module
 * Service layer implementation:
   * Created service layer for Order creation
   * Created service layer for Invoice
   * Created service layer for Credit Memo
   * Created service layer for Shipment
 * Introduce the Search library:
   * Created adapter interfaces for the Search library
   * Created response structure
   * Created parsing of XML declaration and creation of library objects (Queries, Filters, Aggregations)
 * Refactored Framework\Stdlib\Cookie to use CookieManager
 * Added the ability to prevent the backend cookie from going to the storefront
 * Fixed bugs:
   * Fixed an issue where taxes  were  not added in some orders
   * Fixed an issue were the Add New Address button did not work if the default address was already set
   * Fixed a Google Chrome and Internet Explorer specific issue when a JavaScript error made it impossible to register   during checkout downloadable product
   * Fixed an issue when the credit card iframe (PayPal or 3D secure)  was absent on the Order Review step during Onepage Checkout
   * Fixed an issue with the   Tax Rate, Customer Tax Class and Product Tax Class multiselects on the Tax Rule Information page
   * Fixed JavaScript issues which prevented saving a newsletter template.
   * Modified the Button component behavior
   * Fixed an issue where it was impossible for a guest customer to register during Onepage checkout when the Require Customer To Be Logged In To Checkout option was set to Yes
   * Fixed an issue where the Calendar icons were not displayed on the storefront
   * Fixed an  AJAX loader issue in the Admin panel
   * Fixed an issue where it was impossible to upload images for  variations of a configurable product on product form
   * Fixed an issue where clicking on a row in the Search Terms Report Grid leads to 404 page
   * Fixed an issue where configurable products fixture creates out of stock products
   * Fixed an issue where Magento crashed when invalid cookie domain was set
   * Fixed an issue where the Change checkbox label overlapped the text message for a recurring profile attribute on the attribute mass update page
   * Fixed an issue where integrity test determined normal dependencies as redundant
   * Fixed an issue where Catalog\Service\V1\Product\Attribute\ReadService::search returned an error
   * Fixed an issue where Magento\Catalog\Service\V1\Category\Attribute\ReadService::options returned empty results
 * GitHub requests:
  * [#160] (https://github.com/magento/bugathon_march_2013/issues/160) -- Wrong default value for memory_limit in .htaccess.sample
  * [#480] (#480) -- Provide instructions on adding memcache support for Magento 2
  * [#612] (#612) -- Category Layered Navigation : Selection of disabled entity
  * [#626] (#626) -- Unable to install under IIS / FastCGI
tang-yu pushed a commit that referenced this issue Mar 23, 2015
[FearlessKiwis] Sprint 43-A: Bug fixes
joanhe pushed a commit that referenced this issue Nov 17, 2015
[South] MAGETWO-45277: Timezone fixes for Customer module
mmansoor-magento pushed a commit that referenced this issue Aug 1, 2016
…r-escaper

[Jackalopes] Magetwo-53353: refactor escaper
magento-engcom-team pushed a commit that referenced this issue Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants