Hi,
I am experiencing problems linking newly defined products with products that already exist within my Hikashop database. The two example datasets below illustrate the problem:
product_name,product_code,related
testprod1,testprod1-ABCD,""
testprod2,testprod2,testprod1-ABCD
The dataset above creates the two new products and links testprod1 to the second product testprod2
product_name,product_code,related
testprod1,testprod1-ABCD,""
testprod2,testprod2,2214419;testprod1-ABCD
The second dataset above also creates testprod1 and testprod2 OK. It also links creates the link so that testprod1 becomes related to testprod2. However, it refuses to link the other product (2214419, which exists elsewhere within my Hikashop database) to successfully with testprod2.
Help appreciated.
PhilP
Hikashop Business 1.5.4 user