NF
Forum Replies Created
-
I can confirm the fix has worked and the product highlights now display correctly in Google merchant center and on Google shopping, thanks.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] iFrame input field customizationIt works brilliantly, the documentation is also very good and has all the information needed to customize styling, the default options are also very user friendly and look good.
I now have everything I need to switch to UPE and will be implementing it immediately. I no longer have any issues with the legacy checkout experience being deprecated (I still think a date should be provided so other people have enough advanced notice though!).
For anyone having similar styling issues when enabling UPE, try adding the following default styling to your child theme functions.php (worked for me):
/** * Set default Stripe payment form styling */ add_filter( 'wc_stripe_upe_params', function ( $stripe_params ) { $stripe_params['appearance'] = (object) [ 'theme' => 'stripe' ]; return $stripe_params; } );
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] iFrame input field customizationWill look at this next week @omarfpg
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] iFrame input field customization“How do you propose to resolve this prior to removal of the legacy experience?”
I’m sure myself and many others including developers would be satisfied with simple customization options being integrated before the legacy checkout is removed.
I just want the ability to fix styling issues should they arise, being backed into a corner with no options is what is incredibly frustrating.
It would also be good to know the date for the planned legacy checkout removal, I can’t find it anywhere.
- This reply was modified 7 months, 2 weeks ago by NF.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Conversion value wrongNo, it’s still not resolved even in the latest version due to poor implantation of new Google tracking procedures, I highly recommend staying on 1.8.14.
I’m still seething angry that my GA and Google Ads data is permanently destroyed by this poorly rolled out update.
Forum: Plugins
In reply to: [Disable Bloat for WordPress & WooCommerce] Woocommerce extension are back3.2.6 resolves, many thanks
Forum: Reviews
In reply to: [Customer Reviews for WooCommerce] It WAS great…LMAO. I am well aware that is an option. I pay to have my orders verified by a third party service which is now broken. This bodged “solution” does NOT verify the reviews with a third party service. I could use other free plugins to achieve that.
- This reply was modified 1 year, 5 months ago by NF.
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Duplicate woo notices2.4.0 seems to have fixed whatever the conflict was ??
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Google Reviews XML FeedHello,
I have worked out the issue, it is the GTIN, MPN and Brand not pulling through, the product meta fields we have this data listed in is not available in the dropdown option on the product identifiers page. Is there a way we can search for other meta fields?
Forum: Plugins
In reply to: [Disable Bloat for WordPress & WooCommerce] 3.1.14 Errors3.1.15 has fixed the issue, thanks!
1.0.107.2 Has indeed fixed it, nothing in the changelog about the error though… probably try to pretend it never happened.
Auto updates are definitely going off.The system status page says I am now running “1.0.107-beta” – I am NOT opted in to the BETA versions as this is a live site so why have I had a beta version pushed to me?
Tried that and still not working ??
Has this been fixed yet?
I don’t really want to be changing the plugin code after every update.
Forum: Plugins
In reply to: [NextMove Lite - Thank You Page for WooCommerce] noindex, nofollowYou can set a rule in the robots.txt file to disallow the thank you page URL from being crawled