Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Protx Form Payment Module v1.09 Cart details


Recommended Posts

Posted

I have a problem with the above module, upon checking out and entering your details on the credit card form of protx, at the top of the page it gives you the correct amount and everything is good until you receive the email from protx

 

This email doesnt contain the VAT on the shipping part of the order and therefore you get two different order totals. The one total at the top of the email is correct but the total broken down via products and shipping is incorrect because of the VAT not being applied.

 

has anyone come across this problem, and if so what was the fix?

 

thanks

Posted (edited)

If I understand your problem correctly, this is something to do with your osc order total setup: the tax sort order should be after sub-total & shipping. Protx is simply send out the order confirmation email based on what it's received, faithfully.

Or you could include VAT in the shipping cost.

 

Ken

I have a problem with the above module, upon checking out and entering your details on the credit card form of protx, at the top of the page it gives you the correct amount and everything is good until you receive the email from protx

 

This email doesnt contain the VAT on the shipping part of the order and therefore you get two different order totals. The one total at the top of the email is correct but the total broken down via products and shipping is incorrect because of the VAT not being applied.

 

has anyone come across this problem, and if so what was the fix?

 

thanks

Edited by GemRock

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted

many thanks for your suggestions the easy route is option 2, which is to include the VAT in the within the actual shipping cost, but would prefer to get it sorted.

 

where do i need to go tochange this info, i am looking at the order.php and the tax sort order is

'shipping_method' => $shipping['title'],

'shipping_cost' => $shipping['cost'],

'subtotal' => 0,

'tax' => 0,

 

do i need to make the amend here?

Posted
many thanks for your suggestions the easy route is option 2, which is to include the VAT in the within the actual shipping cost, but would prefer to get it sorted.

 

where do i need to go tochange this info, i am looking at the order.php and the tax sort order is

'shipping_method' => $shipping['title'],

'shipping_cost' => $shipping['cost'],

'subtotal' => 0,

'tax' => 0,

 

do i need to make the amend here?

 

It's in the admin panel -> modules -> order total.

 

Ken

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted

just checked the admin > modules > order total and have the following set

shipping 2

sub total 1

tax 3

total 4

 

this is correct i am assuming

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...