close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Discounts in cart code one time instead of for each ID possible ?

Thread began 2/10/2022 8:14 am by lr_leal239405 | Last modified 8/23/2022 2:56 pm by lr_leal239405 | 1027 views | 24 replies

Ray BorduinWebAssist

I think you might be able to do it more easily by adding columns to your products table like:
DiscountMin1
DiscountAmount1

and
DiscountMin2
DiscouneAmount2

and
DiscountMin3
DiscountAmount3

Then add all 6 of those to the cart columns as well. Then your rules can be written to be based entirely on a cart column and not depend on productIDs at all.

Then add a calculated column for:
QuantityDiscount = (([Quantity]>[DiscountMin1])?[Price]*[DiscountAmount1]:0) + (([Quantity]>[DiscountMin2])?[Price]*[DiscountAmount2]:0) + (([Quantity]>[DiscountMin3])?[Price]*[DiscountAmount3]:0)

Then add a few more calculated columns:
NewPrice = [Price]-[QuantityDiscount]
RowDiscount = [QuantityDiscount] * [Quantity]

Then you could update the TotalPrice calculation to be: [NewPrice] * [Quantity]

and then you wouldn't even need to add a discount rule at all since it would be included in the cart.

Of course you could also keep the TotalPrice calculation as it is and use a discount rule instead. It would just be set as a discount equal to the sum of the RowDiscount column.


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