storeman_suede Posted June 22, 2005 Share Posted June 22, 2005 I've installed the latest version and it works great as usual. 2 things that doesn't seem to work for me is 1) I always get the comments for the order on my email to my customer, I would lite to get rid of that but can't figure it out. 2) When I'm checking my account and one of my orders everything is ok, but when I click on the back button I get an error message The requested URL /catalog/account_history.php was not found on this server. Can someone help me to fix the problems ??? // StoreMan:- Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted June 22, 2005 Author Share Posted June 22, 2005 What template are you using?Can you please provide the code, so that I can test if it is working on my end too Really appreciate your help and you taking all this time out to help. Regards, Kunal <{POST_SNAPBACK}> I am using the same files that are in the MOD. Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
PopTheTop Posted June 22, 2005 Author Share Posted June 22, 2005 I have the Paypal IPN module installed but it is turned off and will never be used, nor any other Paypal module. Will I be able to use this module? <{POST_SNAPBACK}> Good question, all I can say is that you will have to install it and try it out. If it does, please post your outcome. Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
PopTheTop Posted June 22, 2005 Author Share Posted June 22, 2005 I've installed the latest version and it works great as usual. 2 things that doesn't seem to work for me is 1) I always get the comments for the order on my email to my customer, I would lite to get rid of that but can't figure it out. 2) When I'm checking my account and one of my orders everything is ok, but when I click on the back button I get an error message The requested URL /catalog/account_history.php was not found on this server. Can someone help me to fix the problems ??? // StoreMan:- <{POST_SNAPBACK}> 1) Edit the template files and comment out or remove the comments code. 2) Is your store located in the catalog folder? If not, adjust the code to your correct path. Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
kunal247 Posted June 22, 2005 Share Posted June 22, 2005 I am using the same files that are in the MOD. <{POST_SNAPBACK}> In that case there is something going wrong for sure. Any idea what page I should start looking from? Thanks in advance for all the support you have provided up until now. Regards, Kunal Quote Link to comment Share on other sites More sharing options...
storeman_suede Posted June 23, 2005 Share Posted June 23, 2005 Thanks for your great support, PopTheTop !!! I made a little mistake by deleting the file in one of my sessions..... :blush: The comment box will be left at all times but thanks again for your effort to help every stu... person using your contribution....... <_< Have a great summer, here in Sweden we will celebrate midsummer, I don't know if you do but anyway have a nice summer. // StoreMan:- Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted June 23, 2005 Author Share Posted June 23, 2005 In that case there is something going wrong for sure.Any idea what page I should start looking from? Thanks in advance for all the support you have provided up until now. Regards, Kunal <{POST_SNAPBACK}> No, not really. The code is in there to send e-mail and to send e-mails to the Admin if set up that way in your Admin setting. Did you see the FAQs inside the installation file about the Admin e-mail addresses? If not, take a looksy at that. Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
KiwiCrit Posted June 28, 2005 Share Posted June 28, 2005 This is an excellent contribution, PopTheTop !!! Unfortunately mine won't print different shipping and billing addresses. I.E. It defaults to the primary address for both shipping and billing. Any suggestions as to how to fix this would be appreciated. Quote Link to comment Share on other sites More sharing options...
dasonix2000 Posted June 28, 2005 Share Posted June 28, 2005 Hi there guys, great contrib. I have been useing the since i started my store, but would like to chaneg 1 very small thing but cat seem to ge tto the bottom of it :( I would liek the postal code to be right at the bottom of the address not in the middle. How would i go about changeing this ? Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted June 28, 2005 Author Share Posted June 28, 2005 This is an excellent contribution, PopTheTop !!! Unfortunately mine won't print different shipping and billing addresses. I.E. It defaults to the primary address for both shipping and billing. Any suggestions as to how to fix this would be appreciated. <{POST_SNAPBACK}> No, not really because the code calls both the billing address and the shipping address. Here is the shipping and billing address code... BILLING: <?php echo tep_address_format($order->customer['format_id'], $order->customer, 1, '', '<br>'); ?> SHIPPING: <?php echo tep_address_format($order->delivery['format_id'], $order->delivery, 1, '', '<br>'); ?> Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
PopTheTop Posted June 28, 2005 Author Share Posted June 28, 2005 Hi there guys, great contrib. I have been useing the since i started my store, but would like to chaneg 1 very small thing but cat seem to ge tto the bottom of it :( I would liek the postal code to be right at the bottom of the address not in the middle. How would i go about changeing this ? <{POST_SNAPBACK}> I do not know what you mean? The format is as follows... First_name Last_name 123 Street City, State ZIP Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
kunal247 Posted June 28, 2005 Share Posted June 28, 2005 No, not really. The code is in there to send e-mail and to send e-mails to the Admin if set up that way in your Admin setting. Did you see the FAQs inside the installation file about the Admin e-mail addresses? If not, take a looksy at that. <{POST_SNAPBACK}> Could not find any FAQ's in the instructions. What version are you using? Kunal Quote Link to comment Share on other sites More sharing options...
Gidgidonihah Posted June 29, 2005 Share Posted June 29, 2005 Okay, so I have to say I love this contrib, thanks pop. But now I decided I want to have the rma returns contrib too and it kind of conflicts with this on the account_order_info.php page. I posted about it on that forum if anybody would be willing to help me out. Here is the link: http://www.oscommerce.com/forums/index.php?sho...=61077&st=375 Thanks a ton! Quote Installed contributions: * Order Editor, A simple 2 picture size patch, Ad Tracker, Admin Reports Count Reset, All Products, Continue Shopping 'Fix', Control New Products module for 2.2-MS2, Credit Class & Gift Voucher, Custom HTTP Error Page, Fancier Invoice & Packingslip v1.0, FedEx, UPS, and USPS Package Tracking (HTML Versions), Header Tags Controller, Heading Title, LoginBox-Secure Login & Forgotten Password link, Monthly Sales Report, Newsletter & Subscribers, Product Attributes - Option Type Feature, Recover Cart Sales, RMA Returns 2.5c, RSS Feed 0.1, Search Enhancements, SEO Assistant, Super Friendly Admin Menu, Who's Online Enhancement Link to comment Share on other sites More sharing options...
PopTheTop Posted June 30, 2005 Author Share Posted June 30, 2005 Could not find any FAQ's in the instructions.What version are you using? Kunal <{POST_SNAPBACK}> You need to download the latest version then. The FAQs are in there. Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
KiwiCrit Posted June 30, 2005 Share Posted June 30, 2005 Thanks, but for my OSCommerce version the billing address is NOT: <?php echo tep_address_format($order->customer['format_id'], $order->customer, 1, '', '<br>'); ?> ******************************************* It is: <?php echo tep_address_format($order->billing['format_id'], $order->billing, 1, '', '<br>'); ?> ******************************************* I had to replace the two instances of the word "customer" with the word "billing" on each of the following files: admin/invoice.php admin/packingslip.php account_history_info.php print_my_invoice.php I am puzzled why other users have not been affected. Thanks again for a nice contribution. Quote Link to comment Share on other sites More sharing options...
chrom Posted July 1, 2005 Share Posted July 1, 2005 how can i add product images to packingslip? i'm using UltraPics. Quote Link to comment Share on other sites More sharing options...
Guest Posted July 3, 2005 Share Posted July 3, 2005 I am not sure if you are still supporting this contribution...but I have a couple of problems. I am sure I just didn't zig when I should have zagged. One look and you will see my problem...also logo is not showing...hmmmm. Thanks for your help. Quote Link to comment Share on other sites More sharing options...
jewelrytrends Posted July 4, 2005 Share Posted July 4, 2005 I am not sure if you are still supporting this contribution...but I have a couple of problems. I am sure I just didn't zig when I should have zagged. One look and you will see my problem...also logo is not showing...hmmmm. Thanks for your help. <{POST_SNAPBACK}> I have the same problem as stated above me, next to that somehow my sku is not showing on the invoice, packingslip or email to the customer. I hope not everybody is on summer holiday and somebody can help us out. This is a live store and I have a lot of item with the same description and I need the sku to show in the invoice or order/customer email Thanks Denice Quote Link to comment Share on other sites More sharing options...
fatmcgav Posted July 4, 2005 Share Posted July 4, 2005 Hey Pop, Any chance u would be able to add to this wonderful contrib so that the HTML email templates are used for order update emails, registration emails and newsletters? It's just i feel it dosent look that professional or consistent having a HTML email for the order conf email, and not for the order updates... If not, any chance somebody else could do it, or point me in the right direction? Cheers Fatmcgav Quote Link to comment Share on other sites More sharing options...
kunal247 Posted July 5, 2005 Share Posted July 5, 2005 Hey Pop, Any chance u would be able to add to this wonderful contrib so that the HTML email templates are used for order update emails, registration emails and newsletters? It's just i feel it dosent look that professional or consistent having a HTML email for the order conf email, and not for the order updates... If not, any chance somebody else could do it, or point me in the right direction? Cheers Fatmcgav <{POST_SNAPBACK}> Yes Pop Any chance of that happening as it would make a great contribution to be the greatest of them all Kunal Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted July 5, 2005 Author Share Posted July 5, 2005 I am not sure if you are still supporting this contribution...but I have a couple of problems. I am sure I just didn't zig when I should have zagged. One look and you will see my problem...also logo is not showing...hmmmm. Thanks for your help. <{POST_SNAPBACK}> That is because you did not install the language files correctly. Be certain that you uploaded the language files into the correct path. Some go into /includes/languages/english and some go into /admin/includes/languages/english Then check the path and file name to your logo image. That too can be found in the language file where the installation instruction state where to edit. Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
PopTheTop Posted July 5, 2005 Author Share Posted July 5, 2005 Hey Pop, Any chance u would be able to add to this wonderful contrib so that the HTML email templates are used for order update emails, registration emails and newsletters? It's just i feel it dosent look that professional or consistent having a HTML email for the order conf email, and not for the order updates... If not, any chance somebody else could do it, or point me in the right direction? Cheers Fatmcgav <{POST_SNAPBACK}> Update order emails is a great idea but I have it on the back burner until I can finish with the new site I am building at http://www.totallock.com There are already contribution out there for both registration emails and newsletters using HTML templates so no, that will never be added. Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
AWWWW.WAHWAH Posted July 12, 2005 Share Posted July 12, 2005 Kinda curious as how we can add a background image in the customer's account when they view their order history, print their invoice and also the packing slip and invoice in the admin side? Quote Remember what the Bible says: He who is without sin, cast the first rock. And I shall smoketh it. Link to comment Share on other sites More sharing options...
PopTheTop Posted July 12, 2005 Author Share Posted July 12, 2005 (edited) Kinda curious as how we can add a background image in the customer's account when they view their order history, print their invoice and also the packing slip and invoice in the admin side? <{POST_SNAPBACK}> Easy, edit each of those files and add the background image in the <body> tags like this... <BODY bgcolor="#63A952" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background="images/YOUR_IMAGE.jpg"> Or like this... <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" onload="window.print();return false" background="images/YOUR_IMAGE.jpg"> Edited July 12, 2005 by PopTheTop Quote L8r, PopTheTop Published osC Contributions: - eCheck Payment Module v3.1 - Reviews in Product Display v2.0 - Fancier Invoice & Packingslip v6.1 - Admin Notes / Customer Notes v2.2 - Customer Zip & State Validation v2.2 - Search Box with Dropdown Category Menu v1.0 Pop your camper's top today! It's a popup thing... You wouldn't understand Link to comment Share on other sites More sharing options...
Birky Posted August 9, 2005 Share Posted August 9, 2005 Hi I've installed this mod & it's just what I've been looking for to allow clients to print their invoices..thanks to all involved in creating it. Just one slight snag that I can't seem to work out though....I know it says to change logo but, how? When a customer opens up the new window to print the invoice then the store logo is missing....could someone please tell me where to change this please. I'm also using the box_invoice mod which also works very well but, when a customer receives his email then the logo is missing as well...any ideas folks? TIA for any help Quote 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.