close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Display total cart quantity in non-cart page

Thread began 7/18/2009 1:07 pm by tequilaboy372007 | Last modified 7/19/2009 2:26 pm by tequilaboy372007 | 1378 views | 2 replies |

tequilaboy372007

Display total cart quantity in non-cart page

I'm trying to show the total quantity of products in cart up in the page header, and this currently works fine on any pages that already include the ecart object.

The problem I'm running into, is on a few pages where I still want this quantity to show up but the ecart object was not included in the page.
I just need to find out what code to include so that the header code knows where to get the qty value from, OR the code to manually load the ecart object onto these pages.

Sign in to reply to this post

CraigRBeta Tester

at the top of your page add the following lines, (browse for the exact file name to avoid typos)...

where NAME_OF_CART is the name of your ecart instance

<?php
require_once("WA_eCart/NAME_OF_CART_PHP.php");
?>
<?php
$NAME_OF_CART->GetContent();
?>

then in your body add

Cart Total: <?php echo WA_eCart_DisplayMoney($NAME_OF_CART, $NAME_OF_CART->GrandTotal()); ?>

Sign in to reply to this post

tequilaboy372007

Replaced php echo with this:

<?php echo $skullcrow_cart->TotalColumn("Quantity"); ?>

And everything seems to be working fine.

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