Title: InterGen's Replies | WordPress.org

---

# InterGen

  [  ](https://wordpress.org/support/users/intergen/)

 *   [Profile](https://wordpress.org/support/users/intergen/)
 *   [Topics Started](https://wordpress.org/support/users/intergen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/intergen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/intergen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/intergen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/intergen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/intergen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP Bakery Visual Composer Not Working after updating my site to WP 2.5](https://wordpress.org/support/topic/wp-bakery-visual-composer-not-working-after-updating-my-site-to-wp-25/)
 *  [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years ago](https://wordpress.org/support/topic/wp-bakery-visual-composer-not-working-after-updating-my-site-to-wp-25/#post-7269272)
 * BE WARY OF WPBAKERY AND ENVATO MARKETPLACE IN REGARDS TO VISUAL COMPOSER!!!
 * I set up a site six months ago with vc, and even though it came with my theme(
   Automotive Car Dealership Business) I went ahead and bought a license for it 
   to avoid waiting on updates through the theme dev. After the recent update in
   WordPress it stopped working- right after my original support period ended. I
   purchased a “support extension” for the theme so I could get them to take a peek
   at it and fix it- and their response was “It’s a problem w/ another plugin, not
   covered by our support”. No evidence given, no clue as to which other plugin 
   they saw the problem with- just “not our problem, go fix it yourself”.
 * Wow. I’m completely blown away by this level of UNprofessionalism. Enough so 
   that I asked for a refund from Enavto- who proceeded to tell me the plugin developer
   was responsible for the refund, which is comical, because the plugin developer
   proceeded to tell me that Envato is responsible.
 * Guess I can kiss that refund goodbye, and now I’ve got to fix their damn plugin
   myself.
 * BE WARY!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229213)
 * Not a problem:
 * [https://wordpress.org/support/view/plugin-reviews/paypal-for-woocommerce](https://wordpress.org/support/view/plugin-reviews/paypal-for-woocommerce)
 * Now to tackle excluding checkout from W3…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229157)
 * Angelleye,
 * W3 strikes again- with the plugin completely disabled, and not just having the
   cache cleared, two orders have processed completely in sandbox mode without issue.
 * I know this issue was in no way related to your plugin what-so-ever, and I absolutely
   cannot thank you enough for speedily looking into this.
 * If everyone involved with opensource was as dedicated, the world would be a much
   better place, hands-down.
 * Intergen
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229156)
 * Angelleye,
 * In discussing this with some colleagues, it was suggested that caching could 
   actually be causing an issue- as multiple levels are involved in both W3 and 
   opcache.
 * Testing this, in just clearing the W3 cache the order was allowed through- but
   had two of the item processed, not 1.
 * I’m going to test further with completely disabling W3, and I’ll update the thread
   with the results.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229154)
 * Angelleye,
 * Here’s the return on the test file you requested:
 * `array(1) { ["amt"]=> string(5) "26.74" } 1`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229153)
 * Angelleye,
 * Tried filtering the variable with preg_match and passing it along:
 *     ```
       $FilteredFinalPayment = (preg_match('/"([^"]+)"/', $FinalPayment));
               $Payments = array();
               $Payment = array(
                   //'amt' => number_format($FilteredFinalPaymentAmt,2,'.',''),
       ```
   
 * That didn’t fly either- returned:
 * `10400 - Order total is missing`
 * I can create the test file- do I replace the ‘wc-gateway…’ file with it?
 * EDIT – I just caught the incorrect variables I used- but correcting them still
   didn’t help- returns 10400
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229148)
 * Angelleye,
    That shows:
 * `string(5) "26.74"`
 * instead of just a numerical value. I believe the price issue last night was multiple
   items in the cart that I didn’t catch- so you were more than likely correct on
   the irrelevant price reflection.
 * Which way do we need to proceed with this- run the return through a ‘filter’ 
   to pull the numerical value out of the quotes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229084)
 * PHP version is 5.4.40
 * Shipping is flat rate
 * Tax is the only other variable from what I can see, using WooTax.
 * Just looked back over the settings and nothing stands out as wrong.
 * Could caching be causing something funky to happen to the cart? We do have W3
   enabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229077)
 * Shows a value of 46.97 on the whitescreen, Item was supposed to be only 26.94
   with tax and shipping…
 * Thoughts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] wc-gateway-paypal-express-angelleye.php error](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/)
 *  Thread Starter [InterGen](https://wordpress.org/support/users/intergen/)
 * (@intergen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wc-gateway-paypal-express-angelleyephp-error/#post-6229070)
 * I’m pretty handy at debugging bash, but php is a little bit of a climb sometimes…
 * This looks pretty promising:
 * [http://nobits.ml/view/raw/6b61bfa7](http://nobits.ml/view/raw/6b61bfa7)
 * Would I be able to drop that in the code just prior to the problem section and
   have it spit out the values you need to see?

Viewing 10 replies - 1 through 10 (of 10 total)