You can still use v3 starterkit that was developed for Tea Commerce v2. But you need to change the code to handle the new price object, which support the marketing functionality.
The main difference is the marketing features. We have also tried and simply some of all the settings. So now the "sku" and "product name" name properties is hardcoded to be "sku" and "productName" and the vat group should be "vatGroup". Its to make the admin a bit more simple.
If you dont configure the sku and product name the node id and node name will be used as fallback.
Ah, these changes are good to know as they would have affected me.
I was going to start using 'title' for my produt name just to be consistent with the rest of my document types in my code behind. So the vat group definitely needs to be called 'vatGroup'? I think after I installed the package, it created one called defaultVATGroup or something but I renamed it. I'm going to have to name it back.
Differences in v3 from v2
Obviously the main difference between v2 and v3 is the new marketting functionality.
There are some other things that are different though which I cannot find documented.
Regards, Matt
Hi Matt,
Try to see the revision history of the different versions of Tea Commerce http://documentation.teacommerce.net/revision-history
/Dennis
Thanks Dennis, I had looked there but it doesn't explain the changes.
Regards, Matt
Hi Matt
You can still use v3 starterkit that was developed for Tea Commerce v2. But you need to change the code to handle the new price object, which support the marketing functionality.
I have listed here which changes I have done in a webshop: http://dev.bjarnefyrstenborg.dk/tc-upgrade/
Furthermore here is some examples with additional code so the customer is able to add discount codes and gift cards: http://dev.bjarnefyrstenborg.dk/tc-upgrade/examples.html
/Bjarne
Hi Matt
The main difference is the marketing features. We have also tried and simply some of all the settings. So now the "sku" and "product name" name properties is hardcoded to be "sku" and "productName" and the vat group should be "vatGroup". Its to make the admin a bit more simple.
If you dont configure the sku and product name the node id and node name will be used as fallback.
Kind regards
Anders
Thanks for the info there Bjarne.
Ah, these changes are good to know as they would have affected me.
I was going to start using 'title' for my produt name just to be consistent with the rest of my document types in my code behind.
So the vat group definitely needs to be called 'vatGroup'?
I think after I installed the package, it created one called defaultVATGroup or something but I renamed it. I'm going to have to name it back.
Regards, Matt
is working on a reply...