esales2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] topup error – on the cart pagethe problem i found is because of a snipped im using for product without a qty .
i`m using a snipped to hide the BUY NOW button .. when no qty// hide buy now botton qty 0
function wpa_109409_is_purchasable( $purchasable, $product ){
if( $product->get_price() == 0 )
$purchasable = false;
return $purchasable;
}
add_filter( ‘woocommerce_is_purchasable’, ‘wpa_109409_is_purchasable’, 10, 2 );
// change link in login
function the_url( $url ) {
return get_bloginfo( ‘url’ );
}add_filter( ‘login_headerurl’, ‘the_url’ );
is there any other solution that i can use ?
Forum: Plugins
In reply to: [Wallet for WooCommerce] topup error – on the cart pagei found the reason, its because im using child theme …
Forum: Plugins
In reply to: [Wallet for WooCommerce] topup error – on the cart pageinteresting, because as soon as i change to WordPress default theme .. its working very well.
but when i turn back to FLATSOME.. the plugin not working ( with Topup )Forum: Plugins
In reply to: [Wallet for WooCommerce] topup error – on the cart pageI`m using FLATSOME theme .
its look like its not working with the FLATSOME theme ( when i change to the default theme its working )
any idea why?Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Hebrew Support – RTLHi Alex
thank your for your very fast reply.
if i understand you right, i need to install and active your plugin, and i need to install and active MDPF plugin as well ?Hi )
i just opened ticket there
Forum: Plugins
In reply to: [JS Help Desk – AI-Powered Support & Ticketing System] EMAIL RTL supportThanks for your reply )
i managed for now to use my own email templates, and it worked somehow )))