Thanks for the feedback - its really great to hear!
You can easily add the phone number. Just use the method updateOrderProperties and send the "phone" as a key and then the phone number. Not you need to add the phone number to the admin and email template xslt file. Thats it.
The prices also has the price without vat so you just need to change the price field you use in your xslt and javascript.
So you dont have access to Umbraco and the Tea Commerce section? The xslt files that render the admin and confirmation mail is in the normal Umbraco xslt folder. What you need to do is to add the phone number in your cart flow. Do you already have a step where the customer adds his first name, last name, address etc?
You can get around it if you upgrade to Tea Commerce 2.0 - BUT the API has changed because we need to support more advanced setups so you would have to refactor your implementation. Its still mostly the same but still some major changes. Im really sorry that this is not able to change in Tea Commerce 1.x. I could properly make you a custom build where it is flexible but that would take me a couple of hours of work. Write me an email - info at teacommerce.net and I will talk about it in details
The upgrade path to v2 is that you will have to install it on a clean Umbraco site. Then you should update your DB schema to match the new Tea Commerce database schema. Then you should remove all the old Tea Commerce files - NOT uninstall it using the Umbraco package area as this will also delete the DB tables. Then update the TeaCommerce_Version entries to match the ones in the empty/new Tea Commerce installation. Now install v2. I have no idea if this works as I havent tried it but it should be something like this.
"I have no idea if this works as I havent tried it but it should be something like this."
With respect Anders. I can't really sell that to the client can I? It sounds like a total site re-build to me. I only want the telephone number shown on the sales screen.
I know that this is not the best solution - one other solution is that I can send you the source code for the Search.aspx that is used as the UI file for the order search. Then you can build your own version of the search and add the extra info you need. Then overwrite the aspx file and add your dll to the website and you should be good to go. Send us an email to info at teacommerce.net
Add Telephone number
Hi Anders.
I have a client who has been using TC for a while now and the feedback I have had is that is simple and fast.
Its a good product.
He has asked for a couple of features and I am unsure if they are items I can do from a dev point of view.
These are:
Add the telephone number in the TC sales (common) screen so that they may call the customer easily.
Show the order lines WITHOUT VAT applied.
The site shows items in NET but the VAT is automatically applied to the sales order.
Is this something I can modify?
Thanks.
Hi Streety
Thanks for the feedback - its really great to hear!
You can easily add the phone number. Just use the method updateOrderProperties and send the "phone" as a key and then the phone number. Not you need to add the phone number to the admin and email template xslt file. Thats it.
The prices also has the price without vat so you just need to change the price field you use in your xslt and javascript.
Kind regards
Anders
Hi Anders.
I am really not sure what you mean.
I don't have access to the backend TeaCommerce files. I am not talking about the shopping cart. I am talking about the sales display.
Thanks
So you dont have access to Umbraco and the Tea Commerce section? The xslt files that render the admin and confirmation mail is in the normal Umbraco xslt folder. What you need to do is to add the phone number in your cart flow. Do you already have a step where the customer adds his first name, last name, address etc?
Kind regards
Anders
Thans for your email.
"I am not talking about the shopping cart. I am talking about the sales display"
It would be good to have the customer telephone number here and the totals ex VAT
Ahh thats one :)
You cant change that. Only in TC 2.0 you can change the mark up of this file to add other info for what you need.
Kind regards
Anders
Right.
That's a blow The client is going to be pissed. I can't believe we can't get around this with a big upgrade?
You can get around it if you upgrade to Tea Commerce 2.0 - BUT the API has changed because we need to support more advanced setups so you would have to refactor your implementation. Its still mostly the same but still some major changes. Im really sorry that this is not able to change in Tea Commerce 1.x. I could properly make you a custom build where it is flexible but that would take me a couple of hours of work. Write me an email - info at teacommerce.net and I will talk about it in details
Kind regards
Anders
What is the upgrade path to v2?
Do I need to upgrade Umbraco too?
Will the existing sales transactions be maintained?
Thank you.
The upgrade path to v2 is that you will have to install it on a clean Umbraco site. Then you should update your DB schema to match the new Tea Commerce database schema. Then you should remove all the old Tea Commerce files - NOT uninstall it using the Umbraco package area as this will also delete the DB tables. Then update the TeaCommerce_Version entries to match the ones in the empty/new Tea Commerce installation. Now install v2. I have no idea if this works as I havent tried it but it should be something like this.
Kind regards
Anders
"I have no idea if this works as I havent tried it but it should be something like this."
With respect Anders. I can't really sell that to the client can I? It sounds like a total site re-build to me. I only want the telephone number shown on the sales screen.
Is that really what your are suggesting?
Thank you.
I know that this is not the best solution - one other solution is that I can send you the source code for the Search.aspx that is used as the UI file for the order search. Then you can build your own version of the search and add the extra info you need. Then overwrite the aspx file and add your dll to the website and you should be good to go. Send us an email to info at teacommerce.net
Kind regards
Anders
is working on a reply...