bobsouza
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] Sync by skuHi @jenskyverge , sorry the delay. For now, we’ll filter the products manually. Our main goal was to display our products in Instagram, and that’s working properly ??
Thanks for your support.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Sync by skuhi @jenskyverge, thanks for the support. I’m running a marketplace and would like to sync only products from a specific vendor, that have an exclusive SKU, it’s always LCBR followed by numbers and letters, like this example LCBR09/LCBR09M37.
I know i can’t achieve this using the default options available, so i imagined if i can edit some functions on the plugin to make this work. Is that possible?
Hi @nazmulhassann20 , thanks for your support. I have solved my issue using replacing this block of code at includes/Emails/VendorNewOrder.php:
add_action( "woocommerce_order_status_pending_to_completed_notification", array( $this, "trigger" ), 10, 2 ); add_action( "woocommerce_order_status_pending_to_on-hold_notification", array( $this, "trigger" ), 10, 2 ); add_action( "woocommerce_order_status_failed_to_processing_notification", array( $this, "trigger" ), 10, 2 ); add_action( "woocommerce_order_status_failed_to_completed_notification", array( $this, "trigger" ), 10, 2 ); add_action( "woocommerce_order_status_failed_to_on-hold_notification", array( $this, "trigger" ), 10, 2 );
with this one
add_action( "woocommerce_order_status_on-hold_to_processing_notification", array( $this, "trigger" ), 10, 2 );
Now the vendor is only notified when a order has a processing status.
@wp_media @joejoe04 hi folks, sorry the delay, but i’ve figured out the issue.
My theme. Woodmart by Xtemos, has a lazy loading feature that broke Imagify, i deactivated and now the webp images are working correctly. But i’ve a question, is there a way to load .webp on gallery thumbnails and zoom?
Here’s a test link https://www.lojascountry.com/produto/teste-imagify/
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] coupon systemHi @renier8 this code is generated by the plugin. Try to edit any follow-up e-mails, there’s an option for auto generating coupon codes.
@apiki o problema era exatamente esse. depois que postei a dúvida aqui, abri meu .htaccess, vi que ele n?o estava sendo atualizado mas o wordpress n?o retornava nenhum erro.
Oi @murilopratavieira , como você resolveu o problema da autoriza??o? Estou passando pela mesma situa??o :/