close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PowerStore3 Coupon Question

Thread began 12/03/2010 3:18 am by Dave Buchholz | Last modified 12/06/2010 7:19 am by Jason Byrnes | 1471 views | 3 replies |

Dave BuchholzBeta Tester

PowerStore3 Coupon Question

Is it possible to edit the cart object so that coupons in general (or a specific coupon if that is easier) are deducted from the order grand total rather than order sub total ?

Thanks.

Sign in to reply to this post

Jason ByrnesWebAssist

duducting from the grand total instead of the subtotal only really makes sense in the case of a percentage based coupon.

If it's a flat rate coupon, the discount will still be the same whether it's taken from the subtotal or grand total.

if you are asking about percentage based discounts, you really cant take if from the grand total which is calulated as:
(subtotal + shipping + tax) - discounts

to do this, you would need to edit the WA_Cart_Coupons_PHP.php file. the line that calculates the percentage will look like:

you would need to edit anywhere that is appying the pervcentage discount to include shipping and tax, for example:
$appliedCoupon[sizeof($appliedCoupon)-1][1] = round($cart->TotalColumn("TotalPrice")*($nextCoupon->Amount/100),2);

would become:

php:
$appliedCoupon[sizeof($appliedCoupon)-1][1] =  round(($cart->TotalColumn("TotalPrice") + $cart->GetTax() + $cart->GetShipping())*($nextCoupon->Amount/100),2);
Sign in to reply to this post

Dave BuchholzBeta Tester

Thanks Jason, I'll give it a go and let you know how I get on next week.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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