Have you made the shipping and payment methods available in the different countries? Go to the shipping method and click the tab "Available in countries" tab and add them.
Yes you must always specify which country the payment and shipping methods are available for. That way you can disable them from the country, but still have them in the system.
Shipping and Payment Providers not showing
I am having a similar issue to Ian Houghton, where the payment providers and shipping providers are not being show
http://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/27760-Problem-with-payment-and-shipping-methods
However I have checked my dictionary items, and I can see the payment and shiping provders
but the out the box cart03 xslt with 2 small tweaks give me this
<xsl:variable name="payCount" select="count(teacommerce:GetPaymentMethods())" />
<h4><xsl:value-of select="$payCount" /> methods<xsl:copy-of select="$paymentMethods" /> </h4>
<div id="paymentInformation">
Hi Ravi
Have you made the shipping and payment methods available in the different countries? Go to the shipping method and click the tab "Available in countries" tab and add them.
Kind regards
Anders
If i only have one language do I still have to specify, and yes that sorted it.
Hi Ravi,
Yes you must always specify which country the payment and shipping methods are available for. That way you can disable them from the country, but still have them in the system.
/Rune
is working on a reply...