eumene
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Cart is not empty after checkoutHi @femiyb
Sorry, I forgot to update the issue.
I fixed using a workaround: I forced reload the thank you page one the customer reaches it.
The checkout shortcode empties the cart when the thank you page is rendered, so the cart should be empty after the user has seen the order completed… it doesn’t… but if the user reload the page then the cart is empty…
I really don’t know which plugin makes conflict but I think should be a caching side effect + slow site + ajax fragment + async order status update… too many things…
Thanks for supportDiego
The issue is not releated to your plugin
I replicated the same scenario also without your plugin
Can you delete the thread?
Sorry
Forum: Plugins
In reply to: [Packlink PRO shipping module] Many HTTP POST callsSorry @josemp
No answer yet.
My tax settings are like yours.
It could be releated to how I defined my bundle products.
My bundles have no fixed price, but the price is calculated based on bundled item priceshttps://www.dropbox.com/s/f9l186pfq6fmf2x/Schermata%20da%202022-01-29%2017-35-21.png?dl=0
https://www.dropbox.com/s/lm9nt13tl3ewmlc/Schermata%20da%202022-01-29%2017-35-30.png?dl=0
I got your point.
The issue is raised by IE11 users, indeed.I will discuss with my boss.
For now I had to downgrade to 1.3.1 versionThanks
Diego
I have the same issue.
I seems to be releated to the ?. (optional chaining) opeator for user with old browser.
They get a syntax error like
SyntaxError: expected expression, got '.'
Can you change it to preserve backward compatibility ?
Forum: Plugins
In reply to: [Autoptimize] Database issue on MySQL 5.7Thanks @optimizingmatters
I agree. I found the same issue in other points of my site, with other plugins.
I will try as you suggested and I will update you.
Sorry, I try to explain better.
You know that a customer in Woocommerce has and Address Book.
Can you confirm me that your plugin cannot be used to add fields in Address Book (billing address or shipping address) also for guest user?
Thanks
Diego
Forum: Plugins
In reply to: [Facebook for WooCommerce] Cannot connect to Facebook with v.2.0.1Hi Benjamin,
Thanks for your help. I completed the integration successfully, I think
- This reply was modified 4 years, 3 months ago by eumene.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Cannot connect to FacebookForum: Plugins
In reply to: [Autoptimize] @font-face – wrong font urlRESOLVED
Forum: Plugins
In reply to: [Autoptimize] @font-face – wrong font urlHi Frank.
Just a little change to your code and it works
add_filter( 'autoptimize_css_after_minify', 'fix_subdomain' ); function fix_subdomain( $css_in ) { return str_replace( 'url(/.infocube.it', 'url(//lpg.infocube.it', $css_in ) }
I test other subdomain for other site, but this strange behavior doesn’t happen…
Really strange.But thanks to give me the possibility to study little more your plugin.
Bye ??
Forum: Plugins
In reply to: [Facebook for WooCommerce] Products not visibleHi @skyverge ,
In Facebook Shop there are 38 out of 2800 products that have problems.
The products are all simple, no variables.
Products that are marked as available for the shop (see screenshot) are not visible.Forum: Plugins
In reply to: [Facebook for WooCommerce] Products not visibleHi @skyverge ,
thanks for the support!
In Catalog Management, the catalog is correctly linked to the Shop.