- Posts: 98
- Thank you received: 1
- Forum
- Presale questions
- General questions
- Access Calculator Values from New Order hook and Thank You hook
Access Calculator Values from New Order hook and Thank You hook
- david
-
- Offline
Less
More
1 year 8 months ago #2278
by david
david replied the topic: Access Calculator Values from New Order hook and Thank You hook
In this forum, our customers receive well-timed answers, more operative support to catch the best final solution, sometimes customized solutions and for all of these reasons, we need to dedicate more attention and more time.
Even so, in most cases, here our answers are done freely, too.
But sometimes not.
So I suggest you to reformulate your request on the Wordpress forum and anything you will receive from us is always free.
Thank you
David
at1323
Even so, in most cases, here our answers are done freely, too.
But sometimes not.
So I suggest you to reformulate your request on the Wordpress forum and anything you will receive from us is always free.
Thank you
David
at1323
Please Log in or Create an account to join the conversation.
- Mike Whant
-
Topic Author
- Offline
Less
More
- Posts: 4
- Thank you received: 0
1 year 8 months ago #2266
by Mike Whant
Mike Whant replied the topic: Access Calculator Values from New Order hook and Thank You hook
"This piece of code wouldn't have nothing to do with WPC as it is coming from WooCommerce features"
I don't agree because I can get all the usual woocommerce values - just not the ones from your plugin.
I do however understand that you have to charge for support.
Unfortunately I can't justify the cost just to solve this small issue.
Thank you anyway.
I don't agree because I can get all the usual woocommerce values - just not the ones from your plugin.
I do however understand that you have to charge for support.
Unfortunately I can't justify the cost just to solve this small issue.
Thank you anyway.
Please Log in or Create an account to join the conversation.
- Enrico
-
- Offline
Less
More
- Posts: 367
- Thank you received: 18
1 year 8 months ago #2262
by Enrico
Enrico replied the topic: Access Calculator Values from New Order hook and Thank You hook
Hello Mike,
This piece of code wouldn't have nothing to do with WPC as it is coming from WooCommerce features, but If you would like to renew the subscription I will send you the piece of code to get/print the item meta.
I made a screenshot to be sure we are talking about the same thing.
But I also think that your work doesn't finish after you get the list of item meta as I think you should develop some more things to achieve what you would like to do. If you are interested in a complete solution you can send us an email and ask for a quotation here: altoswebsolutions.com/contact-us
Let me know how do you think is best/prefer to proceed.
Kind Regards,
Enrico
AT1323
This piece of code wouldn't have nothing to do with WPC as it is coming from WooCommerce features, but If you would like to renew the subscription I will send you the piece of code to get/print the item meta.
I made a screenshot to be sure we are talking about the same thing.
But I also think that your work doesn't finish after you get the list of item meta as I think you should develop some more things to achieve what you would like to do. If you are interested in a complete solution you can send us an email and ask for a quotation here: altoswebsolutions.com/contact-us
Let me know how do you think is best/prefer to proceed.
Kind Regards,
Enrico
AT1323
Please Log in or Create an account to join the conversation.
- Mike Whant
-
Topic Author
- Offline
Less
More
- Posts: 4
- Thank you received: 0
1 year 8 months ago #2250
by Mike Whant
Mike Whant replied the topic: Access Calculator Values from New Order hook and Thank You hook
Hi Enrico,vthank you for your reply.
Our jobs system is setup to download order data from mysql table. Unfortunately the jobs system was setup by someone else and I don't have access to source code.
So the solution I came up with was to copy order data to old table when order is made / completed payment.
I can successfully copy order data, just not item meta for some reason.
Our jobs system is setup to download order data from mysql table. Unfortunately the jobs system was setup by someone else and I don't have access to source code.
So the solution I came up with was to copy order data to old table when order is made / completed payment.
I can successfully copy order data, just not item meta for some reason.
Please Log in or Create an account to join the conversation.
- Enrico
-
- Offline
Less
More
- Posts: 367
- Thank you received: 18
1 year 8 months ago #2249
by Enrico
Enrico replied the topic: Access Calculator Values from New Order hook and Thank You hook
Hello Mike,
Could I ask you why are you trying to access these properties? I mean what would be your final target/goal after you got these values?
Kind Regards,
Enrico
AT1323
Could I ask you why are you trying to access these properties? I mean what would be your final target/goal after you got these values?
Kind Regards,
Enrico
AT1323
Please Log in or Create an account to join the conversation.
- david
-
- Offline
Less
More
- Posts: 98
- Thank you received: 1
1 year 8 months ago #2241
by david
david replied the topic: Access Calculator Values from New Order hook and Thank You hook
Dear Mike Whant,
Sorry, but our information says that your last purchase was some days before 2017 July 17.
That means that your annual subscription is surely expired and this is the reason why your credentials to grant access in our forum are revoked.
The other effect of this situation is that you are not able to download new versions anymore and we can give you pre-sales support, only.
Sorry again for that.
Anyway we opened a ticket so that you will receive some support from one of our specialists
David
At1323
Sorry, but our information says that your last purchase was some days before 2017 July 17.
That means that your annual subscription is surely expired and this is the reason why your credentials to grant access in our forum are revoked.
The other effect of this situation is that you are not able to download new versions anymore and we can give you pre-sales support, only.
Sorry again for that.
Anyway we opened a ticket so that you will receive some support from one of our specialists
David
At1323
Please Log in or Create an account to join the conversation.
- Mike Whant
-
Topic Author
- Offline
Less
More
- Posts: 4
- Thank you received: 0
1 year 8 months ago #2240
by Mike Whant
Mike Whant created the topic: Access Calculator Values from New Order hook and Thank You hook
Hello.
How can I access the selected values with new order hook and thank you hook (after payment completed)?
I have tried:
add_action( 'woocommerce_new_order', 'action_woocommerce_new_order', 10, 3 );
function action_woocommerce_new_order( $order_id ) {
$order = wc_get_order($order_id);
$order_items = $order->get_items();
$item_dump = implode($order_items);
};
However it returns empty.
I have tried everything I can find online.
Do I need to re-purchase pro to get support?
Thanks in advance.
How can I access the selected values with new order hook and thank you hook (after payment completed)?
I have tried:
add_action( 'woocommerce_new_order', 'action_woocommerce_new_order', 10, 3 );
function action_woocommerce_new_order( $order_id ) {
$order = wc_get_order($order_id);
$order_items = $order->get_items();
$item_dump = implode($order_items);
};
However it returns empty.
I have tried everything I can find online.
Do I need to re-purchase pro to get support?
Thanks in advance.
Please Log in or Create an account to join the conversation.
Moderators: david
- Forum
- Presale questions
- General questions
- Access Calculator Values from New Order hook and Thank You hook
Time to create page: 0.182 seconds