close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

sum Quantity column by ID is Cart

Thread began 10/30/2020 1:03 pm by Me | Last modified 11/02/2020 8:41 am by Ray Borduin | 384 views | 5 replies |

Me

sum Quantity column by ID is Cart

I need to do a foreach loop in php so that by ID I can then sum the quantity of each (Unique) product variation in the cart.

So the ID of the product might be

12345 and the variation might be abc AND
12345 and the variation might be bcd AND
12345 and the variation might be cde

In this case it should return 3

foreach($Cart->Items as $item) {
//???
}

However, within the foreach loop, I am not sure how to complete the code. I have tried the obvious by $TotalProductVariations += $X8SCart->TotalColumn("Quantity")

But, this did not work.

Anyone had a go at this?

Sign in to reply to this post

Ray BorduinWebAssist

Can't you just use: $X8SCart->TotalColumn("Quantity");

I don't think you would need a loop since the TotalColumn method already loops.

Sign in to reply to this post
Did this help? Tips are appreciated...

Me

Hi Ray, thanks for the reply. Not on its' own. As my initial comment goes: "I need to do a foreach loop in php so that by ID". In plain English I guess it would look something like this...

foreach($CartItems as $CartItem) {
$TotalItemQuantity += $Quantity WHERE ID = bar (bar of course, would be dynamic)
}

I kind of thought over the weekend, maybe some sort of calculation...in the calculation dialog?

Not Sure?

Sign in to reply to this post

Ray BorduinWebAssist

$X8SCart->ConditionalTotal("Quantity","ID","bar");

Sign in to reply to this post
Did this help? Tips are appreciated...

Me

Hmmm. That looks interesting. I didn't know there was a ConditionalTotal function. Assuming this also takes care of the unique sku code (for say different) colours. Where would I place to get a total for each ID? Would it be in the calculation dialog like so...

IDQuantity = ($this->ConditionalTotal("Quantity","ID",$this->ID)) (I realise this might be a little out there)

Or does it goes somewhere else?

Sign in to reply to this post

Ray BorduinWebAssist

You should use the column that is unique. If you don't have a single column that is unique, then you could create a calculation that will be unique by concatenating multiple columns.

I don't know the specific location you are trying to add that code, so I can't comment on whether that one line is correct out of context.

$this can only be used if you are editing the class. Most likely you would be using the $eCart1 reference instead on your page. $this->ID doesn't make sense since your cart will have multiple IDs.

Sign in to reply to this post
Did this help? Tips are appreciated...

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