English 中文(简体)
Magento: Attribute with small Value/options
原标题:Magento: Attribute with thousands of values/options

在Magento建立一个书店的Im,正在设计处理书作者的最佳方式(即产品)。

目前,我所说的是“作者”,是多民族和数千[试验]价值观。 它仍然可以管理,但在编辑产品时却没有什么缓慢。 而且,在给提交人增加一个选项/价值时,在超文本中提供了大量清单,使这一解决办法无效。

  • Is there another approach I should take?
  • Is it possible to create an Author object (entity type?) which is associated to a product through a join table? If yes, can someone give me an explanation about how that is done or point me to some good documentation?
  • If I d take the Author object approach, could that still be used in the layered navigation?
  • How would I show the list of all books for a single author?

提前感谢!

PS:我知道航海改善等延伸,但AFAIK增加了一些特征,如属性,这不是我所期望的。

谷歌者: 对音乐网站或制造商的艺术家也是如此。

最佳回答

如果你创立一个作者实体类别,你就只会增加你的工作,试图把它加到分层的航行,我看不出为什么会更快。

鉴于马亨托的建立方式,你的做法似乎最适合这一问题。 你们将如何展示1 000名(与实际清单相比,大概是ales的)潜水器。

根据这些要求,你可以走一条道路,使外地失去热心,接受案文。 这仍然使你能够展示,根据它进行搜查,但将消除让每一个可能的艺术家操纵名单的必要性。 你们还可以在选择适当的艺术家(基本上在背后领域添加AJAX汽车包)方面增加一部略微的法典,以尽量减少打字。

Alternatively, you could write a simple utility to add a new artist to the system without some of the overhead of Magento s loading the list. To be honest, though, it seems that the lag that this has the potential to create on the frontend will probably outweigh the backend trouble.

希望帮助!

Thanks, Joe

问题回答

暂无回答




相关问题
Using jQuery to compare two arrays of Javascript objects

I have two arrays of JavaScript Objects that I d like to compare to see if they are the same. The objects may not (and most likely will not) be in the same order in each array. Each array shouldn t ...

Why is the output this? (Java)

This is an instance method from a Rectangle class where we modify the x and y coordinates of the rectangle and its width and height public void modify(int newX, int y, int width, int h) { int x = ...

jquery object inside an object literal

i am trying not to repeat the selector and get to its children via a the same objects parentElment declared variable. I tried: testimonialsBelt={ parentElment:$(".testimonialsCntnr ul"), ...

Using classes with the Arduino

I m trying to use class objects with the Arduino, but I keep running into problems. All I want to do is declare a class and create an object of that class. What would an example be?

Unwanted vertical space after Flash object

See the code below: <div>Lorem ipsum dolor sit amet</div> <object type="application/x-shockwave-flash" data="banner.swf" width="965" ...

ASP.NET and Objects

I ve been tasked with a project that requires me to convert a quote for a set of products that is displayed online into a particular file format for import into a third party application. All of the ...

热门标签