close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

How to show something if a certain product is in the cart

Thread began 2/06/2014 9:06 am by JBWebWorks | Last modified 2/07/2014 9:49 am by Jason Byrnes | 2489 views | 9 replies |

JBWebWorks

How to show something if a certain product is in the cart

I want to show a note only if a certain product is in the cart.
This is the code I have tried but didn't work
<?php

if ($comfycampers->DisplayInfo("Name")=='The Great Big FANY Ride') {
?><span class="stylenote">Note: FANY Tour---Tent packages include 1 chair for each person, <br />
Towels not included in Tent package; see FANY for towel rental</span><?php }
?>

thanks for your help,
Jim Balthrop

Sign in to reply to this post

Jason ByrnesWebAssist

use this for your if statement:

if($comfycampers->ConditionalTotal("Quantity", "Name", "The Great Big FANY Ride") > 0)) {

Sign in to reply to this post

JBWebWorks

Jason,
used this code
if (($comfycampers->ConditionalTotal("Quantity", "Name", "The Great Big FANY Ride") > 0)) {

but it doesn't show when an item from "The Great Big Fanny Ride" is in the cart?

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

JBWebWorks

Thanks Jason
see private message

Sign in to reply to this post

Jason ByrnesWebAssist

see pm

Sign in to reply to this post

JBWebWorks

sorry, Jason

Sign in to reply to this post

Jason ByrnesWebAssist

the name for that item is:
#1 Standard Tent 1 person Single Air Mattress


it is the description that contains the string The Great Big FANY Ride

so the if statement should be:
if (($comfycampers->ConditionalTotal("Quantity", "Description", "The Great Big FANY Ride") > 0)) {

Sign in to reply to this post

JBWebWorks

Thanks again, Jason, for your assistance!
See PM

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post
loading

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