psyckott
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Quotes for WooCommerce] Problem with payment methodsame problem for me
Forum: Plugins
In reply to: [Quotes for WooCommerce] How to have instead off payment pending, on hold ?*And when we add a price, it’s still in pendeing paiment but we can’t pay 🙁
Forum: Plugins
In reply to: [Quotes for WooCommerce] How to have instead off payment pending, on hold ?It doesn’t work. We can’t modify the price after
Forum: Plugins
In reply to: [Quotes for WooCommerce] How to have instead off payment pending, on hold ?I manage do to it in the file by modify true by false
/** * Sets whether payment is needed for the Cart or no. * * @param bool $needs_payment - Whether order needs payment. * @param object $cart - WC_Cart. * @since 1.0 */ public function qwc_cart_needs_payment( $needs_payment, $cart ) { if ( ! $needs_payment ) { foreach ( $cart->cart_contents as $cart_item ) { $requires_quotes = product_quote_enabled( $cart_item['product_id'] ); if ( $requires_quotes ) { $needs_payment = false; break; } } } return $needs_payment; }Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] shortcode for the buttonThank you
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] hide update cartThank you
- This reply was modified 6 years, 1 month ago by psyckott.
Thank you for you answer. Do you know a pluggin whitch can do the same ?
Forum: Plugins
In reply to: [Speed Contact Bar] target="_blank" to social icondelete my post. TY
Viewing 8 replies - 1 through 8 (of 8 total)