Hi - I am using v9.0.3
I want to create a list of 4 products similar to a best sellers list, but to populate it with products randomly chosen from the full product listing.
I believe I can handle the PHP side of what I want to do but I can't see how to get a full listing of product names, their corresponding URL's and the product price.
Are there any variables I can use to get this information?
If not, can I use a SQL statement to access the MS Access database directly?
I want to create a list of 4 products similar to a best sellers list, but to populate it with products randomly chosen from the full product listing.
I believe I can handle the PHP side of what I want to do but I can't see how to get a full listing of product names, their corresponding URL's and the product price.
Are there any variables I can use to get this information?
If not, can I use a SQL statement to access the MS Access database directly?
Comment