Hi,
I posted this last week and unfortunately I've not made much progress, nor have I received a satisfactory reply. Can anyone help? Thanks a million in advance
---------
Hi. So here's my problem. I have a client that wants to change the text that freeshipper.php displays during the checkout process.
Here's the rub: They want the text to change depending on what items or group of items is ordered. So for example, if someone orders a DVD they want it to read, "Free UPS Ground Shipping!" but if someone orders a tea set they want it to read, "Free USPS Priority Mail!", etc.
I know where the language file is located and I know where to change the text, but to make it adaptable I have to do some database querying, which I also know how to do.
What I don't know is how ZC stores the contents of the basket being checked out. What I figure is that I'll have to read the contents of the basket (by product ID, I'm guessing) and then have different text printed depending on what's in the cart.
I know it's a dumb idea of theirs, but they're adamant and I'm stumped.



