Darren Ethier (nerrad)
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Blocks] Update to 6.0.0 broke my siteHi @rughooker. That’s awful! We definitely don’t want any release of Woo Blocks breaking people’s sites and spend a lot of effort and time testing before release to try to avoid that.
Are you be able to share any more additional details about what was broken on your site? Were there any error messages in your PHP logs?
Forum: Plugins
In reply to: [WooCommerce Blocks] How to remove this pluginThanks for updating in here! Other users with similar issues might benefit from your report. Based on your latest update, the errors suggests to me that your host may also have an older version of wp-cli installed in their environment which may also be why it’s executing using an older version of PHP (An older version of wp-cli may not fully support newer versions of PHP).
Either way, this is definitely an issue not related to either WooCommerce or Woo Blocks and is something you should continue working with your host on.
Forum: Plugins
In reply to: [WooCommerce Blocks] How to remove this pluginHi @argentum,
The error you are reporting is a strong signal that the version of PHP executing in your environment is not supporting the return type declaration syntax (the part beginning with the colon after the
wc_get_containerfunction declaration).WooCommerce core requires PHP 7 or greater. Since you mentioned you are encountering this when running WP-CLI, it’s possible your environment is using a lower version of PHP for command line execution (it’s possible to have different versions of PHP running for web and cli).
Since this is not a WooCommerce Blocks issue, I’m going to mark this thread as resolved.
Forum: Plugins
In reply to: [WooCommerce Blocks] MERCADOPAGO INTEGRATIONThat bit isn’t finalized yet so I would maybe assume most payment method developers are awaiting the official and finalized resources for how they can make their extensions compatible with the new checkout block.
Just a bit of a correction here. The integration API for payment methods has been finalized and available for payment methods to integrate with the Blocks for a while. More about that can be found here.
As Ryan mentioned, it’d be best to reach out to the authors of Mercado – you can point them to the above post which references various documentation available to help payment method developers to integrate with the Blocks.
You can also point them to our recent post giving a peek into the WooCommerce Blocks roadmap which includes plans around eventually making the Cart and Checkout blocks the default experience for WooCommerce users. So it’s in the best interest of payment methods that haven’t integrated yet to include that in their plans.
Forum: Reviews
In reply to: [WooCommerce Blocks] badSorry to hear about your experience.
We’d love to hear more specifics if you’d care to share them?
Regarding “bloat on the frontend”:
– Performance is very much a real concern for us and we are always looking for ways to make things more performant. Do you have any specific concerns around the bloat you are seeing?
Regarding “it is not extendible”:
While we definitely know there isn’t the same extendibility in the blocks as there were for shortcodes and some other functionality, I would disagree it isn’t extendible at all. We’ve been especially focused on the Cart and Checkout blocks for the past year or so and extendibility has been a high priority there with a number of different ways to extend the Cart and Checkout blocks already in place (and implemented by payment methods, Subscriptions, and other extensions). However, we’re definitely not done here yet.
Regarding “It’s absolutely unusable”:
I understand it may not be usable for your context and that’s largely one of the reasons this remains a feature plugin for now so folks that don’t find value from the functionality can disable the plugin. We are very grateful for the many people who have used the plugin and are providing valuable feedback that help us identify areas to improve so that we are building something useful for merchants and stores. That’s definitely why we release a lot of the work we’re doing through this feature plugin so that we can get that early feedback.
Forum: Reviews
In reply to: [WooCommerce Blocks] Absolute worst plugin ever – do not installSorry to hear about your poor experience!
We would love to hear more specifics around the issues you are describing to help us determine what might need fixed.
Forum: Reviews
In reply to: [WooCommerce Blocks] Amazed at the negative reviewsThanks for your review Emer! It was very motivating to see this (and sorry for the delay in replying).
Good news! Having a checkbox option for Terms and Conditions is something we’re working on. I don’t have an ETA but we are hoping to have that available (along with some other really cool changes around further customization options) within 1-2 months.
Hi there,
Sorry to hear that you didn’t have a great experience with the Cart page. I’m assuming you are referring to the new Cart block included in the WooCommerce Blocks feature plugin?
It is possible to translate the block to another language, and in fact there are already 21 languages translated for the block and should be available.
There was a recent bug that caused some translation strings to not correctly show for the block that is being worked on and should appear in an upcoming version of the plugin.
Forum: Reviews
In reply to: [WooCommerce Blocks] Love this PluginThanks for the kind words! Is there anything in particular you really enjoy?
Forum: Reviews
In reply to: [WooCommerce Blocks] Not working with Paypal CheckoutThanks Alex for the review.
You are correct it’s currently not compatible with Paypal Checkout gateway. Adding additional Paypal support beyond the built-in Paypal standard support is something on our radar. In the meantime we maintain a page that lists the status of extension support for the new blocks here.
Forum: Reviews
In reply to: [WooCommerce Blocks] Request: Checkout – Add/Remove Product QuantityHi @jackcao,
Thanks for your review and for your feature request. Improving various functionality for the checkout block to better support one page checkout or one click checkout options is definitely something on our radar for consideration.
Forum: Plugins
In reply to: [WooCommerce Blocks] No Option to Hide Billing & Shipping FieldsHi there @popilero!
I see you want to edit the Country, Zip code, Title and texts on the checkout page.
I’m assuming you’re trying out the new Cart and Checkout blocks included with the WooCommerce Blocks feature plugin.
Currently editing those fields isn’t something you can do natively for the blocks but it is something being worked on.
I see you also mentioned that you’ve done this in the past with the Checkout Field editor plugin. Are you referring to this extension? If so, that extension does not support the Checkout block yet.
We have a page dedicated to keeping users of the blocks up to date with what extensions are supported (it is updated regularly). You can view that page here.
Hi @4vke,
As has been noted already by our team, having the specific reproduction steps added to reports helps our team with ensuring we can also reproduce the bug, which helps us in turn isolate the cause of the bug and then work on a fix.
With that said, I watched the video you created, and I think I’ve been able to reproduce this so I’ll update the Github issue with my findings.
Forum: Plugins
In reply to: [WooCommerce Blocks] How to make filter blocks work on the store page?Hi @4vke,
The filter blocks were never designed to work with the existing Shop page as they are intended for a different use-case.
I see that you’ve already reported the issue regarding the existing filter widgets (not blocks) in the thread you linked to and also in a [GitHub issue](https://github.com/woocommerce/woocommerce/issues/30438).
Since this is already something being handled in other tickets and GitHub we’ll just continue troubleshooting there and I’ll close this ticket (watch for my reply in other tickets).
Forum: Plugins
In reply to: [WooCommerce Blocks] ACCOUNT CREATION DURING CHECKOUTHi @deny21
The account creation flow works differently for the checkout block than it does for the default shortcode based checkout flow. Currently there is no password field for shoppers to fill out. Instead a password is automatically created for them and they will receive an email for setting a new password after completing the order.
This implementation was put in place because research has shown that reducing friction by eliminating things like user account creation fields etc during the checkout flow contributes to higher conversion rates (see one example of the research here.
With that said, we do have on our roadmap to implement some additional functionality that allows for merchants to implement delayed account creation after the checkout submission. This would include the ability for shoppers to specifically designate the password they want to use for their accounts.