close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

ecart 5 - third day use - new cart columns not in calc dropdown

Thread began 2/11/2010 2:15 am by web_assist_mail157665 | Last modified 2/18/2010 6:53 pm by web_assist_mail157665 | 2933 views | 13 replies

web_assist_mail157665

ecart 5 - third day use - new cart columns not in calc dropdown

Wanted to set up individual items to apply VAT to.

Added Taxable column to Cart as number
Added taxable column to DB as int
Added Taxable =1 to add to cart server behaviour

Go to....TAX CALC

I dont get
If item TAXABLE exists
instead of a dropdown there's a text box ????? - see attached
AMEND: OK I can manually enter Taxable - but why do the other options use a dropdown ?


Went to add

Total of [TotalPrice] where [taxable] has a value of [1] [times] [<your tax rate>]
to tax calculation

[Taxable] ISN'T in the calculation dropdowns
AND A column I deleted from ecart (Duration) is still there

see attached

I just can't see sense in what is going on here?

AMEND: Yet another bug?
these columns have been added but are not shown in the calculation dropdowns at the bottom of the tax cal wizard
Also mentioned in this thread
showthread.php?t=4919


Lastly

Do it by hand

function WAEC_eCart1_TaxOnlyItems() {
$totalTax = 0;
if (true && (($this->InCart("Taxable") == false))) {
$totalTax += ($this->ConditionalTotal("TotalPrice", "Taxable", "1") * .175);//Result
}
return WA_eCart_FormatNumber($totalTax, $this->ForceDecimalsC, $this->DecimalPlacesC);
}



why does this function only work if ==false ??
if (true && (($this->InCart("Taxable") == false))) {

rather than
if (true && (($this->InCart("Taxable") == True))) {

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