close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

php / mysql god assistance needed

Thread began 3/20/2012 12:58 pm by biz295654 | Last modified 3/21/2012 3:09 pm by biz295654 | 4314 views | 11 replies

biz295654WebAssist

php / mysql god assistance needed

This is a long shot but maybe some god here will point me in the right direction.

I have 2 sites using PowerStore. One is the actual store, and one uses the product tables in the parent site to present more information about the products.

The store is here: milemarkersports.com

The parent company is here: sporthill.com

So, if a shopper goes to the branded site, sporthill, she will see pages that present the groups of products, then the individual product page: products2011.php?ProductGroup=5510


This page pulls details from the cart database.

Now, on this page, I created a list of product colors. See right side bar called colors. I did this using this:

SELECT *
FROM ps4_products
WHERE ProductGroup = $product_group

then on the page:

<?php while ( $row_thumbs = mysql_fetch_assoc($thumbs) ) {
?>
<img src="http://milemarkersports.com/store/imagesupload/thumb/<?php echo $row_thumbs['ProductThumb']; ?>" alt="" name="thumbs" width="175">
<?php
}
?>

So now client wants to add all the sizes available per product group.

Looking at the way PS has built out the options, I see this:

ProductOptions share a key with products: ProductID
ProductOptions and OptionsGroups share key: OptionGroup ID.

So, I am looking for help to get the product group, list all optiongroupname = Size, and then the optionname. Is it possible? (In my optionsname I have color names and size names)

I want to change where it shows colors to now show colors and sizes. The sizes can just be plain text above the list of color images.

Any ideas if this can be done or am I just overly hopeful.

Thanks as always.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...