close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Already in Cart Message...

Thread began 10/04/2011 6:18 am by daniel279790 | Last modified 10/06/2011 1:40 am by daniel279790 | 1375 views | 4 replies |

daniel279790

Already in Cart Message...

Hello there
Is there an easy way to add a line of text on my product listings page if a product has already been added to the shopping cart?

Something like 'You have already added 2 of this product in your cart' to be display near the 'Add to Cart' button.

I'm guessing it's some simple PHP coding but I can't seem to get it working.

I'm using eCart 4 on a PHP page in Dreamweaver CS5.

Many Thanks in advance.

Sign in to reply to this post

Jason ByrnesWebAssist

to check if an item is in the cart, you need to know the ID for the item, for example, if the ID is 12, you could use the following if statement:
if($<yourCartName>->InCart("12") == true)

you could show how many of item 12 are in the cart using this code:
$<yourCartName>->ConditionalTotal("Quantity", "ID", "12")


to show your custom message, the fill code would look like:

php:
<?php if($<yourCartName>->InCart("12") == true) { ?>

You already have <?php echo($<yourCartName>->ConditionalTotal("Quantity""ID""12")); ?> of this item in your cart.
<?php ?>




NOTE: in this sample code, you need to replace "<yourCartName>" with the name of your eCart object.

Sign in to reply to this post

daniel279790

Hi Jason

Thanks for responding, that works great when I know the product ID. But how would I re-work the code if the Product ID is dynamic.

So instead of... ->InCart("12") == true)

It needs to be something like... ->InCart("$row_recordset1['ID']") == true)

But that doesn't work.
Any ideas how to change it?

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

remove the quotes around the recordset.instead of:
InCart("$row_recordset1['ID']")

use:
InCart($row_recordset1['ID'])



if your still having a problem, send a copy of the page in a zip archive so I can see the entire code in context,

Sign in to reply to this post

daniel279790

Hi again Jason

Thats sorted it perfectly.

many Thanks for your Help :)

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