Heres the scoop... I have a product import that I wrote in PHP that runs daily to import my products from our accounting system.
The problem is I wrote it to just dump the products before it imports the new ones.... so everyday the product ID changes when new products are added. This is a problem because I cant link directly to a product using the Product ID... for like marketing and stuff.
Anyone know if there is a way to link to a product page without using the product ID? I have unique model numbers...
I really dont want to rewrite my import.
Thanks.


Reply With Quote


