rdcc34
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Hi can you give me a full code for purched product name and tracking link
I use this code but it show error, can any one check it what is wrong
add_filter('woom_additional_template_params', 'function_name', 10, 2);
function function_name($parameters, $order)
{
$custom_params = array(
"order_total" => '',
);
if ($order !== null) {
$custom_params = array(
"order_total" => $order->get_total()
);
}
$parameters = array_merge($parameters, $custom_params);
return $parameters;
}can any one provide me full code for extra parameter such as tracking link. thanks
sorry for late, on vendor page by clicking on order , order not seen.
and on vendors dashboard orders are not shown.
products are not clickable, users are not able to click on products.
Forum: Plugins
In reply to: [Meta for WooCommerce] Buy Button on Android Appsame problem with me , buy button doesn’t work on mobile and one another problem is that it slow my site.can you suggest a solution.
Viewing 7 replies - 1 through 7 (of 7 total)