Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ravi Motha 289 posts 499 karma points MVP 4x c-trib
    Mar 29, 2012 @ 15:21
    Ravi Motha
    0

    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">

    <h2>Choose payment method</h2>

    <h4>
    1 methods
    <paymentmethods></paymentmethods>
    </h4>
    any ideas?
  • Anders Burla Johansen 2560 posts 8256 karma points
    Mar 29, 2012 @ 15:28
    Anders Burla Johansen
    0

    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

  • Ravi Motha 289 posts 499 karma points MVP 4x c-trib
    Mar 29, 2012 @ 15:37
    Ravi Motha
    0

    If i only have one language do I still have to specify,  and yes that sorted it.

     

     

  • Rune Grønkjær 1303 posts 2895 karma points
    Mar 29, 2012 @ 16:22
    Rune Grønkjær
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies