ricardhh10
Forum Replies Created
-
Hi, thanks for replying, the website is currently set up for members only, so if you need access, please give me an email address to which I can send you the login details.
About the problem, from yesterday to today I have tried several things:
- Trying a much newer version of wordpress.
- Testing with a newer version of Advanced Product Fields
- Test the orderbump both in the native checkout and in the store checkout(option that allows me funnelkit)
- Force to activate javascript on the checkout page
- Test another theme, in a clean install
None of this has worked, I have also tried the “Edit in cart” option, which I noticed that it takes you back to the product page, so I understand that this plugin may not allow to edit the fields neither in the cart page nor in the checkout?
I attach some screenshots with an example:
- Product-page where you can see the normal behavior when you click on ‘Customize’, Name and Number appear.
- Checkout page with the orderbump’.
- Modal that appears when hitting the Orderbump, where when hitting ‘Customize’, nothing happens.
Thanks for your help
- This reply was modified 5 days, 4 hours ago by ricardhh10.
The code worked perfectly, thank you very much as always. ??
Problem solved.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom product_variationHi, the code works correctly for my problem, I appreciate it.
Thank you very much.
Hello, finally it was a cache plugin that I had active, update the cache and it works correctly, thank you very much
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom product_variationHi, thanks for replying, I understand that you want me to “edit” any product from the list that appears. I attach an example image, although I must clarify that the attribute “Parche” may vary depending on the product
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] Recovered Orders does not workUpdate:
I’ve upgraded PHP to version 8.0.1
WordPress and woocommerce are on latest versionEverything remains the same, correctly captures the lost cart, correctly sends the email, does not correctly capture the recovered cart after clicking on the link and checkout.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] display one product at a timeSolved with the plugin documentation, sorry for opening the thread, I would delete it but I don’t know how.
link: https://docs.algolplus.com/algol_order_export/add-product-rows/
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problem with displaying accentsfor some reason it didn’t appear right, maybe I had something wrong configured, but it’s fixed now, thanks for replying! ??
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problem with displaying accentsHi, I finally solved it, in case it helps anyone, I added this line of code before saving it in $value:
$state_name_full = html_entity_decode($state_name_full, ENT_QUOTES, ‘UTF-8’);
Thanks for the quick answer, I will keep it in mind, thank you.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom Produc Variable FieldThank you, that works for me.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom Produc Variable FieldHello, thank you for answering so quickly, yes I have tried that option but it is still confusing to repeat so much for the same order, I would like to achieve what I said or if not possible, export the .xlsx file with a border for each order that delimits it, sorry for the inconvenience.
Thank you once again.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom Produc Variable FieldIt works perfectly, one last question, as you can see in the image below, there is a little confusion when exporting orders about who X order belongs to when it is more than one order, is there the possibility of placing ‘Datos del cliente’ (custom field) under all the products of your order, all in the same field?
https://i.imgur.com/QZxJcCe.jpeg
The fields that would be grouped together would be these:
name
embedded_product_image
product_variation
custom_field(Datos del cliente)Thank you