diegogomez
Forum Replies Created
-
Hello, thanks for answering.
I already did it, actually it wasn’t that complicated, I just had to change a line of code in the snippet that I found researching in other portals.
add_action( 'woocommerce_single_product_summary', 'add_atts_to_summary' ); function add_atts_to_summary() { global $product; echo implode (', ', wc_get_product_terms ( $product->id, 'pa_precio-venta', array( 'fields' => 'names' ) )); }
I’m not a code expert, so, after several tests I found this solution, now it works as I need.
Thank you anyway.Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Goya Theme ErrorHello Dmytro,
Thanks for the suggestions, I’ll try them and I’ll be telling you how they work…Forum: Plugins
In reply to: [WooCommerce - PayU Latam Gateway] Actualización ?por favor! Jairo@ommixyz gracias por tu respuesta.
Tienes toda la razón con respecto a esta versión no oficial y la de PayU, y lo ideal sería que PayU haga las mejoras en su código para optimizar el proceso, pero con tus indicaciones por ahora podría ser suficiente, aún no lo he probado, pero muchas gracias.
Respecto a los errores que me arroja el plug ofical, son varios, la verdad le perdí el hilo por que sigo utilizando el plug de jairo que me arroja menos errores, por lo menos en el momento en que los comparé ambos, pero realizaré los ajustes que me indicas con el plug oficial y escribiré nuevamente para ver cómo me va.
Gracias.
Thanks for your answer @cavalierlife
I think that Jet Plugin is part of Elementor, you can see in this video:
However I can′t find another forum especificly about Jet Plugin or Jet Elements in www.remarpro.com, so I left this post and I hope to find somebody can help me.
- This reply was modified 5 years, 4 months ago by diegogomez.