Jump to content

add a link to show all products from this manufacturer


Recommended Posts

You can get product id from product details page.
$id_product

From product id you can get id_manufacturer of that product.
$obj= new Product($id_product);
$id_manufacturer=$obj->id_manufacturer

Manufacturer::getProducts($id_manufacturer);

Link to comment
Share on other sites

Hi,
Wait few days and we'll release brilliant module, which help you for sure.
I can't tell you now about the idea.
I can tell only one : using our module sellers of books, music will be able to create shops with Presta.
At this moment they prefer Magento :(

Link to comment
Share on other sites

  • 7 months later...
×
×
  • Create New...