Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

Hi,

 

Has anybody experienced this problem before?

 

***************************************************

 

This is what I put In:

 

Product1 42.99

Product2 44.50

Product3 51.00

****************************************************

 

When I uploaded to my server using EP, it looked good except that the prices that came out are as follows:

 

Product1 40.18

Product2 41.59

Product3 47.66

 

How can this be possible. I thought the 6% tax for my state was being added, but its not.

 

Any amount of help is appreciated.

Edited by Onstar
Posted

read thru your ep php file, you probably have tax set incorrectly

Posted
read thru your ep php file, you probably have tax set incorrectly

 

 

Thanks Mibble. I will check that and let you know how it turns out.

 

Thanks again.

Posted
Thanks Mibble. I will check that and let you know how it turns out.

 

Thanks again.

 

 

Mibble, I haven't made any changes yet, but here is what I was thinking about. The price that was uploaded is lower than the price of my stocks.

The tax is set in my EP as follows:

 

//**** Price includes tax? ****

// Set the v_price_with_tax to

// 0 if you want the price without the tax included

// 1 if you want the price to be defined for import & export including tax.

 

global $price_with_tax;

$price_with_tax =true;

 

In this case, it should display a higher price. Example: Product1 should have been more than 42.99 and not 40.18.

 

If it is set to false, it should upload 42.99. My state charges 6% tax. The difference in the prices as shown earlier is bigger than 6%.

 

I will like to know your thoughts on this. Meanwhile, let me change this to false and see what I get.

 

I hope $price_with_tax is the variable I need to be changing here.

 

Thanks again.

Posted
Thanks Mibble. I will check that and let you know how it turns out.

 

Thanks again.

 

 

Mibble,

 

Thanks for the insight you offered. I have that fixed now. Somehow, my tax rate was set at 7%. But, that doesn't explain how the upload was 7% lower than what i had uploaded.

 

I just can't tell what happened.

 

Thanks for your help.

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