close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Discount not working

Thread began 7/17/2019 12:39 pm by lr_leal239405 | Last modified 11/21/2019 7:39 am by lr_leal239405 | 1191 views | 12 replies

lr_leal239405

I have it as Condition 'Subtotal for any column' and the three levels of discounts (5% for 6 thru 10, 10% for 11 thru 20 and 15% for over 21), and it works fine, but same issue I'm trying to resolve is, I don't want the discount to apply to another items where there's only one of that item. I'm trying to change it to Calculations 'Based on column subtototal' (thinking that will work), but it keeps reverting to 'Based on the cart subtotal'.

1) Will what I'm trying to do work?
2) Why does it keep reverting back?
3) If it should work, what should the code look like instead of this:

//eCart Rule
function WAEC_eCart1_QuantityDiscount1() {
$totalDiscount = 0;
if (true && (($this->TotalColumn("Quantity") >= 6) && ($this->TotalColumn("Quantity") <= 10))) {
$totalDiscount += ($this->TotalColumn("TotalPrice") * 0.05);//Result
}
return WA_eCart_FormatNumber($totalDiscount, $this->ForceDecimalsC, $this->DecimalPlacesC);
}
//eCart Rule

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