List Info

Thread: Tax in the ecommerce module




Tax in the ecommerce module
user name
2006-02-27 18:44:27
stufftrackingsolutions.ca wrote:
> Sorry for hijacking the last thread! My mistake.
> 
> I am trying to get the pay pal module to use tax. It
does not appear to be 
> passing the tax to paypal even though I have defined 7%
tax for Canada. Does 
> anyone know how to get the tax working or should I hack
it 

This is not a support forum.

Please use the drupal.org forums.


jh


Tax in the ecommerce module
user name
2006-02-27 18:51:54
It is development if I see code like:

'item_name'      => $item_name,
'item_number'    => $txnid,
'amount'         => $txn->subtotal,
'shipping'       => $txn->shipping_cost,
'no_shipping'    => 1,
'return'         => $return_url,
'cancel'         => $cancel_url,
'currency_code'  =>
variable_get('paypal_currency_code', 'USD')

Should there not be an entry like:

'tax'		=>$txn->tax,

Or should I go and ask this in support where people that
have read the manual 
can answer me?

Is this not a developer question?

Will I get one straight answer here? Or just deferals? Why
do most of my 
questions get pushed by some quick answer?

Thanks

On February 27, 2006 11:44 am, John Handelaar wrote:
> stufftrackingsolutions.ca wrote:
> > Sorry for hijacking the last thread! My mistake.
> >
> > I am trying to get the pay pal module to use tax.
It does not appear to
> > be passing the tax to paypal even though I have
defined 7% tax for
> > Canada. Does anyone know how to get the tax
working or should I hack it
> > 
>
> This is not a support forum.
>
> Please use the drupal.org forums.
>
>
> jh
Tax in the ecommerce module
user name
2006-02-27 19:00:33
stufftrackingsolutions.ca wrote:
> Is this not a developer question?

No, it's a support issue, or it's a bug report which
you should file in the bug system at drupal.org under
the module concerned.

> Will I get one straight answer here? Or just deferals?
Why do most of my 
> questions get pushed by some quick answer?

Because you refuse to do as you're advised.



jh
Tax in the ecommerce module
user name
2006-02-27 21:34:31
Hi,

On Mon, 2006-02-27 at 11:51 -0700, stufftrackingsolutions.ca wrote:
> It is development if I see code like:
> 
> 'item_name'      => $item_name,
> 'item_number'    => $txnid,
> 'amount'         => $txn->subtotal,
> 'shipping'       => $txn->shipping_cost,
> 'no_shipping'    => 1,
> 'return'         => $return_url,
> 'cancel'         => $cancel_url,
> 'currency_code'  =>
variable_get('paypal_currency_code', 'USD')
> 
> Should there not be an entry like:
> 
> 'tax'		=>$txn->tax,

This does not exist in 4.6, and is not going to exist in
4.7. The
problem is that tax just changes gross, so it really can't
be tracked. 

what is going to happen in 4.7 is there is going to be an
area for
miscellaneous transactions so that any kind or additional
transaction
can be tracked.

This will help with the problem of passing tax to paypal.

> Or should I go and ask this in support where people
that have read the manual 
> can answer me?
> 
> Is this not a developer question?

This is not the area to be asking specific E-Commerce
questions.

> Will I get one straight answer here? Or just deferals?
Why do most of my 
> questions get pushed by some quick answer?

The best place is most likely in the E-Commerce project.
There are a lot
of people who are following development and helping other
people.

Gordon.

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )