stepfaul
Forum Replies Created
-
I have just installed the plug-in on our test site and also find the same – whatever I select in the billing tab for Street address it still remains optional
Forum: Plugins
In reply to: [Easy Updates Manager] Update from WP 4.9.8 to 4.9.9 and NOT 5.0.1Hi Ronald,
Thanks for the advice, I backed up files and database anyway and after changing to the settings you recommended WordPress updated itself about 10 minutes ago to 4.9.9 automatically via the cron job.
All good now, thanks for your help.
Steve.
Forum: Plugins
In reply to: [Easy Updates Manager] Update from WP 4.9.8 to 4.9.9 and NOT 5.0.1Hi Ronald,
Thanks for the quick reply. Just set things as you stated but have not selected Force Updates as I can see that 5.0.1 is now being advertised as an update. I fear that selecting force updates will simply install 5.0.1.
Regards
Steve.
Forum: Themes and Templates
In reply to: [Storefront] Breadcrumbs have appeared after upg 2.3.1I had a read through the contents of the file storefront-woocommerce-template-hooks.php stored in the storefront theme folder structure and saw that ‘storefront_before_content’ was being used rather than ‘storefront_content_top’. Have changed the code to read
/** * Remove breadcrumbs for Storefront theme */ add_action( 'init', 'wc_remove_storefront_breadcrumbs'); function wc_remove_storefront_breadcrumbs() { remove_action( 'storefront_before_content', 'woocommerce_breadcrumb', 10 ); }
Now all is working fine and no breadcrumbs
Forum: Themes and Templates
In reply to: [Storefront] Logo reduced in size after update to 2.3.1Thanks for the quick reply. This is a schoolboy error as the plugin is out of date on my test site and up to date on my live site.
Thanks for spotting! I will update later and test again.
Steve.
Thanks for the CSS. The 2nd CSS was great as I don’t loose the chat on mobile devices.
Steve, can you explain how you have it set up. Apple pay will not show on my site either. nysscoa.org/shop
Hi there,
Assuming you have Stripe basics setup and you are using https then all I did was to verify my domain from within the Stripe console following these instructions – https://stripe.com/docs/stripe-js/elements/payment-request-button#verifying-your-domain-with-apple-pay
I had not done this for my test site (and still haven’t which is why my test site did not work) but have done for my live site.
Hope this helps.
Steve.
Really sorry, after updating my live site’s plug-in I realised that my test site was not setup correctly from a Stripe perspective.
I have Apple Pay working on live site with the latest version of plug-in.
Thanks
Steve.
Apologies I mistyped the url. I have corrected it in the initial post.
Thanks for looking.
- This reply was modified 7 years, 2 months ago by stepfaul.
Forum: Plugins
In reply to: [Visual Term Description Editor] Broken since recent WordPress update?Hi @tamarakorr,
Do you have JetPack by WordPress installed?
The latest version of Jetpack, version 5.3 has a compatibility fix in for plugins using TinyMCE like this one – https://www.ads-software.com/plugins/jetpack/#developers. I installed it and it resolved my issue.
Forum: Plugins
In reply to: [Visual Term Description Editor] Broken since recent WordPress update?Sorry to hijack the thread but we are experiencing the same issue on our site running 4.8.1, WooCommerce 3.1.2.
Not too sure when this broke as we have not needed to update a category in a while. Because of this it could be due to a WP, WC update or plugin update. I just added a new category and tried that and still the same.
If the category page when editing defaults to the text tab instead of the Visual tab I am able to edit the contents, switching to the Visual tab result in a blank description box which then disappears. Browser and WP cache has been cleared.
This does work on my staging site running the same versions or WP and WC and plug-ins so it is a bit strange.
Forum: Plugins
In reply to: [WooCommerce] Is there a way to checkout without proceeding to paypal?Ahh yes apologies, a certificate is required.
Certificates can be picked up quite cheaply nowdays though.
Steve.
Forum: Plugins
In reply to: [WooCommerce] Is there a way to checkout without proceeding to paypal?Create an account with Stripe and use the Stripe Woocommerce plugin – https://en-gb.www.ads-software.com/plugins/woocommerce-gateway-stripe/
The form that handles credit card details is embedded on your site so customers never leave your site at all.
In addition to this the plugin is also Apple Pay enabled so users receive an Apple Pay button on enabled devices.
I have been using Stripe for 4 – 5 years now in the UK and find them excellent. The support is good as well.
- This reply was modified 7 years, 9 months ago by stepfaul.
Forum: Plugins
In reply to: [WooCommerce] My store page says: [psc shop] ?Do you see [psc_shop] when viewing the ‘Shop’ page under ‘Pages’ in the admin page? If so edit the page and remove it.
Looks like a short code of some type.
Forum: Plugins
In reply to: [WooCommerce] Transaction Cancelled: Fixed?The issue was found to be with PayPal in the end. The workaround provided by Dangcv was just that until PayPal fixed things their side. See here for more details – https://github.com/woocommerce/woocommerce/issues/14956#issuecomment-300143026
The workaround or plugin should now be removed as no changes to WooCommerce were required to get this working.