Discussions
Sourcing Specific Items From Cart To Another Page
Hello--
I'm not sure if this has been answered in another topic (I haven't been able to find it, if so), but feel free to point me in the right direction if it's already been covered.
Anyway, I'm wondering if it is possible to source specific item quantities from the cart. I know by using the javascript snippet below I can get the total cart quantity, but how about specific item quantities? Could I build out the URL? possibly use query strings with internal item IDs as the parameters somehow?
<script src='http://shopping.netsuite.com/app/site/query/getcartitemcount.nl?c=XXXXXXXX&n=1'></script>