Mindas22
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Payment Gateway - Paysera] compatibility with WPMLAny plans to colaborate with WPML?
Forum: Plugins
In reply to: [DPD Baltic Shipping] Pick-up point dropdown emptyDid version 1.2.83 resolved the issue?
Forum: Plugins
In reply to: [DPD Baltic Shipping] Pick-up point dropdown emptyAny updates on that? We still can’t use the latest version.
This one should be priority.
Forum: Plugins
In reply to: [WP Search with Algolia] How to show only image title and price?No, default plugin does not provide what we need and pro plugin also can not modified. We only needed to show Image – title – price. And be able to search by SKU, but do not display it.
Can we get refund for pro plugin?Forum: Plugins
In reply to: [WP Search with Algolia] How to show only image title and price?autocomplete with dropdown with your pro plugin it shows sku, price, title, image, short description.
We need to show image title and price only. But to able to search using SKU. But it should not output it. Also how to translate word “Price”?
We use wpml
thanks!Forum: Plugins
In reply to: [Ajax Cart AutoUpdate for WooCommerce] PHP Deprecated (PHP 8.1)At line 323
before:
$replacedKeys = str_replace('acau_', null, array_keys( $array ));
Replace with
after:$replacedKeys = str_replace('acau_', '', array_keys( $array ));
Understand what this code is trying to do: The
str_replace()
function is attempting to remove the string'acau_'
from each key of$array
by replacing it withnull
.Fix the issue: To fix this, you should replace
null
with an empty string (''
), which will achieve the same outcome.- This reply was modified 1 year, 6 months ago by Mindas22.
If this plugin is abandoned, any oother alternatives?
Forum: Plugins
In reply to: [WooCommerce Smart COD] HPOS SupportI am too for the same question.
Do you have planned to update this? If yes what is date?
We need to use the HPOS ASAP.
ThanksForum: Plugins
In reply to: [PW WooCommerce On Sale!] Support for pro version.The request was:
The issue is that woocomerce sale items category does not show products when products are set with woocommerce on Sale pro plugin.
At the moment it set sale for individual items 40%.
It shows individualy (example https://www.biopapa.lt/produktas/ekologiski-lapiniu-kopustu-kale-milteliai/ ). But not as I said in sale items by woocommerce.
All sale items by shop wpbakery and woodmart theme sale items limit 100 sort by title
https://www.biopapa.lt/ispardavimas/That is awesome! Thank You!.
We have error from
Facebook for WooCommerce error:
Updated product on 111111111111xxx Facebook has failed.
When saving. But it is probably not related to this update.
I am sharing just in case.Forum: Plugins
In reply to: [Product Expiry for WooCommerce] Translation does not work Expiry date:Ok, I found it. After plugin update it changed from translation to plugin settings.
Forum: Plugins
In reply to: [Product Expiry for WooCommerce] To set globally always Display Enable@webcodingplace looking forward for this feature.
Thanks!Forum: Plugins
In reply to: [Product Expiry for WooCommerce] To set globally always Display Enablefunction display_expiry_date(){ $product = wc_get_product(); $expiryDate = $product->get_meta('woo_expiry_date'); $woo_expiry_display = $product->get_meta('woo_expiry_display'); if($expiryDate != '' && $woo_expiry_display == 'enable'){ $date_format = get_option( 'date_format' ); echo '<p class="woope-notice">'.__( 'Expiry Date: ', 'product-expiry-for-woocommerce' ).date($date_format, strtotime($expiryDate)).'</p>'; } }
I guess I could modify, by removing
&& $woo_expiry_display == 'enable'
But how to make it cleaner?
I can see only pattern is same plugin Safe SVG so far.