I talked with two Computer Science students today and they were shocked when I said I work with PHP. They hadn't met anyone who works with PHP until me 😆
@igorbenic Yeah... WC Checkout Block has nice UI, but it's still hard to extend and to find tutorials about it.
I've written one about extending the Checkout Block: https://t.co/pQTnro3Bvi (maybe it can help somehow)
If you’ve ever wanted to support a WordPress dev mom making her comeback — now’s the time. 💪
I’m $425 away from getting my car fixed
Ways to help:
* RT this — it really helps!
* Hire me for #WordPress work, custom included
* Donate: https://t.co/LrdR84Eqrm
* Grab my 52 Weeks Content Kit ($37): https://t.co/eavhKvPUt8
❤✌ & gratitude
I've used 10updocker for years and still think it's the best for WP dev. But, it was archived on 12 April 2024 and I had issues to install in a fresh environment. After fixing the issues, I created a fork in case someone wants to keep using it: https://t.co/eIVocOulax #WordPress
@RealGalego - Ler livros técnicos (e não técnicos pois eles ajudam também, mas é indireto)
- Implementar algo usando uma ferramenta/biblioteca/linguagem que nunca usei antes
- Contribuir em projetos open source
- Melhorar a digitação
- Escrever artigo/tutorial
- Ver vídeos
- Ir em eventos
@marcoz_auguzto Eu crie um app para mim com @filamentphp
Fluxo:
exporto do app do banco um CSV -> importo para o app -> as entradas/saídas são classificadas de acordo com as palavras-chave que defini
@rmelogli@perezcarreno@verygoodplugins I like that approach.
Also, you can use the filter render_block_{$this->name} e.g. render_block_woocommerce/checkout-order-summary-block
@perezcarreno@verygoodplugins I wrote an article about that: https://t.co/pQTnro33FK
To summarize:
- hooks like woocommerce_review_order_after_order_total -> render_block_{$this->name}
- wp_ajax_ -> woocommerce_store_api_register_update_callback
- HTTP requests -> extensionCartUpdate
@DerekAshauer@WooCommerce You are right. You have to save the data to the data store. In the browser console, you can update the postcode by running https://t.co/kRBE3wHkDt.dispatch('wc/store/cart').setShippingAddress({postcode: '1111'}).
https://t.co/N1l9TA0nRt