I'm developing a site around the starter kit. What would cause the teacommerce:GetPaymentForm function in the cart_step04.xslt file to return no value in the submit button?
Please check your order to see if a payment method have been chosen. Do that with firebug or the like. Use the TeaCommerce.getOrder() in the console and inspect the return.
And by the way, sorry for the late answer. Both Anders and me got hung up elsewhere.
teacommerce:GetPaymentForm
I'm developing a site around the starter kit. What would cause the teacommerce:GetPaymentForm function in the cart_step04.xslt file to return no value in the submit button?
Output:
Hi Mathew,
Actually I don't know. Haven't tried that one :)
Please check your order to see if a payment method have been chosen. Do that with firebug or the like. Use the TeaCommerce.getOrder() in the console and inspect the return.
And by the way, sorry for the late answer. Both Anders and me got hung up elsewhere.
/Rune
Thanks Rune,
Silly mistake, I was looking in the wrong place. It was a
<form runat="server">
from another template that was surrounding the form from the XSLT file and therefore redirecting back to the same page.
Matt
Cool. Nice one :)
is working on a reply...