xszejdi
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] InitiateCheckout and Purchase EventsHi,
Yes, i did it and it didn’t helpForum: Plugins
In reply to: [Facebook for WooCommerce] InitiateCheckout and Purchase EventsHi. Thanks for quick reply. Sorry, the link to the image is as follows:
https://piomateusz.pl/wp-content/uploads/2021/12/undefined-Imgur.png
It works. You’re the best. Thank you.
Hi. Unfortunately, I don’t know how to add a pixel script in a separate tag because I use the “Facebook for WordPress” plugin. Can I put the checkbox script in a different tag instead? if so, can you help me convert my PHP snippet (placed above by me) to make it work?
Best,
Matthew.Forum: Plugins
In reply to: [Abandoned Cart Recovery for WooCommerce] Two Plugins CSS ConflictHello,
Fixed! Thank You.
What about problem 2?Forum: Plugins
In reply to: [Abandoned Cart Recovery for WooCommerce] Two Plugins CSS Conflict3. Yes. Now it’s working!
Solution to problem 1 would be amazing!Forum: Plugins
In reply to: [Abandoned Cart Recovery for WooCommerce] Two Plugins CSS ConflictHello, mivtt!
1. Good to know! Do You know what could be the reason?
2. OK, it is not as neccessary as point 1 and 3.
3. Today i noticed info “Your WP Cron is enabled. If you want to use Cronjob server, open file wp-config.php and add row define( “DISABLE_WP_CRON”, true );. Access your server and config with command” – i’m gonna try this, if it won’t work, i’ll send you screenshots.
Thank You.Forum: Plugins
In reply to: [Abandoned Cart Recovery for WooCommerce] Two Plugins CSS ConflictI also noticed that emails are only sent when physically present in the settings, if I exit the plugin settings – emails are not being sent. As soon as I come in – 3 emails are sent at once.
Forum: Plugins
In reply to: [Abandoned Cart Recovery for WooCommerce] Two Plugins CSS ConflictSecond less important thing is that plugin statistics page doesn’t show recovered carts even if i tested it in practice using testing payment method (as if a normal customer did the shopping)
The problem was solved, i just had to change single consent to double consent. Thank you.
Hello @mediawebster!
1) Your code works great! Erros has gone! One question, what can i do to not lose it after plugin update?
2) Unfortunately, after removing this piece of code, it’s still the same. I really appreciate Your help, i don’t want to take your time anymore on this. I would be grateful if you could answer my one question.Thanks for quick reply @mediawebster,
1. Is something wrong? https://i.imgur.com/PQMI1r5.png > https://i.imgur.com/gMmpWZc.png
2. https://serwer1901590.home.pl/wszystkie-produkty/ Please, set ‘Pierre Rene’ then click the button ‘Zastosuj’. You can see products normally under ‘Brak wyników…’, then clear filtering with ‘Wyczy??’ and please, try type in search for example something like ‘SDFdfhsjfhsjdf’. Products are not displayed anymore.
Forum: Themes and Templates
In reply to: [Storefront] Empty search resultsHello, You can close it because now i think it’s not because of Your theme. Thanks.
- This reply was modified 4 years, 8 months ago by xszejdi.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Empty resultsHello, You can close it because now i think it’s not because of Your plugin. Thanks.
Forum: Themes and Templates
In reply to: [Storefront] Empty search resultsI noticed also that if i use the usual echo like:
add_action( 'woocommerce_no_products_found', 'test', 15 ); function test() { echo '<p class="testclass">test:</p>';}
it works great but if i use ‘do shortcode’, it doesnt and shows products in empty results only using filtering on shop page ??
add_action( 'woocommerce_no_products_found', 'test', 15 ); function test() { echo do_shortcode("[woopspro_bestselling_products_slider limit='-1' slide_to_show='4' slide_to_scroll='1' autoplay_speed='6000' autoplay='false' dots='false' cats='']");}
- This reply was modified 4 years, 8 months ago by xszejdi.