jigneshkaila

Cartflow Pro new filter/hook

Sep 23rd, 2019
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.34 KB | None | 0 0
  1. 1)  File name : cartflows-pro\classes\class-cartflows-pro-frontend.php
  2.     Line Number : 377
  3.     code : if ( 'ppec_paypal' === $order_gateway || 'stripe' === $order_gateway ) {
  4.     CartFlow Developer any to add new filter here for our express checkout gateway.
  5.    
  6.    
  7. 2)  File name : cartflows-pro\modules\offer\classes\class-cartflows-pro-base-offer-markup.php
  8.      Line Number : 92
  9.      code : if ( ( 'paypal' === $payment_method || 'ppec_paypal' === $payment_method ) && ! wcf_pro()->utils->is_reference_transaction() && ! wcf_pro()->utils->is_zero_value_offered_product() ) {
  10.      CartFlow Developer any to add new filter here for our express checkout gateway.
  11.      
  12.      
  13. 3)  File name : cartflows-pro\modules\offer\classes\class-cartflows-pro-base-offer-shortcodes.php
  14.      Line Number : 105
  15.      code : if ( ( 'paypal' === $payment_method || 'ppec_paypal' === $payment_method ) && ! wcf_pro()->utils->is_reference_transaction() ) {       
  16.      CartFlow Developer any to add new filter here for our express checkout gateway.
  17.      
  18.  
  19. 4)  File name : cartflows-pro\modules\offer\classes\class-cartflows-pro-base-offer-shortcodes.php
  20.      Line Number : 219
  21.      code : if ( ( 'paypal' === $payment_method || 'ppec_paypal' === $payment_method ) && ! wcf_pro()->utils->is_reference_transaction() ) {
  22.      CartFlow Developer any to add new filter here for our express checkout gateway.
Add Comment
Please, Sign In to add comment