X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Cash on Delivery (C.O.D.) Payment method doesn't display (https://forum.x-cart.com/showthread.php?t=42511)

fireflight 09-22-2008 09:48 AM

Cash on Delivery (C.O.D.) Payment method doesn't display
 
I'm not certain which set of options I've selected that have hidden the C.O.D. payment option. Looking at the source, the code for COD is there but it doesn't display in the browser. I believe it's being hidden by this javascript at the end of the checkout_2_method.tpl file:

Code:

<script type="text/javascript">
<!--
var paymentsCOD = [{strip}
{foreach from=$payment_methods item=payment}
{if $payment.is_cod eq "Y"}
{$payment.paymentid},
{/if}
{/foreach}
0
{/strip}];
display_cod({if $display_cod eq 'Y'}true{else}false{/if});
-->
</script>



C.O.D. is selected in the payment options page in the admin section, but I have no idea why it's being hidden. What setting am I missing?

info@dustinframpton.com 10-20-2008 07:15 PM

Re: Cash on Delivery (C.O.D.) Payment method doesn't display
 
did you ever figure this out? i have the same problem

AusNetIT 04-27-2009 06:15 AM

Re: Cash on Delivery (C.O.D.) Payment method doesn't display
 
Hi All

For example. How do I make COD (Cash of Deliver) so that the user can order the item and pay for it when they get to the store? Cause now it charges them a shipping cost when they do it.

Thanks,


Asela

AusNetIT 04-30-2009 09:08 PM

Re: Cash on Delivery (C.O.D.) Payment method doesn't display
 
Thanks sorted.


All times are GMT -8. The time now is 08:11 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.