diegogomez
Forum Replies Created
-
The same thing happens to me with new system installations.
I use the free version of “Checkout Field Manager for WooCommerce”, and so far it has worked well for me, oh it shows the custom fields in the order and emails, but yesterday I installed the plugin on 3 new websites and for For some reason this information is not appearing in the order or in the emails.Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Paper SizeThanks, if it works, everything is fine now.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Paper SizeExcellent!, thank you very much, the snippet to convert to millimeters worked for me.
Now I just need to modify the margins, I found the “page class” in the CSS, but even though I modified it, it doesn’t seem to have an effect on the template@page {
margin-top: 1cm;
margin-bottom: 3cm;
margin-left: 2cm;
margin-right: 2cm;
}
How should I modify them, is there a snippet for this as well?- This reply was modified 2 years, 5 months ago by diegogomez.
Hi @wpnetworkit
Woocommerce will release new update “High Performance Order Storage (HPOS)”, the “Discount and regular price cart and checkout page display WooCommerce” plugin is not supported yet, Are you planning to upgrade to support it?
It is very important since I, like many other users, use the extension.
If there is anything we can help with to make this possible, we will be attentive.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Avada Layouts ConflictHi @dholovnia It didn’t work for me.
I downloaded and installed the suggested Plugin “Load More Products for WooCommerce” and tried several options, but the problem was still there, every time I filter by one of the atributes, when loading more products on the second page of the catalog, with the “Load More” or “Infitive Scroll”, the system says that there are “no more products to display“, however there are more products that have that attribute.
I don’t know what else I can try, it only happens to me with the “Mafoil Theme” and according to what @roberthemsing says, also with the “Avada” theme.
I use the “Advanced AJAX Product Filters” plugin with other themes and I have never had this error happen to me.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Avada Layouts ConflictHi Rosso, I have the same problem with “Mafoil Theme” by “wpbingo”.
The filter only works for the first results of the product category, I tried with the option “Infitive Scroll” “Load More” and “Pagination” but the result is the same. When loading the products on the second page, it doesn’t filter them correctly.
Also with my template it has conflicts after applying any filter, the “Quickview” button stops working.
Template support says that the plugin is not generating a “callback after data return” from the js functions.
How we can correct this error?, how we can help to solve it?Thank you, we hope you can help us.
Oh Ok, now I remember that maybe that’s why the code you use didn’t work for me, and I opted to insert the title directly as html code as follows:
add_action( 'woocommerce_single_product_summary', 'add_atts_to_summary' ); function add_atts_to_summary() { global $product; echo ('<p class="title-warranty">Warranty: $'); echo implode (', ', wc_get_product_terms ( $product->id, 'pa_warranty', array( 'fields' => 'names' ) )); echo ('</p>'); }I don’t know if I did it right, but it worked for me and it doesn’t throw me an error, not even in the log.
So I managed to make the title appear only in the products that already have that particular attribute.
I hope it helps you.
Hello @allstarsft , I see that you managed to find a code that works for you, I had tried that before and it did not work for what I needed, but I am glad that it is good for you.
I don’t know if I understood what you need in your last message; Don’t want the word “Warranty:” to appear as a title?- This reply was modified 3 years, 3 months ago by diegogomez.
Hi @allstarsft.
It could work, but you must consider that the name of the variable is equivalent to the “slug” that you have for that attribute that you want to invoke, in that case you must change:
pa_”slug-atribute”
If the slug of your variation is called “warranty” then it is correct: pa_warrantyRemember that the slugs of your variations can be seen in the menu list Products > Attributes.
I hope this works for youForum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Upload prices massiveHi Andres, thanks for your answer.
It’s an excellent idea, I’m going to give it a try, to see what column name adds to the Woocommerce products data table with the currency I 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 wordpress.org, so I left this post and I hope to find somebody can help me.
- This reply was modified 7 years, 1 month ago by diegogomez.