close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Item Added to Cart Message

Thread began 4/24/2011 6:28 pm by etekLab | Last modified 4/23/2014 8:38 am by Jason Byrnes | 2169 views | 5 replies |

etekLab

Item Added to Cart Message

The product page has multiply items and one add to cart button. On one page there is 50 items check box and one add to cart button which is working fine. My question is once the customer selects the checkbox and clicks on add to cart button I want a message to show next to the product telling them the item is added to cart so they do not double order it.

Is there a way so the customer can see a message next to the product telling them they have already added the product to the cart.

Sign in to reply to this post

Jason ByrnesWebAssist

next to the add to cart button code in the repeat region, you can add this code to show the message:

php:
<?php if($yourCartObject->InCart($row_RecordsetName['IDColumn']) == true) echo("This item has been added"); ?>



Where "yourCartObject" is the name of your eCart object, "RecordsetName" is the name of the products recordset and "IDColumn" is the name of the ID Column in your products tabel.

Sign in to reply to this post

etekLab

Thank you very much, the code works fine.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

pedstone

Originally Said By: Jason Byrnes
  next to the add to cart button code in the repeat region, you can add this code to show the message:
php:
<?php if($yourCartObject->InCart($row_RecordsetName['IDColumn']) == true) echo("This item has been added"); ?>


Where "yourCartObject" is the name of your eCart object, "RecordsetName" is the name of the products recordset and "IDColumn" is the name of the ID Column in your products tabel.  



This works great - thanks Jason

Now I have a similar case where the same product has 2 variations.
Example: T-Shirt color blue or red
So I added a column to the cart for the color and added an add to cart button for red and another for blue.
How could I show now a message if a blue or a red T-shirt was added to the cart?

Another thought was also if it would be possible to remove the add to cart button if the item is in the cart and to replace it with
the message that the item is in the cart.

Meanwhile I found a solution here: http://www.webassist.com/forums/posts.php?id=26621

It works great for what i need it - thanks again Jason

maybe it would be nice to have this as a behavior in some future releases of ecart

Sign in to reply to this post

Jason ByrnesWebAssist

glad to hear you have it working.

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