Site Sections: Satchmo Main | Wiki | Demo Store |

Ticket #239 (reopened defect)

Opened 2 years ago

Last modified 1 year ago

Products should have a searchable SKU field

Reported by: bkroeze Assigned to: bkroeze
Priority: minor Milestone:
Component: Application Version:
Keywords: Cc:

Description

To integrate with backends such as Quickbooks, there should be a sku field. It should also be searchable in the search view.

Attachments

views.py.diff (0.5 kB) - added by justin.piper on 01/09/2008 07:18:52 PM.
Simple patch that includes ProductVariations? in search results

Change History

01/06/2008 07:54:54 PM changed by raprasad

This would be a big help! I'm interested in using Satchmo (or building a Django e-commerce) site for a 22+ outlet retail chain with 24,000 products. Everything is based on sku including a new inventory system.

01/08/2008 11:40:05 PM changed by bkroeze

  • owner changed from chris to bkroeze.
  • status changed from new to assigned.

01/08/2008 11:40:18 PM changed by bkroeze

  • status changed from assigned to closed.
  • resolution set to fixed.

closed in [982]

01/09/2008 06:25:12 AM changed by improva

  • status changed from closed to reopened.
  • resolution deleted.

It seems only the SKU of the Product is searchable. SKUs assigned to ProductVariations? are not searchable.

01/09/2008 07:18:52 PM changed by justin.piper

  • attachment views.py.diff added.

Simple patch that includes ProductVariations? in search results

01/09/2008 07:22:40 PM changed by justin.piper

This patch just causes ProductVariations? that match the terms in any searchable field to appear in the search results, rather than checking that the SKU is what matched. Something more complex might be appropriate if there's a reason only the SKU should be matched for ProductVariations?.

05/17/2008 02:33:39 PM changed by chris

  • milestone deleted.