davidebr90
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] php warningHi, replace contente in line number 495 (file /modules/woocommerce-analytics/classes/class-jetpack-woocommerce-analytics-universal.php) the old line :
$content = get_block_template( 'woocommerce/woocommerce//page-checkout' )->content;
with :
$content = get_block_template( 'woocommerce/woocommerce//page-checkout' )->content ?? '0' ;
Forum: Plugins
In reply to: [WP Approve User] Enable auto-approve functionI would find it very useful if you put a flag in the plugin GUI to activate or deactivate this function ?? however your hook worked great
Forum: Plugins
In reply to: [WP Approve User] Enable auto-approve functionA thousand thanks ! you don’t know how much I appreciate your work.
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Use Backend box in shortcodeThanks for help….can you tell me if i buy your license to use the premium plugin will i receive lifetime updates?
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Use Backend box in shortcodeI would be interested in listing in particular the recurring subscriptions for a product (therefore the same product every day, week, month etc.), do you think this function will ever be in the paid version?
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Use Backend box in shortcodeI understand, what I don’t explain is why with the same settings a product shows in the backend a different list of the front end.
Attached are the links of the same product with the lists :
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Use Backend box in shortcodeThanks for the very quick reply!
Then in the column “Order Status” in the shortcode do not display some states such as “pending-cancel” and “active” (which concern subscriptions and not normal woocommerce products).
These are seen in the backend wp-admin table, but I don’t see them in the shortcode.
PS: I have inserted in the shortcode all the attributes of “order_status” wc-completed, wc-processing, wc-on-hold, wc-pending, wc-cancelled, wc-refunded, wc-failed) but the filter in the shortcode of the users frontend is always different.
ok…thanks
I want to print in forms {field_id=”XX”} (list of previous selected checkbox), but not working any code T_T .
You have solution?
PS: Email print correct values
Forum: Plugins
In reply to: [Exifography] Show EXIF info in widget areaPS: i use also “Regenerate Thumbnails” plugin (lastest versio 2.2.4)