bpl
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal DoDirect Payments Fraud DetectionYes by guest checkout I mean Woocommerce guest checkout. Thanks for your help.
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal DoDirect Payments Fraud DetectionThe guest checkouts are happening with DoDirectPayment i.e. when someone checks out and pays via Credit Card without going through PayPal or logging into their WordPress account.
Thank you for the advice regarding PayPal Fraud Management Filters. I have found the settings in my PayPal account and will tinker with those if the reCaptcha doesn’t work.
Hello, I was able to do it by reinserting the original code from woocommerce\templates\single-product\tabs\tabs.php into woocommerce-extend-tabs/tabs-template.php
if ( ! empty( $tabs ) ) : ?>
<div class=”woocommerce-tabs wc-tabs-wrapper”>
<ul class=”tabs wc-tabs”>
<?php foreach ( $tabs as $key => $tab ) : ?>
<li class=”<?php echo esc_attr( $key ); ?>_tab”>
“><?php echo apply_filters( ‘woocommerce_product_’ . $key . ‘_tab_title’, esc_html( $tab[‘title’] ), $key ); ?><?php endforeach; ?>
<?php foreach ( $tabs as $key => $tab ) : ?>
<div class=”panel entry-content wc-tab” id=”tab-<?php echo esc_attr( $key ); ?>”>
<?php call_user_func( $tab[‘callback’], $key, $tab ); ?>
</div>
<?php endforeach; ?>
</div>Forum: Plugins
In reply to: [WooCommerce] How to remove shipping amount as line-item in PayPal?Forum: Plugins
In reply to: [WooCommerce] How to remove shipping amount as line-item in PayPal?I tweeted to them and they told me to create a github ticket. I’ve done that and in the meantime my current workaround is to set the weight of the shipping “item” to .01grams so that Teapplix doesn’t really count it as anything.
Forum: Plugins
In reply to: [WooCommerce] How to remove shipping amount as line-item in PayPal?Having the same problem with both PayPal Pro (purchased Woothemes plugin) as well as the included PayPal Standard implementations. Shipping prices get passed as a line item instead of actual shipping price and shipping method as a note on the order.