Anyone know how would I get started on trying to code an alternative lookup for products?
What I was hoping on doing is changing ZenCart to not only look up a product page from this:
http://www.example.com/index.php?main_page=product_cards_ufs_info&cPath=1_6&products_id=124
To this as an alternative:
http://www.example.com/index.php?ufs_card=SOME_ID
So that it pulls up the product page of that SOME_ID (which is stored in a seperate database attached to a product ID number).
I'm trying to find the look ups for $_GET['main_page'] but I'm running out of ideas.
Bookmarks