LimingYun
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Add custom dateI am sorry for your situation ! Hope it is not too bad.
Unfortunately, I have no finantial possibility to hire programmer.
That’s too bad. The business for this website I am trying to launch is only for fresh food… Well, guess I have to abandon it.Anyway, thanks for your help.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Add custom dateThis last version of code you just sent seems valid, because no error (with “Enable debug output” option checked).
But still not working. Here SQL details :
SELECT ID AS order_id FROM bsk_posts AS orders LEFT JOIN bsk_postmeta AS ordermeta_cf_export_unmarked_orders ON ordermeta_cf_export_unmarked_orders.post_id = orders.ID AND ordermeta_cf_export_unmarked_orders.meta_key=’woe_order_exported’ WHERE orders.post_type in ( ‘shop_order’) AND 1 AND orders.post_status in (‘wc-processing’) AND orders.post_status NOT in (‘auto-draft’,’trash’) AND ( ordermeta_cf_export_unmarked_orders.meta_value IS NULL )
Nota bene : the database has standard table prefix “wp_” replaced by “bsk_”
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Add custom dateI write the whole PHP this way :
add_filter(‘woe_get_order_value_custom_dlc_date’,function ($value, $order,$fieldname) {
$value = “<?php echo $date_i18n( wc_date_format(), strtotime( $order->order_date ) + 30 * DAY_IN_SECONDS ); ?>”;
return $value;
},10,3);Does not work ??
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Add custom dateThanks Alex for your quick reply.
Sorry, but I do not know how to add 5 days to the date.
Could you please precise how to replace this part :
$value = “text”;Thanks a lot !
Forum: Plugins
In reply to: [Share This Image] Facebook share not working on mobileHi,
Plugin is activated on this website : https://www.loucharacterdesigner.com
Facebook sharing does not work on mobile (no link, no image)
If you could fix it, would be great !
Facebook is very used, especially on mobiles, so for now, plugin is not useful for my customers.
Thanks and regardsForum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Adding charts in HTMLYes, inside a PHP file from my theme.
The shortcode does not work in HTML. How can it be added ?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Strange backup, hacking ?Yes the server time is correct.
And the backup was not started by hand (I’m the only admin).Backup was started by itself (or by hack) at night.
With that very strange date time : 20th of February 2016.How can that be possible ?
Forum: Plugins
In reply to: [Name Directory] editor accessThanks for your super fast reply though !
Forum: Plugins
In reply to: [Name Directory] editor accessI can’t make my client an administrator, too many possible errors.
What about adding User Role Editor plugin?
I could create a special capability.
Could you help me to customize functions file, to add an editor access to your plugin please?