deb
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce subscription and woocommerce addonsThank you Riaan for the reply, I bought bundle pack and it worked!!! thanks you.
Woocommerce is great plugin.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist count in header<?php $wishlist_count = YITH_WCWL()->count_products(); echo $wishlist_count; ?>
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] "PAID" Stamp On Paid InvoicesWow thank you for making me clear. You are awesome.
thank you again
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] "PAID" Stamp On Paid InvoicesThank you for quick response, I thought woocommerce adds it automatically once the payment status is completed, I have checked my postmeta table and couldn’t find the _paid_date meta key. I am using only paypal for payment, in this case how shall I solve this problem, before i was using woocommerce pdf invoice, they generated paid automatically once order is completed, is there any way we can do it here ?
this plugin is really beautiful and i don’t want to change it, could you please give me a solution or yes how can we add that _paid_date custom field as well ?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] "PAID" Stamp On Paid InvoicesSorry couldn’t get it working, I am using flatsome theme and they do use _paid_date custom field. Any other way ?
Any solution yet for this ?
I am using custom theme and this helped me out, thanks !!!
https://www.ads-software.com/support/topic/26-update-product-column-display-is-wrongwrong-number-of-products-shown?replies=1Forum: Plugins
In reply to: [wordpress login form to anywhere] Forgot Password LinkCan you update us how to use forgot password ?
Forum: Plugins
In reply to: [Store Locator Plus?] Site is broken after upgrde to 4.5thank you for quick update ??
Forum: Plugins
In reply to: [Store Locator Plus?] Site is broken after upgrde to 4.5Hello if you just comment the line 825, it will work, I just tried and it worked for me. Off course it is bad practise to tweak plugin files, but lets hope this will be fixed with new update of the plugin.
/home/xxx/public_html/xxx/wp-content/plugins/store-locator-le/include/class.slplus.php
Comment this line:
//$this->Activation->Upgrade->fix_default_country();Forum: Plugins
In reply to: [Store Locator Plus?] Site is broken after upgrde to 4.5I just update the plugin and the site goes down…
I found solutionForum: Plugins
In reply to: [Archive Content with Archived Post Status] 404 errorI have crossed my sillyness here, I think I have done very very silly.
add_filter( 'aps_status_arg_public', '__return_true' ); add_filter( 'aps_status_arg_private', '__return_false' ); add_filter( 'aps_status_arg_exclude_from_search', '__return_false' ); function textdomain_exclude_category( $query ) { if ( ! $query->is_admin() && $query->is_main_query() && $query->is_archive() ) { $query->set( 'post_status', 'publish' ); } } add_action( 'pre_get_posts', 'textdomain_exclude_category' );
Just change post_status archive to publish and it works !!!!
https://prowpexpert.com/auto-log-out-idle-wp-users/
This does perfect job
Forum: Plugins
In reply to: [Invoices for WooCommerce] SyntaxError: Unexpected token CI love this plugin, it worked as I have reinstalled …
Forum: Plugins
In reply to: [Eventbrite API] Events not loadingHi I re-setup keyring and my event started to show up, I think you should try once, instead of reinstalling the plugin, just re-setup the keyring.