close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

PS3 New Product results Page for each Category

Thread began 1/06/2011 8:17 am by nancy268153 | Last modified 3/27/2012 7:18 am by nancy268153 | 5370 views | 15 replies

Jason ByrnesWebAssist

the top and left menus are created dynamically. modifying this to work the way you want will require some hand editing.


the top menu is generated by the CSSMenuWriter/css_home/menu.php


the category links are created by this code:

php:
<a href="<?php echo($assumedRoot); ?>Products_Results.php?Search=1&ProductCategoryID[]=<?php echo $row_menuwriter_categories["CategoryID"]; ?>"><?php echo $row_menuwriter_categories["CategoryName"]; ?></a>



if you named your results pages the same as the category name, substituting underscores for spaces, and made sure to use only alpha numeric characters, you could change this code to:

php:
<a href="<?php echo($assumedRoot); ?><?php echo str_replace(" ""_"$row_menuwriter_categories["CategoryName"]); ?>.php?Search=1&ProductCategoryID[]=<?php echo $row_menuwriter_categories["CategoryID"]; ?>"><?php echo $row_menuwriter_categories["CategoryName"]; ?></a>




for the left menu, you would need to edit the templates/main.dwt.php page.

edit the followong code:

php:
$retHTML .= '   <div class="AccordionPanelTab" onclick="doHighlighlight(this);updateContant(\'Products_Results.php?Search=1&ProductCategoryID[]='.$row_SubCategoryList["CategoryID"].'\')">'.(($prevLevels>0)?substr($spaceStr,0,12*$prevLevels):'') .$row_SubCategoryList["CategoryName"].'</div>' . "\n";



to:

php:
$retHTML .= '   <div class="AccordionPanelTab" onclick="doHighlighlight(this);updateContant(\''.str_replace(' ', '_', $row_SubCategoryList["CategoryName"]).'.php?Search=1&ProductCategoryID[]='.$row_SubCategoryList["CategoryID"].'\')">'.(($prevLevels>0)?substr($spaceStr,0,12*$prevLevels):'') .$row_SubCategoryList["CategoryName"].'</div>' . "\n";

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