Jump to content

Location where the manufacturer Emails are stored


Snixells

Recommended Posts

Hi, 

 

I want to access the manufacturer Email to sent them an Email when they sell a product. 

I already tried 

$id_product=$product['product_id'];
$id_manufacturer= Db::getInstance()->getValue('SELECT `id_manufacturer` FROM `'._DB_PREFIX_.'product` WHERE `id_product` = '.(int)$id_product);
$manufacturer_mail=Db::getInstance()->getValue('SELECT `name` FROM `nnw5_manufacturer` WHERE `id_manufacturer` = '.(int)$id_manufacturer);

but i gives me the error:

 

Table 'myDatabase.nnw5_manufacturer' doesn't exist. 

 

Did they change the location or are there other ways to access the emails ?

Thanks for your replies!

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...