Custom Template - Payment field not appearing

General ShopSite user discussion

Custom Template - Payment field not appearing

Postby balgram » Fri Mar 06, 2009 11:41 pm

I'm builing a custom template and I'm having some problems with these three tags:

[-- BUTTON ReturnToCart --] [-- BUTTON SubmitOrder --] on the shipping page, and

[-- SC_PaymentSelection --] on the shopping cart page.

The buttons appear, but don't do anything when clicked.

The payment selection does not offer a drop down menu, it just doesn't appear. The source for the code if you view the page is below:

The buttons:

<input src="IMAGE HERE" class="button68" name="Return to Cart" alt="Return to Cart" tabindex="1" onclick="return(CheckIt(68,0));" type="image" align="bottom" border="0">
&nbsp;
<input src="IMAGE HERE" class="button67" name="Submit this Order" alt="Submit this Order" tabindex="2" onclick="return(CheckIt(67,0));" type="image" align="bottom" border="0">

The Payment selection:

<td style="text-align: center; padding-top: 1em;" align="center">Select Payment: <script type="text/javascript" language="JavaScript">
<!--
function re_check_none(){;}
// -->
</script>
<input name="paytype" value="0" type="hidden">
</td>

NOTE: I'm pretty sure the value 0 and the type hidden need to be changed, but I don't see where or how to change them.

On the Payment screen (commerce setup -> payment) it has credit cards checked, paypal checked, and offline as the processor.
balgram
 
Posts: 2
Joined: Wed Aug 20, 2008 10:32 am

Postby Jim » Sat Mar 07, 2009 8:42 am

The best thing to do is compare your template against the default ShopSite shopping cart template, sc_default. Make sure you have all the tags that it has. The buttons all go to a section of code (I think it is in [-- SC_JAVASCRIPT extras --]) that is defined earlier in the template and if that isn't there they won't work. Also make sure you include the [--sc_form --] and the closing form tags so that the submits will work.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah


Return to User Forum

Who is online

Users browsing this forum: No registered users and 107 guests