Eliana Alexandra Posted November 14, 2012 Posted November 14, 2012 I need Populate (show) Product_id I Found this online, but when i tried i dont get anything <?php echo $products[$i]['id'] ; ?> and also found this <?php echo $products_array[$i]['id']; ?> Thanks
♥toyicebear Posted November 14, 2012 Posted November 14, 2012 Depends on where you want to call it, you have to look into the code in the file where you want to get it and use the code from there. Ie. for instance if its in the product_info.php file , you can get it by: <?php echo $_GET['products_id']; ?> or if after the queries in the file <?php echo $product_info['products_id']; ?> In other files the code will be different. Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
Eliana Alexandra Posted November 14, 2012 Author Posted November 14, 2012 Thanks, that is what i looking for over 6 hours. many thanks
Eliana Alexandra Posted November 14, 2012 Author Posted November 14, 2012 and one more thing did you how call the customer country from orders but in the two Letter ISO like United States will be US?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.