close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

How do I add options to products

Thread began 2/08/2010 2:10 pm by crispin | Last modified 2/16/2010 2:01 pm by crispin | 5016 views | 12 replies

crispin

Options not displaying in menus

Hi I've followed your instructions as closely as possible and it is not displaying my options in the drop down menu I've created.

The URL parameter being passed to the product detail page is simply 'product'

I have set up the recordsets just like you said.. one thing though, I could not select the 'type: Number' only 'type:Integer'

My recordset has turned out like this - can you be so kind as to run your expert eye over it to see if I've got anything wrong?:

Recordset detail:

$paramOptionID_rs_size = " -1";
if (isset($_GET['<product>'])) {
$paramOptionID_rs_size = $_GET['<product>'];
}
mysql_select_db($database_shoei_conn, $shoei_conn);
$query_rs_size = sprintf("SELECT options.* FROM options INNER JOIN productoptions ON options.OptionID = productoptions.OptionID WHERE options.OptionGroupID = 2 AND productoptions.ProductID = %s", GetSQLValueString($paramOptionID_rs_size, "int"));
$rs_size = mysql_query($query_rs_size, $shoei_conn) or die(mysql_error());
$row_rs_size = mysql_fetch_assoc($rs_size);
$totalRows_rs_size = mysql_num_rows($rs_size);


Is this right?

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...