Has anyone found a way for users to easily search for a specific product by name or sku with uc and drupal? the standard search function does not work and the only solution that I've been able to come up with is this:
Add the sku to the product name and use the search feature in views bulk operations to find the product where the name includes the sku number
for instance: Tire size 12, with sku 123 becomes 112 - Tire size 12
on search, VBO will find the product which can then be edited or viewed. this works well just as long as the person doing the searching is not a customer or if as admin you dont activate a bulk operation
is there a views function that we could create to enable both vistors and admins to search quickly and accurately?
