maveric2005
Forum Replies Created
-
thanks for the answer ?? but this bug is present since sep. 2019 ??
TOPPIC RENEW:
There are now a lot of reports that the button is NOT working if the site is cached.
I use WP_rocket and all sites were the checkout is implemented and cached the button will not work propably.
Is there a solution? i found this git for another cacheing plugin.
https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/issues/619
Tank you kelly for the nice and detailed answer ??
Not like the very flat answer “Praveen” gave to me and all other users.I hope this will be implemented ??
Thank you
Thank you for the fast reply.
Forum: Plugins
In reply to: [Klarna for WooCommerce] difference between Klarna Checkout and PaymentsThank you for the fast reply.
Will be the Klarna instant payment button implemented in the future?
So if you read here carefully (post from maveric2005) its definitive a problem with the stripe plugin
https://codecanyon.net/item/woocommerce-extra-product-options/7908619/comments?page=342
The other hand is that this plugin uses standart woocommerce options.
And all other Payment plugins recognice them. But not google pay and apple pay from your plugin ??I understand your answer. But why does your team support this idea since 2 years?
https://www.ads-software.com/support/topic/apple-pay-doesnt-work-with-tm-extra-product-options/
hmm ok.
It would be a great benefit for all of the users ??
I will submit the suggestion.Thank you for the help
I now know the problem…
i implemented with WPbakery with the Raw html container.
in this container the paypal button will not be shown.
If i add the shortcode within a text block. It will be shown.
very confusing.
But i noticed a new Bug.
If i implement 2 different Products on the same Page like on https://reifenstyle.de/developer/
only 1 PayPal button under the Product will be shown.
- This reply was modified 5 years, 1 month ago by maveric2005.
i tested it on this site
https://reifenstyle.de/developer/
but it does not work for me
i edited the file as you say.
the test product itselfe have this button.
But if i use the shortcode it will not be shownhttps://reifenstyle.de/produkt/test
this is my line 451 to 463
/** * Frontend scripts */ public function enqueue_scripts() { $settings = wc_gateway_ppec()->settings; $client = wc_gateway_ppec()->client; wp_enqueue_style( 'wc-gateway-ppec-frontend', wc_gateway_ppec()->plugin_url . 'assets/css/wc-gateway-ppec-frontend.css' ); $is_cart = is_cart() && ! WC()->cart->is_empty() && 'yes' === $settings->cart_checkout_enabled; $is_product = ( is_product() || wc_post_content_has_shortcode( 'product_page' ) ) && 'yes' === $settings->checkout_on_single_product_enabled; $is_checkout = is_checkout() && 'yes' === $settings->mark_enabled && ! wc_gateway_ppec()->checkout->has_active_session(); $page = $is_cart ? 'cart' : ( $is_product ? 'product' : ( $is_checkout ? 'checkout' : null ) );
- This reply was modified 5 years, 1 month ago by maveric2005.
- This reply was modified 5 years, 1 month ago by maveric2005.
I also edited the class-wc-gateway-ppec-cart-handler.php
like in git from this
$is_product = is_product() && ‘yes’ === $settings->checkout_on_single_product_enabled;
to this
$is_product = ( is_product() || wc_post_content_has_shortcode( ‘product_page’ ) ) && ‘yes’ === $settings->checkout_on_single_product_enabled;
saved the file but it does not change anything
Whats about the other Questions?
We rly want to buy this plugin but with this lack of support i have to rethink about it.And where exactly to put this code in the template file? You cant expect that all customers know how to code…
WoW 5 days and no reply?
I edited the code from ife-event-meta.php
you have to edit:
$start_time = date_i18n( ‘h:i’, $start_date_str );
$end_time = date_i18n( ‘h:i’, $end_date_str );to
$start_time = date_i18n( ‘H:i’, $start_date_str );
$end_time = date_i18n( ‘H:i’, $end_date_str );to get 24h format. Why is there no option in the plugin itselfe? And why is this not documented?
But i think after an update these changes are gone….
i also edited some other parts to get “uhr” behind the time.
the other problems are not solved yet.