| Author |
Message |
ourbetterworldnow2038

Joined: 29 Oct 2008
Posts: 22
|
Posted: Nov 12, 2008 11:41am Post subject: CHECKOUT PROCESS: Complete! Page |
|
|
Minor bug: City State ZIP is not formatted correctly. Shouldn't it be:
CITY, ST ZIP
COUNTRY
Currently, it looks like this:
Our Better World Now
548 Market Street, Suite #39473
San Francisco
CA, 94104 US
650-739-8595
Note: It is correct in the Bill to of this page AND in both FROM and BILL TO: of the Print-friendly version |
|
Mail Bag

Answering Your Questions Since... 9:30am
Joined: 28 Aug 2005
Posts: 198
|
Posted: Nov 12, 2008 11:48am Post subject: |
|
|
If not using a second line for your company's address, edit the "checkout_receipt" page's template to remove the "{COMPANY-ADDRESS-2}" QuickCode Tag.
Editing the page's HTML template will allow you to control the content and layout of that page.
For example, by default, the checkout_receipt template is designed to accommodate a two-line company address:
| Code: | {COMPANY-NAME}<br>
{COMPANY-ADDRESS-1}<br>
{COMPANY-ADDRESS-2}<br>
{COMPANY-CITY}<br>
{COMPANY-STATE-ISO}, {COMPANY-ZIP} {COMPANY-COUNTRY-ISO} |
Editing this HTML code to the following will remove the reference to the second line of the company address:
| Code: | {COMPANY-NAME}<br>
{COMPANY-ADDRESS-1}<br>
{COMPANY-CITY}<br>
{COMPANY-STATE-ISO}, {COMPANY-ZIP} {COMPANY-COUNTRY-ISO} |
More information on the shopping cart's template system can be found in the "Design" section of the Modular Merchant forum at: http://forums.modularmerchant.com/viewforum/14/ _________________ Modular Merchant Mail Bag
Answering your questions, queries and puzzlers.
Modular Merchant shopping cart software, website hosting, and custom programming. |
|
ourbetterworldnow2038

Joined: 29 Oct 2008
Posts: 22
|
Posted: Nov 12, 2008 11:54am Post subject: |
|
|
Thanks for your reply.
I am not commenting on the use of the second line, but rather the formatting of City/ST/ZIP
Based on your code you mentioned, the default for design packages should be:
| Code: | {COMPANY-NAME}<br>
{COMPANY-ADDRESS-1}<br>
{COMPANY-ADDRESS-2}<br>
{COMPANY-CITY}, {COMPANY-STATE-ISO} {COMPANY-ZIP}<br>
{COMPANY-COUNTRY-ISO}
|
to be consistent with the other address formats of the checkout process.
In the above, I changed the CSZ to be ALL on line 4 and moved the country to line 5.
OBWN |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|