Ajeh:
- Where have you put what to display your text that shows
pretty then goes ugly?
***The red body copy should only display on the Shopping Cart
Contents page, not on the top of the Step 1-of-3 checkout page.
Its display should not affect the Step 1-of-3 checkout page.
***The red body copy that displays nicely on the Shopping Cart
Contents image (the first help image) is an echo statement
from
/includes/modules/shipping/usps.php
which has a set of <font><strong></strong></font> tags.
Removing the <strong></strong> and <font color="red">
</font> tag sets doesn't change the munged result on the
followin page. It is inteded to display only on the Shopping
Cart Contents page, and not on the top of the Step 1-of-3
checkout page (the second help image shown). It only appears
when (not surprisingly) there are Media Mail and non-Media
Mail items in the cart.
The only place that the red, echo text exists is in the usps.php
code noted above. What's odd is that I'm not calling the
usps.php code that has that echo statement when the body
copy appears on the second image, and I'm only expecting
it to appear on the Shopping Cart Contents page and not the
Step 1-of-3 page, nor am I expecting the text size on the
Step 1-of-3 page to be displayed larger (the munging).
Can the red body copy be a page artifact from the usps.php
page that needs to be cleared from a display cache? I wouldn't
think it should be displaying on any other page, and should be
wiped from any display cache when the Step 1-of-3 page is
displayed.
Ajeh:
- Is there an URL and products_id that I can add to the cart
and see this live?
w w w . c o d a . o r g SLASH e s t o r e
The products in question are categorized into Media Mail and
non-Media Mail items. Anything under
Categories > Literature
is Media Mail and is in products_id category 1. Anything under
Categories > Chips, Medallions
are non-Media Mail and are in products_id category 9. Add
one literature item and one chip or medallion and let the
munging begin.
I'm guessing I'm breaking a set of font tags somewhere....
The other observation worth noting is that the goobering
only occurs when the the red body copy is displayed and
the user clicks the Go to Checkout button.
***(I just found the subscribe switch so I'll be responding
a bit quicker now.) :-\ ***
Dr Doug