Where can I go to change the style and color for the following text:
Please make your check or money order payable to:
Your order will not ship until we receive payment.
I want to make it noticeable so buyers can't miss it.
thanks
Where can I go to change the style and color for the following text:
Please make your check or money order payable to:
Your order will not ship until we receive payment.
I want to make it noticeable so buyers can't miss it.
thanks
You can change the color etc.. by adding it in the associated language file.
Just add it between the proper "define" section something like this:
<span style="color: #ff0000; font-weight: bold">Please make your check or money order payable to.....</span> etc...
Does that help?
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
in the english.php (i'm using english)? I search thru that file but didn't see the phase "please make your check ...." is there another file ?
It's in:
/includes/languages/english/modules/payment/moneyorder.php
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
thanks a lot for your prompt response