PDA

View Full Version : Vendor Display


HGordon
09-06-06, 06:49 PM
I've got a client who wants to display a list of her wholesale customers so visitors to her site can find shops locally for her products. We've entered all of her wholesale vendors into a price group called "WHOLESALE".

Right now, we've got a static page for this display, but is there a way to have MIVA do this automatically and display location fields as well a custom field where we store their web URL's?

Here's the page as it is now:
http://www.dianeericson.com/v/vendors.html

DesignExtend-MSI
09-07-06, 01:46 AM
I've got a client who wants to display a list of her wholesale customers so visitors to her site can find shops locally for her products. We've entered all of her wholesale vendors into a price group called "WHOLESALE".

Right now, we've got a static page for this display, but is there a way to have MIVA do this automatically and display location fields as well a custom field where we store their web URL's?

Here's the page as it is now:
http://www.dianeericson.com/v/vendors.html

You're not going to be able to do this from Price Groups, however, you could create (or have created) a script that will call the info right from the MySQL database files. Simple PHP that would pull it right into a page.

You might want to look at some PHP resource sites. There are many scripts that already do something like this that would just need to be modified.