SuperSewist Posted November 20, 2005 Share Posted November 20, 2005 Jayson: You should also have in your admin email settings: Title Value Action Send HTML or Text Invoices to Customers true Default E-Mailed HTML Invoice Template html_invoice.php Looks like you may have missed the step in the install where you make changes in your database via SQL commands these commands add the settings into your admin email so you can set the Default Email Template to use. Does anyone know which "language" file feeds into the "html_invoice.php" template? TIA Quote Toward Continued Success - - > Carol Hawkey - - > KidsLearnToSew.com - - > Wyoming, USA Mods Installed - - > Authnet AIM2 - Bundled Products 1.4 - Fancier Invoice 6.1 - Email_HTML_Order_Link_Fixed - Header Tags Controller - Login aLa Amazon - JustOneAttribute - Article Manager - SPPC w/PB - spiders.txt - Dangling Carrot/Olive - Printable Catalog - CCGV(trad) Planned Mods - - > Purchase Without Account - USPS Label - Ultimate SEO Link to comment Share on other sites More sharing options...
jayson Posted November 20, 2005 Share Posted November 20, 2005 is there a hidden invoice.php that I am just not finding, I removed all the packing slips and invoice.php, and I am still getting an invoice, where am I missing one? Quote Link to comment Share on other sites More sharing options...
aodfan Posted December 4, 2005 Share Posted December 4, 2005 Does ANYONE, know if they could help me with these problems?? Please..... Well, it seems like everything works fine, I just seem to be having some little problems: The invoice # isnt showing up, just says, INVOICE_TEXT_CURRENT_YEAR. on the invoice that is emailed. When you print the invoices the boxes arent there just the corners. When you go to print the invoice under account history, it looks like this Im also want to know how I can put a couple spaces between total price and subtotal to give it cleaner look on both the invoices, and account info(not the print one,well i dont know what the print one should look like really) Thanks in advance. Quote Link to comment Share on other sites More sharing options...
danalamas Posted December 7, 2005 Share Posted December 7, 2005 How can I get the products image to show up on the invoice? Thanks Dana Quote Link to comment Share on other sites More sharing options...
Guest Posted December 9, 2005 Share Posted December 9, 2005 Im just looking for a little help when it comes to this contrib. It involves Taxes. I have totaly removed all taxes from OSC. Like I mean everything is totaly taken away from it. Yet The template still shows 8.000% as the tax. Is this a common problem? If now can any one help me figure this out? Heres My Link So that you can check it out your self. Thanks alot. Quote Link to comment Share on other sites More sharing options...
Guest Posted December 9, 2005 Share Posted December 9, 2005 Im also not able to update the order status or notivy the customer. When I click on the update button it goes to a blank screen. If any one can help, I would greatly appreciate it. Quote Link to comment Share on other sites More sharing options...
SuperSewist Posted December 9, 2005 Share Posted December 9, 2005 Hey hotwire, whenever I get a blank page is it usually turns out to be something misspelled, or a missed ' or , or ; or $ or & and they all start running together and my eyes get blurry and I miss them. A good php editor will help find them. Especially if you've been removing "all the tax stuff". For your tax problem, you must've either taken one out that is needed, or missed one somewhere. The blank page and the removal of tax might be related, don't know what all you've done. Doing "view source" on the tax template page should give you some clues as to what to look for, sometimes you have to track variables backwards through 3 or 4 program files. Well that's all I have for you, hope it helps point you in the right direction. Quote Toward Continued Success - - > Carol Hawkey - - > KidsLearnToSew.com - - > Wyoming, USA Mods Installed - - > Authnet AIM2 - Bundled Products 1.4 - Fancier Invoice 6.1 - Email_HTML_Order_Link_Fixed - Header Tags Controller - Login aLa Amazon - JustOneAttribute - Article Manager - SPPC w/PB - spiders.txt - Dangling Carrot/Olive - Printable Catalog - CCGV(trad) Planned Mods - - > Purchase Without Account - USPS Label - Ultimate SEO Link to comment Share on other sites More sharing options...
kunal247 Posted December 12, 2005 Share Posted December 12, 2005 Hi There, This is a really good contribution. Just a quick question - I am having a blonde moment. How to change the name of the Packing Slip? Currently in the Packing Slip just above the Invoice address is a line like: --------------------------- osCommerce ------------------------------------- I want to change the osCommerce to Packing Slip just like it is on the Invoice one to look like this: --------------------------- Packing Slip ------------------------------------- Hope you are able to understand what I am trying to say. Regards, Kunal Quote Link to comment Share on other sites More sharing options...
bobeisenberg Posted December 12, 2005 Share Posted December 12, 2005 Hi There,This is a really good contribution. Just a quick question - I am having a blonde moment. How to change the name of the Packing Slip? Currently in the Packing Slip just above the Invoice address is a line like: --------------------------- osCommerce ------------------------------------- I want to change the osCommerce to Packing Slip just like it is on the Invoice one to look like this: --------------------------- Packing Slip ------------------------------------- Hope you are able to understand what I am trying to say. Regards, Kunal Kunal In catalog\admin\includes\languages\packingslip.php, insert the following lines: define('TEXT_TITLE', 'put in here whatever text you want displayed' ); define('INVOICE_TEXT_INVOICE', 'put in here whatever text you want displayed'); and make sure you do not have a line saying define('TITLE', 'whatever text'); That should do it. Regards. Bob. Quote Link to comment Share on other sites More sharing options...
kunal247 Posted December 13, 2005 Share Posted December 13, 2005 Kunal In catalog\admin\includes\languages\packingslip.php, insert the following lines: define('TEXT_TITLE', 'put in here whatever text you want displayed' ); define('INVOICE_TEXT_INVOICE', 'put in here whatever text you want displayed'); and make sure you do not have a line saying define('TITLE', 'whatever text'); That should do it. Regards. Bob. Bob, I am not able to see the option you have suggested. Below is the code for the page: catalog\admin\includes\languages\english\packingslip.php <?php/* $Id: packingslip.php,v 3.3 2005/04/27 17:41:55 PopTheTop Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ //// START Edit the following defines to your liking //// // Misc Invoice Info define('INVOICE_TEXT_CURRENT_YEAR', '05'); // Set this to the current year (2 digits only) // Footing define('INVOICE_TEXT_THANK_YOU', 'Thank you for your custom at'); // Printed at the bottom of your packingslips define('STORE_URL_ADDRESS', 'http://www.mysite.com'); // Your web address Printed at the bottom of your packingslips // Image Info define('INVOICE_IMAGE', 'images/mysite.gif'); //Change this to match your logo image and foler it is in define('INVOICE_IMAGE_WIDTH', '225'); // Change this to your logo's width define('INVOICE_IMAGE_HEIGHT', '50'); // Change this to your logo's height define('INVOICE_IMAGE_ALT_TEXT', ''); // Change this to your logo's ALT text or leave blank // Product Table Info Headings define('TABLE_HEADING_PRODUCTS_MODEL', 'SKU #'); // Change this to "Model #" or leave it as "SKU #" //// END Editing the above defines to your liking //// define('TABLE_HEADING_COMMENTS', 'Comments'); define('TABLE_HEADING_PRODUCTS_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Products'); define('ENTRY_SOLD_TO', 'SOLD TO:'); define('ENTRY_SHIP_TO', 'SHIP TO:'); define('ENTRY_PAYMENT_METHOD', 'Payment Method:'); define('INVOICE_NUMBER', 'Invoice #'); define('TITLE', 'Packing Slip'); define('ORDER_NUMBER', 'Order #:'); define('ORDER_DATE', 'Date of Order:'); ?> Quote Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2005 Share Posted December 15, 2005 Is there any way at all that this contrib will work with the Paypal IPN v 1.1 ? Im like desperate here. Quote Link to comment Share on other sites More sharing options...
bobeisenberg Posted December 16, 2005 Share Posted December 16, 2005 Bob,I am not able to see the option you have suggested. Below is the code for the page: catalog\admin\includes\languages\english\packingslip.php Kunal At the bottom, change the third line from the end from define('TITLE', 'Packing Slip'); to define('TEXT_TITLE', 'Packing Slip' ); and then add the following line immediately after it define('INVOICE_TEXT_INVOICE', 'Packing Slip'); Regards. Bob Quote Link to comment Share on other sites More sharing options...
khoking Posted December 30, 2005 Share Posted December 30, 2005 Is there a way to modify the Invoice Date? :( I give warranty to my customer starting from the invoice date, but sometimes I want it to be backdated or further future date... Help... Quote Best regards, Koh Kho King Link to comment Share on other sites More sharing options...
Guest Posted December 30, 2005 Share Posted December 30, 2005 Ok im such a ditz, I installed this and its GREAT, but I wanted the right side where it has invoice number, and our address/phone number, it is blue but i want it to be green to match our logo. Is there anyway to do this, i cant figure it out, everything seems to say 'smalltextblue' etc. can someone tell me where the code is and what to change it to? im sorry im so lost about this! Jen Quote Link to comment Share on other sites More sharing options...
daena76 Posted December 30, 2005 Share Posted December 30, 2005 How do I fix some scripts showing here? " INVOICE_TEXT_INVOICE INVOICE_TEXT_NUMBER_SIGN 05INVOICE_TEXT_DASH20 Dec 30, 2005 Shop At Home Now 604 Montclair Drive Ste. A Wilmington, NC 28403 United States (910)794-5698 INVOICE SOLD TO: test test 00 testing street test, North Carolina 90041 United States 00000 000 alorete@ec.rr.com SHIP TO: nbsp; test test 00 testing street test, North Carolina 90041 United States Products Model TABLE_HEADING_UNIT_PRICE Total 1 x COBRA? 15 CHANNEL 2-WAY RADIOS PR1100-2 ® $65.00 $65.00 Sub-Total: $65.00 United Parcel Service (1 x 5lbs) (Ground): $13.74 Total: $78.74 Thank you for purchasing from Shop At Home Now STORE_URL_ADDRESS Please print this invoice for your records Copyright ? 2005 Shop At Home Now, A l Rights Reserved " Quote Link to comment Share on other sites More sharing options...
j4tan Posted January 2, 2006 Share Posted January 2, 2006 I have a small problem after installing v6.1 in the invoice email, and invoice view from admin. I get all this names in them such as INVOICE_TEXT_INVOICE INVOICE_TEXT_NUMBER_SIGN 06INVOICE_TEXT_DASH3 OR INVOICE_TEXT_THANK_YOU instead of "Thank you for shopping at" AND INVOICE_TEXT_ORDER INVOICE_TEXT_NUMBER_SIGNINVOICE_TEXT_COLON 3 Payment Method: Cash on Delivery where it should be Order #: etc etc but everything works in packingslip from admin control. + images on top left is not working for all the invoice or packing slip, can anyone help me? Thanks Quote Link to comment Share on other sites More sharing options...
j4tan Posted January 4, 2006 Share Posted January 4, 2006 I have a very sincere changes request for this great contribution from pop_the_top. I suggest installtion instruction should list out AGAIN what files to upload at the end of the instruction. I tend to follow the instruction and maybe my head is *milkshaked* i keep recalling I already uploaded the files but truth is i only opened them up and edited it locally, not uploading to the server. sincere request, seriously..... :P Quote Link to comment Share on other sites More sharing options...
RayFrangie Posted January 4, 2006 Share Posted January 4, 2006 Gday PopTheTop, Great Contribution, i can see it has come a long way from when its started... I have a couple of questions since i've installed it. The acccount_history_info.php page seems to have distorted the templates right hand side infoboxes. Is there a reason for this somewhere? If you log in as a customer you can see it. The site's not officially live yet so feel free to place an order and put in the comments testing so you can see it. The site is http://marketplace.rcsystems.com.au Also, is there a way I can change the white backgrounds as you will see to match the color scheme of the site? Maybe the print_invoice ??? screen can be all white (it'll be cool if u can tell me how to to do that as well) Your help is appreciated Cheers, Ray. Quote Link to comment Share on other sites More sharing options...
kunal247 Posted January 4, 2006 Share Posted January 4, 2006 Kunal At the bottom, change the third line from the end from define('TITLE', 'Packing Slip'); to define('TEXT_TITLE', 'Packing Slip' ); and then add the following line immediately after it define('INVOICE_TEXT_INVOICE', 'Packing Slip'); Regards. Bob Bob, Thanks for your tip. Tried making the changes but it still has not solved the problem. Any more ideas? Kunal Quote Link to comment Share on other sites More sharing options...
bobeisenberg Posted January 4, 2006 Share Posted January 4, 2006 Bob,Thanks for your tip. Tried making the changes but it still has not solved the problem. Any more ideas? Kunal Kunal My knowledge of php is very limited. I had the same problems, and making these changes solved it. I am afraid that I cannot suggest anything else. Bob. Quote Link to comment Share on other sites More sharing options...
pleasureidea Posted January 8, 2006 Share Posted January 8, 2006 When you manually update order status to the processing or shipped... should customer recieve the fancier look or the OSC look of e-mail being sent to him? I have this question since I have installed the Package Tracking with Email Notification Mods http://www.oscommerce.com/community/contributions,3381 When I update the order status my customer receive OSC default e-mail. Thanks for any response. Quote Link to comment Share on other sites More sharing options...
Rayzak Posted January 10, 2006 Share Posted January 10, 2006 Thanks for a great job. I have one question: When viewing invoice in browser - it is fine but I'm I the only one who's getting weird invoice print? The borders are printed only in the angles, no straight lines, no middle images or backgrounds. So the Invoice look weird. Tried with IE and Opera Quote Link to comment Share on other sites More sharing options...
Rayzak Posted January 10, 2006 Share Posted January 10, 2006 Thanks for a great job. I have one question: When viewing invoice in browser - it is fine but I'm I the only one who's getting weird invoice print? The borders are printed only in the angles, no straight lines, no middle images or backgrounds. So the Invoice look weird. Tried with IE and Opera here is the Print Preview: http://www.gcnusa.com/1/print.jpg Quote Link to comment Share on other sites More sharing options...
Pop-the-top Posted January 11, 2006 Share Posted January 11, 2006 Thanks for a great job. I have one question: When viewing invoice in browser - it is fine but I'm I the only one who's getting weird invoice print? The borders are printed only in the angles, no straight lines, no middle images or backgrounds. So the Invoice look weird. Tried with IE and Opera here is the Print Preview: http://www.gcnusa.com/1/print.jpg I see that you never read all the installation instructions. Take a looksy at the FAQ in the installation instructions and your answer will be found. This is your printer settings to print background images. Quote Link to comment Share on other sites More sharing options...
uncamoe Posted January 11, 2006 Share Posted January 11, 2006 Hi. i have the same problem as "jbirdink"...Also. I have uninstalled and reinstalled the contrib the latest version. I have tried the code that pop the top had uploaded and made sure all the files were in the correct dirs. I have uploaded them in both binary and ascii. I just cant seem to get the print invoice to work. The window comes up with the website "template" and some undefined links at the end of the breadcrumb but I cant figure out how to get this to work properly... The store is live but you can log in to my test account..... I have a test account. user is:tester@mail.com pass: tester find the store at help me out please My clients really want to launch...but not with this issue any help would be great thanks. Uncamoe :blink: Quote Thanks in advance for your help! Stephen Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.