PopTheTop Posted April 26, 2005 Author Share Posted April 26, 2005 (edited) Update v3.1 uploaded... Edited April 26, 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...
Guest Posted April 27, 2005 Share Posted April 27, 2005 Hi, This a great module....i have just installed v3.0. Everything is working fine except for one thing. When it displays info in the invoice the Total column (last column) it displays as follows: Total (inc) $180.00 Sub-Total $180.00 Shipping $6.19 (BLANK ??) $20.69 Total $186.19 (How do i fix the BLANK....I need show VAT here....)---Please help I would like to change the above or last column to look like the following display: Total (ex) $180.00 Sub-Total $180.00 Shipping $6.19 VAT $20.69 Total $186.19 Can you please let me know why is in my current display i get a blank line with $20.69 showing up. Can you tell me which file echos text such as "Sub-Total and "Shipping" etc etc. I did search for these text string in admin/invoice.php but did not find them there, i know they are also defined in /langauges/invoice.php and i searched for the following ENTRY_SUB_TOTAL -> which echos "Sub-Total" (where is this used in /admin/invoice.php) ENTRY_SHIPPING -> which echos "Shipping" (where is this used in /admin/invoice.php) ENTRY_TAX -> which echos "Tax" (where is this used in /admin/invoice.php) etc etc....but did not find any references to these in /admin/invoice.php Can some help me please..... thanks in advance... This great module.... Quote Link to comment Share on other sites More sharing options...
smokestack Posted April 27, 2005 Share Posted April 27, 2005 i'm a little confused. with this new release, is the Thank you for shopping at text hardcoded or is it now in the languages file? Thanks.. Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted April 27, 2005 Author Share Posted April 27, 2005 i'm a little confused. with this new release, is the Thank you for shopping at text hardcoded or is it now in the languages file? Thanks.. <{POST_SNAPBACK}> It was supposed to use the language file in v3.0 but I forgot to do that so I released v3.1 with the language files being in full use. 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 April 27, 2005 Author Share Posted April 27, 2005 Hi,This a great module....i have just installed v3.0. Everything is working fine except for one thing. When it displays info in the invoice the Total column (last column) it displays as follows: Total (inc) $180.00 Sub-Total $180.00 Shipping $6.19 (BLANK ??) $20.69 Total $186.19 (How do i fix the BLANK....I need show VAT here....)---Please help I would like to change the above or last column to look like the following display: Total (ex) $180.00 Sub-Total $180.00 Shipping $6.19 VAT $20.69 Total $186.19 Can you please let me know why is in my current display i get a blank line with $20.69 showing up. Can you tell me which file echos text such as "Sub-Total and "Shipping" etc etc. I did search for these text string in admin/invoice.php but did not find them there, i know they are also defined in /langauges/invoice.php and i searched for the following ENTRY_SUB_TOTAL -> which echos "Sub-Total" (where is this used in /admin/invoice.php) ENTRY_SHIPPING -> which echos "Shipping" (where is this used in /admin/invoice.php) ENTRY_TAX -> which echos "Tax" (where is this used in /admin/invoice.php) etc etc....but did not find any references to these in /admin/invoice.php Can some help me please..... thanks in advance... This great module.... <{POST_SNAPBACK}> That has nothing to do with this contribution. But if you look a few posts up, then you will see that someone (I think) posted something to fix 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...
Guest Posted April 27, 2005 Share Posted April 27, 2005 That has nothing to do with this contribution. But if you look a few posts up, then you will see that someone (I think) posted something to fix that. <{POST_SNAPBACK}> Hi, If i look in /languages/english.php file, i see the following defines: define('ENTRY_SUB_TOTAL', 'Sub-Total:'); define('ENTRY_SHIPPING', 'Shipping:'); define('ENTRY_TAX', 'Tax:'); define('ENTRY_TOTAL', 'Total:'); Can any one tell me which are these defines called from. In my invoice i can see the following appear: Sub-Total Shipping Total Where is this echoed from...i though this was done from /catalog/admin/invoice.php The reason i am aksing for this is because as sson as copied your files across it does not display VAT info i.e. i get a blank... So this is what i get: Sub-Total $180.00 Shipping $6.19 (BLANK ??) $20.69 ******I get blank here i want this to say VAT $20.69...... Total $186.19 So hope you see where i am going with this.....I just need to understand where is this echoed from....... thanks Quote Link to comment Share on other sites More sharing options...
Guest Posted April 27, 2005 Share Posted April 27, 2005 a question: is possible to assign personal number on every invoice? Quote Link to comment Share on other sites More sharing options...
gabbadude Posted April 27, 2005 Share Posted April 27, 2005 Gr8 Mod. I love it... :thumbsup: But the Print invoice is not working. I think a file is missing from your mod. :blink: includes/print_header.php. I get this error message: Warning: main(includes/print_header.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\proxemics\print_my_invoice.php on line 49 Fatal error: main(): Failed opening required 'includes/print_header.php' (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\proxemics\print_my_invoice.php on line 49 :'( I checked for the file in my directories and found nothing. I also check in the original osCommerce directory in case I missed a file or something and I found nothing. It is also not added in your mod download. Is there something I have missed? :blush: -gabbadude Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted April 27, 2005 Author Share Posted April 27, 2005 a question:is possible to assign personal number on every invoice? <{POST_SNAPBACK}> What do you mean? The invoice / order number IS a personal number??? 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 April 27, 2005 Author Share Posted April 27, 2005 Gr8 Mod. I love it... :thumbsup: But the Print invoice is not working. I think a file is missing from your mod. :blink: includes/print_header.php. I get this error message: Warning: main(includes/print_header.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\proxemics\print_my_invoice.php on line 49 Fatal error: main(): Failed opening required 'includes/print_header.php' (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\proxemics\print_my_invoice.php on line 49 :'( I checked for the file in my directories and found nothing. I also check in the original osCommerce directory in case I missed a file or something and I found nothing. It is also not added in your mod download. Is there something I have missed? :blush: -gabbadude <{POST_SNAPBACK}> Thanks for letting me know. I must have had them from another contribution so I have added the 2 new files to v3.2 (uploaded): catalog/includes/print_my_invoice_header.php catalog/includes/print_my_invoice_footer.php Change all references to print_footer.php and print_header.php to the new file names. 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...
Guest Posted April 27, 2005 Share Posted April 27, 2005 What do you mean? The invoice / order number IS a personal number??? <{POST_SNAPBACK}> i want to specify my number for every invoice and not to be generate automatic. Quote Link to comment Share on other sites More sharing options...
Twizted Posted April 27, 2005 Share Posted April 27, 2005 (edited) Just found a compatability issue with Paypal Shopping Cart IPN 3.x from devosc.... When a payment is made at checkout with this contrib installed it apparently bypasses the normal Checkout_Process.php section for e-mail sending and uses another fiel fromt he contrib located in "includes\modules\payment\paypal\classes\osC\Order.class.php I have included the lines in question below Approx Line 255 includes\modules\payment\paypal\classes\osC\Order.class.php: tep_mail($order->customer['name'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Change to this Approx Line 255 includes\modules\payment\paypal\classes\osC\Order.class.php: tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT_1 . ' ' . $insert_id . ' ' .EMAIL_TEXT_SUBJECT_2 , $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Approx Line 259 includes\modules\payment\paypal\classes\osC\Order.class.php: tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Change to this Approx Line 259 includes\modules\payment\paypal\classes\osC\Order.class.php: tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT_1 . ' ' . $insert_id . ' ' .EMAIL_TEXT_SUBJECT_2, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); This only applies if you have PayPal_Shopping_Cart_IPN installed by:devosc Edited April 27, 2005 by Twizted Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted April 28, 2005 Author Share Posted April 28, 2005 Just found a compatability issue with Paypal Shopping Cart IPN 3.x from devosc.... When a payment is made at checkout with this contrib installed it apparently bypasses the normal Checkout_Process.php section for e-mail sending and uses another fiel fromt he contrib located in "includes\modules\payment\paypal\classes\osC\Order.class.php I have included the lines in question below........ <{POST_SNAPBACK}> Ok, are you sure that you posted this in the correct forum topic? This contribution will not affect any payment module or checkout process at all. It is ONLY a new invoice and packing slip format, that is all. The files you are referring to have nothing to do with this contribution. 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 April 28, 2005 Author Share Posted April 28, 2005 i want to specify my number for every invoice and not to be generate automatic. <{POST_SNAPBACK}> Sorry, I can not help you on that one. But I have seen that in the contributions section, just do a search and I'm sure you will find it. 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...
Twizted Posted April 28, 2005 Share Posted April 28, 2005 (edited) UGH.. LoL... Yes I posted it in the wrong thread.. DOH!... Sorry... lol This is for Email_Subject_OrderNumber_Status.zip :-" Edited April 28, 2005 by Twizted Quote Link to comment Share on other sites More sharing options...
Guest Posted April 28, 2005 Share Posted April 28, 2005 I have installed you contribution and it runs very nicely, Thank you. However one thing doesn't work? The javascript Print Invoice feature. I think it has something to do with my SSL? What could I check to get this working? Regards Gamerigs Quote Link to comment Share on other sites More sharing options...
gabbadude Posted April 28, 2005 Share Posted April 28, 2005 Thanks for letting me know. I must have had them from another contribution so I have added the 2 new files to v3.2 (uploaded): catalog/includes/print_my_invoice_header.php catalog/includes/print_my_invoice_footer.php Change all references to print_footer.php and print_header.php to the new file names. <{POST_SNAPBACK}> Thank you. My print feature now works perfectly. I did notice though that the Store address is aligned to the right which then get's cut off when printing so I had to align it to the left instead. It's fine that it is to the left but I thought you should know. -gabbadude. Quote Link to comment Share on other sites More sharing options...
gabbadude Posted April 28, 2005 Share Posted April 28, 2005 I have installed you contribution and it runs very nicely, Thank you. However one thing doesn't work? The javascript Print Invoice feature. I think it has something to do with my SSL? What could I check to get this working? Regards Gamerigs <{POST_SNAPBACK}> What version did you download?? You need to download v3.2. It has the 2 missing files that are needed. -gabbadude Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted April 28, 2005 Author Share Posted April 28, 2005 I have installed you contribution and it runs very nicely, Thank you. However one thing doesn't work? The javascript Print Invoice feature. I think it has something to do with my SSL? What could I check to get this working? Regards Gamerigs <{POST_SNAPBACK}> Did you install the latest version of 3.3? I need more info than "doesn't work". - What is it doing? - What is displayed? - What is in the address bar when you hover your mouse over the print invoice button? 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 April 28, 2005 Author Share Posted April 28, 2005 Thank you. My print feature now works perfectly. I did notice though that the Store address is aligned to the right which then get's cut off when printing so I had to align it to the left instead. It's fine that it is to the left but I thought you should know. -gabbadude. <{POST_SNAPBACK}> That is your printer margin settings, not a problem with 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...
gabbadude Posted April 28, 2005 Share Posted April 28, 2005 That is your printer margin settings, not a problem with the MOD. <{POST_SNAPBACK}> On the click of the button, the margins have not been set at all. Maybe I am missing something but I print to a network printer and if I remove it and re-install it and use the default settings, it still does the same. Anyway... Probably usefless info. Thanks Quote Link to comment Share on other sites More sharing options...
Hobbes_TheReal Posted April 28, 2005 Share Posted April 28, 2005 (edited) Heyo PopTheTop, :) this contrib is great :) but can you add the customer number too ? I mean in print my order, invoice and packingslip. Have a great Day... Regards Hobbes P.S. i have installed 3.3 Edited April 28, 2005 by Hobbes_TheReal Quote Link to comment Share on other sites More sharing options...
PopTheTop Posted April 28, 2005 Author Share Posted April 28, 2005 On the click of the button, the margins have not been set at all. Maybe I am missing something but I print to a network printer and if I remove it and re-install it and use the default settings, it still does the same. Anyway... Probably usefless info. Thanks <{POST_SNAPBACK}> Like I said, that is a margin setting with your printer setup. Before printing try this, pull down your browser FILE menu, choose Page setup, then try printing after you adjust 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...
PopTheTop Posted April 28, 2005 Author Share Posted April 28, 2005 Heyo PopTheTop, :) this contrib is great :) but can you add the customer number too ? I mean in print my order, invoice and packingslip. Have a great Day... Regards Hobbes P.S. i have installed 3.3 <{POST_SNAPBACK}> I am confused??? the phone number is already there. If you mean the customer ID number, I will not be adding that in, but you may do so very easily. Just call it from the query. 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...
Hobbes_TheReal Posted April 28, 2005 Share Posted April 28, 2005 yes, i mean the id, but im not a php profi. i don?t know who i must post it in, and which code it is :( Greets Hobbes 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.