diegogomez
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] DOP currency is not supportedOk, thanks, it worked by temporarily changing the currency to $USD and after connection to $DOP again.
Forum: Plugins
In reply to: [Facebook for WooCommerce] product sync freeze latest versionHello, i I have:
– WordPress / 6.5.5
– Woocommerce / 9.0.0
– Facebook for Woocommerce / 3.2.5
And the product synchronization always stays frozen at the same point:
https://ibb.co/M54phvwThese are the last lines executed in the log file:
2024-07-14T14:43:23+00:00 Aviso Request
method: GET
uri: https://graph.facebook.com/v20.0/4638805896140046?fields=name
user-agent: Facebook-for-WooCommerce/3.2.5 (WooCommerce/9.0.0; WordPress/6.5.5)
body:
duration: 0.20192s
CONTEXT: {"_legacy":true}
2024-07-14T14:43:23+00:00 Aviso Response
code: 200
message: OK
body: {"name":"SITE - Woo","id":"4638805896140046"}
CONTEXT: {"_legacy":true}
2024-07-14T14:43:24+00:00 Aviso Request
method: POST
uri: https://graph.facebook.com/v20.0/214132020755331/events
user-agent: Facebook-for-WooCommerce/3.2.5 (WooCommerce/9.0.0; WordPress/6.5.5)
body: {"data":[{"action_source":"website","event_time":1720968204,"event_id":"268a908c-5833-4c1f-94cd-d890f3ef271a","event_source_url":"https:\/\/MIWEB.COM\/sandalias-seri-aqua-capodarte\/?attribute_pa_talla=7","custom_data":{"content_name":"Sandalias Seri Aqua Capodarte","content_ids":"[\"4016296|RAFIA\\\/AQUA|_29686\"]","content_type":"product_group","contents":"[{\"id\":\"4016296|RAFIA\\\/AQUA|_29686\",\"quantity\":1}]","content_category":"PREMIUM","value":"2200.00","currency":"DOP"},"user_data":{"client_ip_address":"54.236.1.11","client_user_agent":"Mozilla\/5.0 (compatible; Pinterestbot\/1.0; +http:\/\/www.pinterest.com\/bot.html)","fbc":"","fbp":""},"event_name":"ViewContent"}],"partner_agent":"woocommerce-9.0.0-3.2.5"}
duration: 0.13864s
CONTEXT: {"_legacy":true}- This reply was modified 4 months, 1 week ago by diegogomez. Reason: Sensitive information of my website
Forum: Plugins
In reply to: [WC Pickup Store] Show Pickup even if “Free Shippping” is aviableThanks @keylorcr for your answer, i will try the solution and give my feedback…
Forum: Plugins
In reply to: [WC Pickup Store] Show Pickup even if “Free Shippping” is aviableI don’t think we have any answers, I’ve been writing for help for more than 2 months and still no one has said anything.
Oh! Too bad, because in previous versions this was a feature that was included in the free version…
What I don’t understand is that I have two stores where I have been using it and it has always shown me the additional fields in the emails, but in the administrator something happen, because in the “Emails option” this appears:
Store 1= Versión 7.4.5
https://ibb.co/yPz6jFp
Store 2= Versión 7.4.5 (same version)
https://ibb.co/2tGpPP9Why does this happen, how can I keep the outdated version but still allow me to see the bosses in the emails?
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 9 months, 1 week 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 1 year, 7 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: [WooCommerce Multilingual & Multicurrency with WPML] 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.