CPCI-Solutions
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search by variable product nameHi Chris, thank you for you answer, I’ll do this.
Have a nice dayForum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] php 8 compatibilityHi, I have the same problem :
“Deprecated: Required parameter $email_configuration_settings follows optional parameter $headers in /wp-content/plugins/wp-mail-bank/includes/class-mail-bank-auth-host.php on line 175”Thanks for the plugin by the way
Thank you, I tried, but I don’t manage to make this orderby work.
Never mind, thank your for having helped me.
Have a nice dayThank you @phpbot I worked on this.
I added in the $args'date_query' => ['before' => '- 7 days',]
in order not to display products that were recently created on the website (because it is not back in stock products, it is recent products).However, I am unsuccessful on orderby meta date… in order to show first the more recent back in stock products. I added
'meta_key' => '_php_bot_wc_back_in_stock_since', 'orderby' => array('meta_type'=> 'DATE'), 'order' => 'DESC',
But it is not working, it is still showing the products by alphabetical order. I tried several combinations of orderby code (DATE, DATETIME) without success, I don’t know why.
Thank you for your precious help so far, I am learning thanks tou you.
Hi @phpbot ! Thank you very much for your answer. I tried again and indeed it was a misconfiguration I did that caused the problem.
It is working fine now, thank you.
I am now trying to display the products in order to show first the more recent back in stok products (for the moment is it in alphabetical order). However, I am a begginer and I don’t know how to write it in the code.
I am also trying to add a parameter in the shortcode for the limit of numbers of products displayed. I don’t know how to do it in the shortcode, but I managed to do it directly in the code by changing ‘posts_per_page’ => -1 to 8.
What I am trying to do it to use a shortcode like this : [php_bot_wc_back_in_stock_since days=”14″ limit=”8″ orderby=”datebackstock” order=”DESC”]
In any case, thank you for your help for this plugin
Hi, I have the same question. I would be very interested to have this feature, in order to :
– display recent back in stock products in frontend
– put a label on products showing “just back in stock” based on the timestamp that would be stored in product meta (for example for the products that are back in stock since the last 14 days.
I have the pro version of Back In Stock Notifier for WooCommerce, so it would be perfect if one day you add this new feature.
@phpbot thanks for you base version plugin. If I understand, you store the time stamp in product meta. And then a shortcode allows to displays de list of products ? However this code doesn’t work for me at the moment. Is it working for you ?
Thank you for your answerHi,
Thank you for your answer !
Don’t hesitate to tell me if one day this new feature is added to the premium version of the plugin for example.
Have a nice dayHi, Thank you Damian and Mateusz for your answers and solutions. I just tried the development version as you mentionned, and it is working perfectly ! Thank you very much for solving this apostrophe issue. I really like your plugin. Have a nice day !
CorentinThank you trembles for your answer. Unfortunaltely, the problem is not solved when you search for a product category with an apostrophe in it. I think that what you are mentionning was the problem of apostrophe in product name itself. It was solved in previous version (I have read the update details of the version you mentionned). But apostrophe in product category is not working…
Has anybody encontered the same problem ?