close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

A client want to know if PowerStore can do this

Thread began 1/12/2012 8:15 am by admin140217 | Last modified 1/17/2012 4:42 pm by DougB | 1308 views | 3 replies |

admin140217

A client want to know if PowerStore can do this

Hi All, I guess this question is more to WebAssist techs for PowerStore 4.5 but I have a client who runs this website, www.vintagedoorware.com it is a doorware website of vintage looking hardware. Because of the finish type, keying and other attributes of some of the products, the price needs to change based on those selections.

I know I have asked this question before of webassist but this time I need to make sure my client gets the answer.

Here are some pages in which there are products that change price on selection, this site was written in ASP quite a while ago.

Emtek_KnoxvilleSec_Handleset.asp or any of the items in the top navigation.

Also,

Emtek_Catalog.asp where the doorknobs and lever sets change price based on selection.

Thank for you time.

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, in power store you can assign advanced options to your products, advanced options can have unique prices assigned to them.

Sign in to reply to this post

DougBBeta Tester

This is how I handled the dynamic question

I added 3 custom fields Paper, Background and laminate. These fields were added to the product detail page and shopping cart. The dynamic prompt value record set was joined based on changing values, similar to your case... see some of the code below where on the prompt value I am multiplying the chartlenth against the value, pulling in by productID..

see my website if this is what you were thinking, all my values are changing as the product length changes. This reduces the administration of changing values to dynamic instead of static. www.genealogywallcharts.com

hope this helps

<td class="paper"><select name="WA_Store_Cart_Paper_<?php echo $WA_Store_Cart->DisplayIndex; ?>" >
<?php
do {
?>
<option value="<?php echo $row_rsPaper['chartpapervalue'] * $row_rsPaper['chartlenth']?>"<?php if (!(strcmp($row_rsPaper['chartpapervalue'] * $row_rsPaper['chartlenth'], $WA_Store_Cart->DisplayInfo("Paper")))) {echo "selected=\"selected\"";} ?>><?php echo $row_rsPaper['chartpapername']?>

<?php if ($row_rsPaper['chartpapervalue'] != 0) { echo "$". $row_rsPaper['chartpapervalue'] * $row_rsPaper['chartlenth']; }
?> </option>
<?php
} while ($row_rsPaper = mysql_fetch_assoc($rsPaper));
$rows = mysql_num_rows($rsPaper);
if($rows > 0) {
mysql_data_seek($rsPaper, 0);
$row_rsPaper = mysql_fetch_assoc($rsPaper);
}
?>
</select></td>

Sign in to reply to this post

DougBBeta Tester

This is how I handled the dynamic question

I added 3 custom fields Paper, Background and laminate. These fields were added to the product detail page and shopping cart. The dynamic prompt value record set was joined based on changing values, similar to your case... see some of the code below where on the prompt value I am multiplying the chartlenth against the value, pulling in by productID..

see my website if this is what you were thinking, all my values are changing as the product length changes. This reduces the administration of changing values to dynamic instead of static. www.genealogywallcharts.com

hope this helps

<td class="paper"><select name="WA_Store_Cart_Paper_<?php echo $WA_Store_Cart->DisplayIndex; ?>" >
<?php
do {
?>
<option value="<?php echo $row_rsPaper['chartpapervalue'] * $row_rsPaper['chartlenth']?>"<?php if (!(strcmp($row_rsPaper['chartpapervalue'] * $row_rsPaper['chartlenth'], $WA_Store_Cart->DisplayInfo("Paper")))) {echo "selected=\"selected\"";} ?>><?php echo $row_rsPaper['chartpapername']?>

<?php if ($row_rsPaper['chartpapervalue'] != 0) { echo "$". $row_rsPaper['chartpapervalue'] * $row_rsPaper['chartlenth']; }
?> </option>
<?php
} while ($row_rsPaper = mysql_fetch_assoc($rsPaper));
$rows = mysql_num_rows($rsPaper);
if($rows > 0) {
mysql_data_seek($rsPaper, 0);
$row_rsPaper = mysql_fetch_assoc($rsPaper);
}
?>
</select></td>

Sign in to reply to this post

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