Show certain products during submitting a new order
Hi to everybody,
I'm using DC to implement a basic marketplace.
The problem I have is to show just certain products to certain users during order creation. Unfortunately, everybody can see all the available products, whereas each user must see just their own. Is it a way to do that? I don't want to edit DC core module, but I would like to create an external module instead.
Furthermore, while adding a product, the autocomplete shows sku: Product name. I want to show just the product name and other fields.
Thank you in advance
vg
Comments
I found this function: http:/
I found this function: http://drupalcontrib.org/api/drupal/contributions%21commerce%21modules%2...
is there a such a way to put a form alter to intercept this function in order to change the autocomplete_path to a custom one?
Did you find a way of doing
Did you find a way of doing this?