close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Test for Item in Cart to Prevent Adding Another

Thread began 2/14/2014 12:39 pm by Mike Perry | Last modified 2/19/2014 8:50 am by Jason Byrnes | 867 views | 5 replies |

Mike Perry

Test for Item in Cart to Prevent Adding Another

Is there a way to hide a product from a dynamic Repeating section unless a product that is required to be ordered has been placed in the cart? I have ItemIDs and playerIDs available in the cart; the test would look for a different playerID and the inclusion of a specific itemID.

Or is there a better way to test and implement?

Thanks,

Mike

Sign in to reply to this post

Jason ByrnesWebAssist

you can test for an item by ID using inCart:
$cartObName->InCart("<ID Value>") == true

or you can do a conditional Total for a other columns
$cartObName->ConditionalTotal("Quantity", "playerID", "<id value>") > 0)

Sign in to reply to this post

Mike Perry

I get the first one -- don't quite follow the second. What would <id value> represent??

Sign in to reply to this post

Jason ByrnesWebAssist

the value you want to check for in the playerID column

conditionalTotal takes 3 arguments:
The column to total

The Conditional Column

The Value to check for


Say you had a color column and you wanted to now if any items where purchased with a color of red:


if($cartObName->ConditionalTotal("Quantity", "color", "red") > 0)) {
echo("there's a red item in the cart");
}

Sign in to reply to this post

Mike Perry

Got it.

I've been trying to use this test in a repeating region to hiwith minimal success. Would it be possible to test for a needed item in the cart by attaching the test to the AddtoCart function in the cart definition, and if the required item is missing to throw a JS alert notifying the user they need to have a specified item prior to selecting this one?

I'm just looking for a clean way to let users know of the requirement.

Thanks, Jason. . .

Mike

Sign in to reply to this post

Jason ByrnesWebAssist

"attaching the test to the AddtoCart function in the cart definition,"

Im not sure why that would be any cleaner than adding the notice beside the item, on the catalog page.

Im sure it would be possible to send a javascript alert, but would take custom coding to accomplish, this sort of customization is beyond the scope of the public forum, we could help implement this in a premiere incident:
webassist.com/premier_request.php

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