- This topic has 3 replies, 2 voices, and was last updated 13 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Coupon Error – Fatal error
applying coupon generates the following error
Fatal error: Call to undefined function __e() in …/wp-content/plugins/wp-cart-for-digital-products/wp_eStore1.php on line 665
the coupon is applied after you (f5) refresh.
to test:
http://www.doddcoffee.com/shop-dodd-coffee/
coupon = “testcoupon”
Any thoughts, thanks Chris
Not sure if a eStore plugin file got corrupted or not. Please get a fresh build of the plugin from here and test it out:
OK, we’ve reloaded, but still same error. I appreciate your help with this, and I went and dug around a little bit.
The offending line of code as noted above, is line 665
$_SESSION = __e(‘Free Shipping’,’estore’);
the error is associated with the call for function “__e”. When I do a text search through all the code, I can not find any point where this function is defined.
The coupon is being used to apply free shipping to an order, and this area of the code is trying to calculate the discount. any thoughts…?
Okay fixed the I18n stuff. Please get another build now.