After creation of a new currency and country (i.e. en-gb) all product prices were set to zero. I had this issue in my local website and tried also in demo with success.
When you create a new currency you also need to add a new property to your product document type and type the alias of your price property alias on the new currency. Until you do that, Tea Commerce have no idea of how to fetch your price and will have 0 as the value for the product.
BTW: I tried to finish an order but i never go to confirmation step. I arrive to payment/shipping select invoice and go to homege. If i check Backoffice the order is there. Am I missing any step?
Since we have two languages, I had removed the default acceptUrl in payment provider and set it at language tab.
After this change my URL changes to: "..../base/TC/PaymentContinue/1/Invoicing/5e36f078-c7a3-46ae-be6a-2a040197e4b2/5f605d414c03296bcf8e3e69be34577f83f0e7e429167869786a5bf2be1171c0.aspx"
How can we set different confirmation pages with multiple languages?
That is the URL that Tea Commerce redirects to and tries to find your setting. You need the continue url for it to work. So add one with the same key as the default setting on the different language tabs. Then each language will overwrite the url.
Prices set to zero after currency creation
Hi,
After creation of a new currency and country (i.e. en-gb) all product prices were set to zero. I had this issue in my local website and tried also in demo with success.
Is there any issue regarding multiple currencies?
BR, António
Hi António
When you create a new currency you also need to add a new property to your product document type and type the alias of your price property alias on the new currency. Until you do that, Tea Commerce have no idea of how to fetch your price and will have 0 as the value for the product.
Kind regards
Anders
Hi Anders,
Thanks very much. That did the trick.
BTW: I tried to finish an order but i never go to confirmation step. I arrive to payment/shipping select invoice and go to homege. If i check Backoffice the order is there. Am I missing any step?
Thanks,
BR,
António Ramos
Depends on what the payment provider is setup to in Tea Commerce. This is from the demo.teacommerce.net site.
Kind regards
Anders
Hi Anders,
Thanks for your response.
Since we have two languages, I had removed the default acceptUrl in payment provider and set it at language tab.
After this change my URL changes to: "..../base/TC/PaymentContinue/1/Invoicing/5e36f078-c7a3-46ae-be6a-2a040197e4b2/5f605d414c03296bcf8e3e69be34577f83f0e7e429167869786a5bf2be1171c0.aspx"
How can we set different confirmation pages with multiple languages?
Thanks, BR, António Ramos
That is the URL that Tea Commerce redirects to and tries to find your setting. You need the continue url for it to work. So add one with the same key as the default setting on the different language tabs. Then each language will overwrite the url.
Hi Anders,
I set continue url in the payment and in each different tabs but will always redirect to default url and not url set at tab.
It's required to have a default culture in the root node?
BR,
António Ramos
Figured it out?
is working on a reply...