View Single Post
  #2  
Old 07-29-2009, 04:55 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Need to make it so that when button is clicked, a product is added to the cart...

Go to your admin panel, click on 'Search for products' and search for whatever you want the product ID(s) for. Look at the URL, it should be something like:

http://localhost/provider/product_modify.php?productid=63

Theres your product ID.



Alternatively, in your MySQL database, look at the 'xcart_product' table.
__________________
- Shane Munroe
Reply With Quote