Announcement

Collapse
No announcement yet.

OPAY Shipping Method

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OPAY Shipping Method

    At the bottom of the OPAY screen, there is a summary of the Shipping Address, Shipping Method, and any included Notes.

    This is part of the code found under the Customer Fields section on the OPAY page. I think it's intent is to show the Shipping Method selected but, it's only showing a number.
    <div class="o-layout__item">
    <p class="c-heading-echo u-text-uppercase u-text-bold">Shipping Method</p>
    <hr class="c-keyline">
    <p class="u-font-small u-color-gray-40">
    &mvt:global:basket:ship_data;<br>
    <a class="u-text-uppercase u-font-tiny u-color-black" href="&mvte:urls:OSEL:secure;">Edit</a>
    </p>
    </div>

    Is anyone else getting a number? If you are getting the Shipping Method type string could you post the variable you are using?
    Gary

    [email protected]
    www.icCommerce.com

    #2
    Hi Gary,

    This is a known bug and has been addressed in the pending v1.0.4 release. The details of the bug and instructions for updating can be found here: https://github.com/mivaecommerce/rea...dows/issues/33
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Thanks, the code at the above github link solved the problem.
      Gary

      [email protected]
      www.icCommerce.com

      Comment

      Working...
      X