New Zenner
- Join Date:
- Nov 2008
- Posts:
- 93
- Plugin Contributions:
- 0
Views: 2,111
New Zenner
New Zenner
Hi there. I'm still looking for help with this. Is there maybe a plugin I could us? Thanks in advance!
Black Belt
New Zenner
I tried adding this, but it failed:
'<td class="product-details" valign="top">' . nl2br($this->products[$i]['name']) . ($this->products[$i]['model'] != '' ? ' (' . nl2br($this->products[$i]['model']) . ') ' : '') . "\n" .
zen_clean_html(zen_get_products_description(zen_get_prid($this->products[$i]['id']))) . "\n" .
'<nobr>' .
Black Belt
Sorry, I didn't notice how old that thread is. Post #13 has more detailed instructions, but the line numbers don't coincide with the 1.5.1 version of that file, so I don't know if it will work with the current version or not. I'll give it a try when I get a minute.
New Zenner
stevesh:
Sorry, I didn't notice how old that thread is. Post #13 has more detailed instructions, but the line numbers don't coincide with the 1.5.1 version of that file, so I don't know if it will work with the current version or not. I'll give it a try when I get a minute.
Great thank you so much!!
New Zenner
Hi Stevesh, Any luck?
Black Belt
This adds the product description to both the customer and admin order confirmation emails, the invoice and packing slip.
Run this in the Install SQL Patches in Admin - Tools:
alter table orders_products add column products_description text NOT NULL;
Then unzip the attached file, change the 'admin' to the name of your admin folder and drag and drop both folders to the root directory of your store.
All the files involved in this are core files and can't be overridden. If you have already made changes to any of these files, you'll have to merge your changes with mine.
For some reason, the original author of these edits decided to replace the model number with the product description, so you won't have that number in your emails, invoices or packing slips. I'm going to take another run at this to see if I'm coder enough to restore the model numbers.
New Zenner
stevesh:
This adds the product description to both the customer and admin order confirmation emails, the invoice and packing slip.
Run this in the Install SQL Patches in Admin - Tools:
alter table orders_products add column products_description text NOT NULL;
Then unzip the attached file, change the 'admin' to the name of your admin folder and drag and drop both folders to the root directory of your store.
All the files involved in this are core files and can't be overridden. If you have already made changes to any of these files, you'll have to merge your changes with mine.
For some reason, the original author of these edits decided to replace the model number with the product description, so you won't have that number in your emails, invoices or packing slips. I'm going to take another run at this to see if I'm coder enough to restore the model numbers.
Hi Stevesh,
I followed everything here, but it only places text at the top, it doesn't include the description. Here's what the invoice looks like:
New Zenner
Ok I got an order that came through with the description (YAY!!) but the formatting is a little off. Could I fix that somewhere?
Tell staff why this post should be reviewed.