How rearrange payment options?
I am using ZC 1.3.9h. I have looked for two days in all the forums I can find, and I cannot find an answer to my question.
Currently on the Payment Information page (step 2 of 3), the discount code option and gift certificate option show before the credit card selection. I would like to have the credit card selection show up first. Since it is not officially a payment method, the sort order on the payment modules has no impact.
Is there an way to accomplish this? If so, I would be very grateful to know what it is.
Thanks.
my site url is www.appalachiastitches.c~o~m/z~e~n~c~a~r~t/ obviously without the ~.
Re: How rearrange payment options?
You'd have to rearrange the content in your tpl_checkout_payment_default.php template file.
Re: How rearrange payment options?
Quote:
Originally Posted by
DrByte
You'd have to rearrange the content in your tpl_checkout_payment_default.php template file.
Thank you for your quick response. However, I am not a PhP expert, by any means. I have looked in the tpl_checkout_payment_default.php file, and I cannot see any reference to the discount or gift certificate options. Therefore, I am not sure what should be moved to accomplish the goal.
Can you give any more specific guidance?
Thanks, in advance.
Re: How rearrange payment options?
I'm guessing that moving lines 68-94 to show between lines 199 and 200 would be a starting point.
Re: How rearrange payment options?
Quote:
Originally Posted by
DrByte
You'd have to rearrange the content in your tpl_checkout_payment_default.php template file.
Quote:
Originally Posted by
DrByte
I'm guessing that moving lines 68-94 to show between lines 199 and 200 would be a starting point.
That worked! Thank you so very much!