Yousystem
Forum Replies Created
-
Thanks for your answer.
I’ve just used this code found in your previous answer but it dont work and wppb_referer_url is always present.
I’ve paste this in my functions.php of my child theme. Alternative?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Hook for extract Shipping OrderAnother Question.
Is possible to import data from another plugin?
Example:
I’ve $vendor_shipping_default_price from another plugin, is possibile to import this data in a column?
ThanksForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Hook for extract Shipping OrderI’ve just solved the problem.
This is the correct code:
add_filter(‘woe_get_order_product_value_comm_test’, function ($value, $order, $item, $product,$item_meta) {
$sped1=$order->get_shipping_total();
return $sped1;
}, 10, 5);Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Hook for extract Shipping OrderYes.
I just used this method for other value and all works fine excpet for shipping price.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Hook for extract Shipping OrderI want to extract the same data in ORDER SHIPPING AMOUNT, this field display correct data. But Why i dont extract this data from my code?
Is importan for me to manipulate this data.
Thanks.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Hook for extract Shipping OrderAt the begin i want to try to view a simple data.
I use this function in custom field and functions.php of my child theme.add_filter(‘woe_get_order_product_value_comm_test’, function ($value, $order, $item, $product,$item_meta) {
$sped1=$order->get_shipping_total();
return $sped1;
}, 10, 3);Nothing to show only colum blank.
I use a Pro version of the plugin.
This is for me the first step for begin a second step and introduce certain calculate.
Sorry for my bad englishForum: Reviews
In reply to: [User Email Verification for WooCommerce] PerfectHi
where is the tips?Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Aggiungere Codice ArticoloPer farla breve per un interfacciamento contabile verso un gestionale, anche le opzioni hanno un codice articolo nell’anagrafica articolo sul gestionale e per tale ragione, chiedo se si può implementare tale soluzione o come poter ovviare a questa esigenza.
Grazie e buon lavoro.Forum: Plugins
In reply to: [GDMylist] wordpress ajax blocks this plugin.A long time i’ve just try and not work. Now not work again. Any Idea?
Forum: Plugins
In reply to: [GDMylist] wordpress ajax blocks this plugin.I dont use HTpasswd. After last update to WordPress the button dont show.
I always use this code in template file:<?php
$arg = array (
‘echo’ => true
);
do_action(‘gd_mylist_btn’,$arg);
?>Forum: Plugins
In reply to: [GDMylist] wordpress ajax blocks this plugin.What code exactly?
Forum: Plugins
In reply to: [GDMylist] wordpress ajax blocks this plugin.Thanks but my problem is the button ADD dont appears. I use php code anche short code and not working fine.
Forum: Plugins
In reply to: [GDMylist] Dont show button WordPress 4.5.3@reneequinn have you solved this issue? If yes can you send me the fix?
thanksForum: Plugins
In reply to: [GDMylist] Dont show button WordPress 4.5.3Is very important! Any news @andrea?
Forum: Plugins
In reply to: [GDMylist] Dont show button WordPress 4.5.3Any news Andrea?