Jump to content

How to add product ID for all my existing products


Nakatika

Recommended Posts

Hello,

 

Facebook Products Feed requiring field "Product ID". 

 

I have more than 1000 products in my list, but I did not fill the Product ID from beginning , because this field was not "must". 

 

How can I add ID's for all my products? 

Link to comment
Share on other sites

Product ID are added automatically, when you add products to your database. Prestashop works exclusively with ID's.

 

What exactly is your problem with facebook (add a printscreen of error message) ? Are you using a module which removes ID's on URL ?

 Thank you for your reply.

 

I think facebook wants "product code". Print screen is attached.

 

post-705863-0-66521100-1503225519_thumb.png

Link to comment
Share on other sites

PS version in use is ?

 

How you are adding your products to FB ? With a module ? If yes than this module should be extract this information form you database. If you are adding manually your products, than you can export them WITH ID on your back-office.

 

post-741527-0-42680600-1503226389_thumb.png

 

EDIT: When I check the Facebook developers docu, so your error is more related to product feed upload and not really the product ID of Prestashop. If you are using a module for to add your products to Facebook, than you should contact the developer of this module.

Link to comment
Share on other sites

PS version in use is ?

 

How you are adding your products to FB ? With a module ? If yes than this module should be extract this information form you database. If you are adding manually your products, than you can export them WITH ID on your back-office.

 

attachicon.gifid.png

I adding with Date Kick. 

 

So what I need is REFERENCE (not ID). 

 

How can I add reference to all my products? 

 

PS 1.6.1.11

Link to comment
Share on other sites

In the meantime I've edited my answer. See here:


 

EDIT: When I check the Facebook developers docu, so your error is more related to product feed upload and not really the product ID of Prestashop. If you are using a module for to add your products to Facebook, than you should contact the developer of this module.

Link to comment
Share on other sites

Product reference can by anithing, not only EAN or UPC. However if you want to have real or meaningful values in this field, you have to update it manually.

If you just want to have anything there, update by SQL.

update ps_product set reference = id_product;

This SQL sets the referenc to the same value as the products ID.

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...