- 1 generic open cart product
separate php mysql DB with 800,000 records
so in a normal URL format
index.php?route=product/product&path=1&product_id=1
want to make it work like this
index.php?route=product/product&path=1&product_id=1&article_id=100&article_name=Smith%20and%20Wesson
the product within open cart would then place the article id and name in the right spot for the product and the user could then check out with those names listed.
Any way on doing that?