wabisabiman Posted June 22, 2010 Posted June 22, 2010 Hello All, I am working on a shopping cart which will be used only to display the products and for checkout. I will not utilize categories, as i am using oscommerce cart in conjunction with a static website which will allow customers to navigate to "Buy Now" pages of products. In trying to have direct links for the products' pages, I am under the impression that the easiest way to go straight to a product page for adding to cart/checking out is to go to "http://mydomain.com/catalog/product_info.php?products_id=X". If i am wrong please do correct me. But where i am stuck is how to find out what the product id's are or how to designate product id's for my product so that i can simply modify the number at the end of the link to have the customer be able to go directly to a product's page in OSC by clicking on a link in my static site. Any help would be much appreciated. Thanks
knifeman Posted June 22, 2010 Posted June 22, 2010 But where i am stuck is how to find out what the product id's are or how to designate product id's for my product so that i can simply modify the number at the end of the link to have the customer be able to go directly to a product's page in OSC by clicking on a link in my static site. Any help would be much appreciated. Thanks If you have not modified the store, then the product ID is in the URL already. Browse to the product and you will see the ID number. Otherwise you should be able to find the product ID in the database. I did not look, but I am guessing the products table. Tim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.