cantbutron
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Fly Cart for WooCommerce] Mini cart doesn’t updateHi again,
I just updated to the latest version of the plugin and the exact same thing is still happening.
Thanks.
Forum: Plugins
In reply to: [WPC Fly Cart for WooCommerce] Mini cart doesn’t updateHi,
The same thing happens to me on several of the websites I manage. Sounds like a compatibility issue between WPC Fly Cart, WPC Buy Now Button and WPC AJAX Add to Cart plugin.
Basically the error is solved, obviously by deactivating the WPC AJAX Add to Cart plugin or if you want to keep ajax active when adding to the cart, deactivating the WPC Buy Now Button pligin.
Best regards.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Errors printed to the front endSame here working with php 8.1. I have solved it by turning Google News on as a sharing option and then turning it off again.
- This reply was modified 1 year, 8 months ago by cantbutron.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce but with editing reply commentsI forgot to say that my site is not in Hebrew, is in Spanish and that I have disabled all plugins except Woocommerce and the only way to fix it is to disable Wocoocommerce.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce but with editing reply commentsSame issue here.
If I activate Woocommerce this problem occurs. If I deactivate it I can edit the responses to the comments without problem.
accessing this URL /wp-admin/comment.php?action=editcomment&c=1444 it show me the comment 1443 edit page (parent). If i try to save it show me this error “The link you followed has expired”
If I go into the database and remove the relationship between the comments by setting the comment_parent column to 0, it lets me edit it with no problem accessing the same URL /wp-admin/comment.php?action=editcomment&c=1444.
Hi again and thanks for your answer,
My database collation is utf8mb4_unicode_ci. This collation is recommended for special characters such as “?”, “á”, “é” and even emojis. Obviously, I can’t change that collation because other features would fail and I don’t think it’s the best solution.
If it issue is a character problem due to its encoding in the database, this problem would also extend to the search for products, but this error only occurs in categories. Using the previous example, if I have a category “Grabación” and a product “Micrófono para grabación”, searching for “Grabacion” without an accent only shows the product and not the category.
The plugin is able to search for words with an accent in the database even if the search is done without an accent, but the part of the plugin that searches in the categories does not work correctly.
If it is necessary I can review the code in search of the problem.
Thanks in advance
Forum: Plugins
In reply to: [WPC Smart Compare for WooCommerce] Impossible to leave it emptyHi again,
On your demo page I can’t log in, and therefore I can’t check if this happens because it only happens when the user compares products while logged in, then removes them from the comparer, then logs out and finally logs back in. It would also be nice to be able to access your demo as a user and perform the same steps I do on my pages to try to replicate the error.
I have deactivated the theme and left the default Storefront theme and I have deactivated all plugins (even WPC plugins). I have only left Woocommerce and WPC Smart Compare active. The issue keeps happening.
I list the steps to replicate the error:
- Log in to the page (it does not matter if you are an administrator or simply a client).
- Add some products to the comparator.
- Remove all products from the comparator.
- Log out of the page
- Log in again on the page with the same user
Currently both pages are being development and therefore you cannot access directly, but if you want I can send you the credentials privately so you can access.
The problem occurs in the database, because when I remove the products from the comparer, the cookie is flushed, but the woosc_products row remains in the usermeta table in the database with the ID of the last product removed.
Thanks for your time
This is how woocommerce does it:
$time_end = ( $date = get_post_meta( $product_id, '_sale_price_dates_to', true ) ) ? date_i18n( 'm/d/Y 23:59:59', $date) : '';
$time_end = ( $date = get_post_meta( $product_id, '_sale_price_dates_to', true ) ) ? date_i18n( 'm/d/Y', $date ) : '';
I think the problem is in this line of code of the wpc-countdown-timer.php file, since when taking the data without hours, minutes and seconds because that information does not exist, it is considered that we are talking about 00:00:00 of that day, although in reality we are less talking about 23:59:59. And this is where that 24 hour error occurs (23h 59m 59s to be exact).
A quick solution could be to add 86399 seconds to the variable like this
$time_end = ( $date = get_post_meta( $product_id, '_sale_price_dates_to', true ) ) ? date_i18n( 'm/d/Y', $date + 86399 ) : '';
Hi again,
The website is currently under development, so I can’t give you access. Anyway, I am attaching a screenshot of the “General” tab and the “Countdown” tab of a product and the frontend of that same product.
As you can see, at the time of capture it is 3:07 PM on May 16, 2022 and the product offer is configured from the 16th to the 17th.
In Woocommerce, when marking those days the offer will be available from 00:00:00 on the 16th to 23:59:59 on the 17th, but the product counter says that the offer ends in 8 hours 50 minutes. It really should put 1 days, 8 hours and 50 minutes to coordinate with the time when woocommerce will stop showing the product on sale.
The main problem is that when the countdown disappears, even when it shows the ended text if it is configured, the product will remain on sale for 1 more day.
Thanks for your answer
Forum: Plugins
In reply to: [Booking Activities] Incompatible with WPMLThat’s a lot of text.
You don’t like criticism if we don’t pay for it, eh?
1. Sure
2. Sure
3. Sure
4. Booking Activities is given for free – LOL (see the capitalized text)
5. Sure tooThe problem is that I have paid for the add-ons and as there is no paid support I had to choose to write it here.
Perhaps the time spent writing me that rant out of sheer anger should have been better spent.
Venga, un saludo ??
Por si sirve de algo, comento una forma de replicar este error y que los clientes pueden hacer perfectamente.
- a?ade algún producto al carrito y finaliza el pedido hasta llegar a la pasarela de pago.
- introduce una tarjeta correctamente y cuando salga la cuenta atrás para verificarla, no la verifiques.
- rápidamente accede a tu cuenta desde otro dispositivo (creo que tienes 7 min) y verás que tu carrito sigue ahí.
- finaliza la compra desde ese nuevo dispositivo, esta vez verificando la tarjeta. En este paso tu pedido pasará al estado procesando
- por último, espera a que termine el tiempo en el primer dispositivo. Ahora el estado pasará de procesando a cancelado aunque el pedido está pagado.
Eso es todo, un saludo ??
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Nacex tracking URLHi @zorem,
It works perfectly. Thank you very much for the support and the quick response and sorry for the inconvenience.
Best regards
Yes, now it can be perfectly translated like any other plugin.
Thanks for your support.
Hi again,
Thanks for your answer. I have already translated several of your plugins and the error seems to be exclusively in this.
Testing I have realized that if the file is located on author or custom folder does not work, but as soon as a translation is added in the system folder, it works even if this translation located in the system folder is empty.
I explain it better:
If the translation is created in any of these files (or both) they do not work
– languages/loco/plugins/wpc-free-shipping-bar-{locale}.po
– plugins/wpc-free-shipping-bar/languages/wpc-free-shipping-bar-{locale}.poThe above files work as soon as a translation is added in the following directory
– languages/plugins/wpc-free-shipping-bar-{locale}.poI don’t know if this can help solve the problem.
Best regards