Forum Replies Created
-
AuthorPosts
-
April 12, 2011 at 5:24 am in reply to: Problem with regional sales tax on taxable and non-taxable products #31229bowerstechMember
Sorry for the confusion.
I found the correct line this time and did as you said. It fixed the non-taxable issue but now tax is not calcuated for the taxable item.
I input a tax amount in the tax/shipping section for the taxable product but that didn’t work either. I emailed the file to you so you can verify if I modified it correctly.
Thanks,
Bryan
April 11, 2011 at 4:38 am in reply to: Problem with regional sales tax on taxable and non-taxable products #31227bowerstechMemberI tried removing this:
else
{
$myAuthorize->addField(‘x_tax’, 0);
}
which caused the error to disappear. Only problem is that PayPal still added the tax to the non-taxable unit.
April 11, 2011 at 3:32 am in reply to: Problem with regional sales tax on taxable and non-taxable products #31226bowerstechMemberHere is the modified line:
// Tax
if(!empty($_SESSION))
{
$myPaypal->addField(‘tax_cart’, round($_SESSION, 2));
}
else
{
$myPaypal->addField(‘tax_cart’, ‘0.00’);
}
else
{
$myAuthorize->addField(‘x_tax’, 0);
}
April 11, 2011 at 3:26 am in reply to: Problem with regional sales tax on taxable and non-taxable products #31225bowerstechMemberReceived the following error:
Parse error: syntax error, unexpected T_ELSE in /home/besafe/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_payment_submission.php on line 218
April 11, 2011 at 3:10 am in reply to: Problem with regional sales tax on taxable and non-taxable products #31224bowerstechMemberAdd to Cart. I will try it in a few minutes!
bowerstechMemberHi Amin, did you add this capability yet? I desperately need this fix!
March 11, 2010 at 2:10 am in reply to: How do you create a fancy 1 or 2 Buy It Now button using PHP? #18723bowerstechMemberHi Ivy,
If you look at my first post you will see that I have already looked there. I need the PHP code not the shortcode. There is no PHP code example for what I asked for which is why I am asking.
March 10, 2010 at 7:43 am in reply to: How do you create a fancy 1 or 2 Buy It Now button using PHP? #18721bowerstechMemberWhoops. That wasn’t PHP code. Can you please provide the PHP code?
March 10, 2010 at 7:12 am in reply to: How do you create a fancy 1 or 2 Buy It Now button using PHP? #18720bowerstechMemberThat worked… thanks!
March 10, 2010 at 12:03 am in reply to: How do you create a fancy 1 or 2 Buy It Now button using PHP? #18718bowerstechMemberAnyone have an idea?
Thanks,
Bryan
-
AuthorPosts