Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
5answers
6k views

Using Lucene to count results in categories

I am trying to use Lucene Java 2.3.2 to implement search on a catalog of products. Apart from the regular fields for a product, there is field called 'Category'. A product can fall in multiple ...
4
votes
2answers
126 views

Test catalogs - common bugs or test cases

I'm looking for catalogs of common bugs, weaknesses, and test cases or questions for software. In Lessons Learned in Software Testing I saw an example test catalog, but I typically can't find good, ...
4
votes
2answers
289 views

Using an XML Catalog with a Java library that uses JAXP internally

I'm using the Apache web service xml rpc library to make requests to an rpc service. Somewhere in that process is a xml document with a DTD reference to ...
3
votes
3answers
2k views

Magento Catalog URL rewrites stuck on processing

As the title says my Catalog URL rewrites indexer is stuck on processing. I've tried everything and I just can't find a solution to this. Does anyone know a solid fix for this? I've tried truncating ...
3
votes
2answers
834 views

What is AggregateCatalog?

What is AggregateCatalog? What does it mean when you construct a new AggregateCatalog()? What does it mean when you add assemblies to the catalog, eg catalog.Catalogs.Add(new ...
3
votes
2answers
1k views

Magento custom order attribute/fields? Shooting myself in the foot?

I'm building a Magento store using a single catalog over 4 domains: 1 for the US and 3 for Europe (UK, French, and German). There's 1 fulfillment warehouse in Europe, 1 in the US and a sort of ...
3
votes
1answer
56 views

Technologies for centrally storing and publishing perl scripts and “small tools”?

My problem: There are numerous (>100) tools the development teams use which are "home" written. They are sometimes a perl script, or a "web page", or just something that does a couple of small ...
2
votes
1answer
80 views

Why does this query deadlock?

I have an application that reads the structure of an existing PostgreSQL 9.1 database, compares it against a "should be" state and updates the database accordingly. That works fine, most of the time. ...
2
votes
1answer
157 views

What's the difference between a catalog and a schema in a relationnal database?

I used to think schema were the "upper wrapper" object before the database itself. I mean DB.schema.<what_ever_object_name_under_schema>. Well, the catalog "wrapper" is now quite confusing. Why ...
2
votes
1answer
55 views

Any Working code for cross platform message catalog without having to duplicate the message strings?

On linux, gencat works beautifully with .msg file with gencat, catopen, catgets and catclose On Windows, mc or rc file's stringtable works beautifully with LoadString. Just wondering if there is any ...
2
votes
2answers
1k views

Magento products not showing up consistently in frontend

I have Magento site running with 20000 plus products. Sometimes it does not show the products in the frontend. It says "There are no products matching the selection", but the products are still there ...
2
votes
1answer
836 views

How to organize product catalog site in Drupal 6?

please advice me how to organize product catalog site with such structure (this is pages which should be in site map): - Home page - About Us -- Team -- Contacts - Products -- Category --- Product ...
2
votes
3answers
148 views

catalogue a list of dictionaries

I have a list of dictionaries: people = [{"name": "Roger", "city": "NY", "age": 20, "sex": "M"}, {"name": "Dan", "city": "Boston", "age": 20, "sex": "M"}, {"name": "Roger", ...
2
votes
3answers
141 views

php product browser

Howdy, I was wondering if anyone knows of a good script to manage a catalog of products. Just need basic stuff, like being able to browse by category and or tags and search. Without many extras, as ...
1
vote
2answers
33 views

Magento - product that are not for sale

Does anyone know how to list products in Magento that are not for sale? I still want the items to appear in the store, but I would like the "Add to cart" function to be disabled. This seems like it ...
1
vote
1answer
112 views

What is the difference between CreateModuleCatalog() and ConfigureModuleCatalog() in PRISM?

Basically... protected override IModuleCatalog CreateModuleCatalog() { var catalog = base.CreateModuleCatalog(); var moduleInfo = new ModuleInfo("HelloWorldModule", ...
1
vote
1answer
142 views

PHP return to previous page

I've created a product catalogue with category - subcategory - individual product page. I pass a $category to the individual product page. This page lists various details about the item, including ...
1
vote
1answer
100 views

What is the most scalable data model for a product catalog?

Each product will have a parent category, a category, and a subcategory. Would it better do have a normalized database with integers representing parent category, category and subcategory on the ...
1
vote
0answers
424 views

Get custom attributes to work with magento flat product catalog enabled

I need to get my custom attribute to work with Magento flat product catalog. Attribute code: free_shipping Attribute type: Yes / No Used in Product Listing: Yes Use in Promo Conditions: Yes I've ...
1
vote
2answers
104 views

Windows command-line disk cataloging - save to csv?

I'm working on a Windows batch script that creates a directory/file listing of a complete hard disk for archival/cataloging purposes, using only command line-tools (and open-source/free tools). For ...
1
vote
1answer
169 views

How to query remote index catalogs

I've been trying to create a linked server in SQL Server that accesses a remote Index Service catalog, but I can't seem to do it. Let's call the remote server "remoteServer" and the Catalog ...
1
vote
1answer
257 views

Inherit category layout update in magento in catalog.xml

I know I can set a single category layout through catalog.xml using <CATEGORY_123> <reference name="left"> <block type=""> (etc.) </reference> </CATEGORY> ...
1
vote
2answers
185 views

How to make RichTextValue catalog full text search for Plone 4

I created dexterity content type with Rich Text Field - "body text". I'd like to make "body text" full text searchable for my Plone 4.0.2. I added catalog.xml in my theme, code below ...
1
vote
1answer
268 views

How can I add an existing instance to a MEF catalog?

I have an object instance, and I want to end up with a MEF catalog that contains that object instance, exported as a specific interface type. How can I do this? TypeCatalog doesn't seem workable ...
1
vote
1answer
299 views

XML Catalog in Eclipse is not working

Where I work we do not have any internet connection. We still want to have validation and code completion when editing xml files. I have tried the instructions here http://www.helmers.nu/?p=276 ...
1
vote
1answer
438 views

Prism / Mef Directory Catalog SatisfyImports

In my app I have a module that I have been referencing direct from the shell (just while I get things working). i.e. protected override void ConfigureAggregateCatalog() { ...
1
vote
0answers
260 views

How to use CatalogResolver in JAXB

Here is a method to do that, but I'm not sure if it is a reasonable way. final SchemaFactory sf = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); ...
1
vote
2answers
682 views

Magento Indexing of Catalog Products & its Attributes

I have some queries for Magento Indexing Process:- First of all, why Magento does not perform the indexing process programmatically, after each Product or any of its Attribute(s) are newly added / ...
1
vote
1answer
249 views

Prism / MEF — Once my app is running, how do I add to my AggregateCatalog later on?

Basically, I have the following scenario: User runs application The Bootstrapper loads the "Modules" directory into the AggregateCatalog. My navigation menu is built The user clicks refresh The app ...
1
vote
0answers
397 views

magento display mode conditional in catalog.xml?

anyone know how to add or setup a display mode conditional in catalog.xml in magento? if you edit a category in the backend, under the display settings tab there is a dropdown for "display mode" ...
1
vote
1answer
1k views

How to add a custom text field in Magento v1.5 Catalog/Mange products/General tab in admin panel?

How to add a custom text field in Magento v1.5 Catalog/Mange products/General tab in admin panel? please help me if any body have expertise on this..
1
vote
2answers
606 views

Is there a way to refresh Magento *Catalog* (not Shopping Cart) prices with a Coupon code?

Been searching high and low for a question similar to this both here and in Google and I'm surprised that I haven't been able to find anything similar. I'm familiar with Customer Groups and Tiered ...
1
vote
1answer
198 views

Is there any publicly available catalog or database for standard products?

I am building an online marketplace. When a user wants to sell a product, I'd like to be able to let him chooses the product from a standardized product catalog/database. Is there any publicly ...
1
vote
1answer
786 views

MEF container auto-update using a directory-catalog

This is possible if we manually create a FileSystemWatcher and watch the 'parts' directory (here some dlls inside the folder) and track any changes, then we reflect the changes into a container which ...
1
vote
0answers
433 views

Magento: Column not found: 1054 Unknown column 'e.display_price_group_0' after rebuilding flat catalog product

In magento, after rebuilding programmatically the flat product catalog with the script I found at http://www.magentocommerce.com/boards/viewthread/43238/ I keep getting the error exception ...
1
vote
3answers
164 views

How to discover what a Postgresql table's usage is?

Our team is working on a Postgresql database with lots of tables and views, without any referential constraints. The project is undocumented and there appears to be a great number of ...
1
vote
3answers
240 views

Can I use Magento without the sales features? Or am I better off with a scratch build?

I have a site build which would seem to suit Magento up to a point, but the client doesn't actually want to sell anything - at the end of the process of choosing a product the user would simply be ...
1
vote
3answers
106 views

Organizing large collection of things - usability and UI point of view

In our application we have a repository that contains things (they are called methods and queries, but this is not particularly relevant for this question). Each thing has a title, description (though ...
1
vote
1answer
99 views

Django translation catalog is empty

I have my locale in my project directory and have set the packages as such: js_info_dict = { 'packages': ('my_project',), } makemessages works well as i have a djangojs.po file with my ...
1
vote
1answer
104 views

Are there any exsisting abstract file catalog libraries?

I'd like to make sure I'm not reinventing the wheel with my current project. I'm writing a tool that creates a catalog of content for a CAD program, which catalogs files. My Catalog class represents ...
1
vote
1answer
383 views

Magento: Attribute always returns default value in catalog view, works fine in product view

I've created a new Yes/No attribute for products. I've extended the Product model to do some custom logic and the custom functions are working everywhere. When I initially tried getting the custom ...
1
vote
0answers
67 views

Does anyone use an open source gallery as a products catalog with prices?

Does anyone use an open source gallery as a products catalog with prices ? You can find 10's of open web shops but i have never saw a compact modern looking catalog script. Anyone saw one ? Thank ...
1
vote
3answers
287 views

Can Anyone point me to a Android Market catalog or application list

I'm up and running in Eclipse, have worked through several tutorials and would like to start developing my first marketable app. Is there anyplace I can find a comprehensive list or catalog of what's ...
1
vote
1answer
173 views

SQL server: How to check database has catalog or not

I am trying to find out whether a database has a catalog or not. I couldn’t find any system stored procedure to perform this task. I need to find the catalog first then perform Full text search. If ...
1
vote
1answer
332 views

Missing Selector from Obj-c Three20 Library Catalog

I'm using http://github.com/facebook/three20 in my iPhone application. I've followed the instructions to include the framework in my project. I've verified it twice now (at the recommendations of ...
1
vote
1answer
2k views

Display Percentage or Amount of discount for catalog price rule in Magento

I'm struggling to figure out how to display the percentage or the amount of discount that is applied to a product in Magento via the Catalog Price Rules. For example: I want the price to be displayed ...
1
vote
3answers
117 views

Is there a BUG Calatog, classifying the bugs with general descriptions?

Is there any work done on classifying the bugs; practically categorizing and sub-grouping them based on their their occurrence place, side-effects, complexity and so on? With their brief descriptions ...
1
vote
1answer
45 views

Existing sales/ordering engine that can be integrated to custom .NET app?

There's this custom who wants software to generate quotes from a product catalog, print invoices, nothing too original here. But they also want a bunch of custom features and a custom presentation, so ...
1
vote
5answers
1k views

High performance product catalog in asp.net?

I am planning a high performance e-commerce project in asp.net and need help in selecting the optimal data retrieval model for the product catalog. Some details, products in 10-20 categories ...
1
vote
5answers
539 views

Is there a concise catalog of variable naming-conventions?

There are many different styles of variable names that I've come across over the years. The current wikipedia entry on naming conventions is fairly light... I'd love to see a concise catalog of ...

1 2 3