Hopefully a simple query. The information given in the "Info" column with Checkout Step 1 differs from Checkout Step 2.
Example from Step 1:
Title: The Royal Crescent, Bath
Album: Limited Edition Prints
Summary: 12" Print - Mounted, signed & wrapped
Example from Step 2 (same cart contents):
The_Royal_Crescent.jpg
Limited Edition Prints
Would like to keep the more informative details form Step 1, and I am pretty sure someone else must have wanted the same thing in the past. Which file do I have to edit?
Thanks in advance. Hope this is enough information, first post, so apologies for anything!
Posts: 4342
These posts will help:
http://gallery.menalto.com/node/81068?page=1#comment-290346
http://gallery.menalto.com/node/84782
Posts: 3
Brilliant. I'll trawl through those and figure it out I'm sure. Was poking around in a tpl file last night, but it didn't seem clear. Obviously the wrong file ;o)
Posts: 4342
To alter the information in Step 2, you have to change what's written into the database for the order. Get back to me in this thread if it's not clear from the above.
Posts: 3
Just changed it to $txnItem->setItemName($item['fullItemDetails']['title']); and it's given me more or less what I wanted. Just didn't want the filename being published really.
Thanks again.
Posts: 7
I did the same:
But the title is still not shown.
I also didn't get anything when I added:
in the confirm.inc.
Any help?
Thanks in advance.
Albert
Posts: 4342
Are you sure that you're correctly modifying the file you think you're modifying? Try some general print statements; if you add print_r($item) you should expect to see something on the screen.
Posts: 7
Now the title is shown.
Apparently we cannot change the code and then refresh the page. We need to add or remove items first, then we see the changes in the Step 2 page.
Thanks anyway.
Posts: 4342
sounds like a cache issue then.