Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fancier Invoice & Packingslip v1.0


PopTheTop

Recommended Posts

Update v3.1 uploaded...

Edited by PopTheTop

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

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....

Link to comment
Share on other sites

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..

 

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.

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

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....

 

 

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.

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

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.

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

a question:

is possible to assign personal number on every invoice?

 

What do you mean? The invoice / order number IS a personal number???

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

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

 

 

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.

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

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 by Twizted
Link to comment
Share on other sites

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........

 

 

 

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.

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

i want to specify my number for every invoice and not to be generate automatic.

 

 

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.

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

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

Link to comment
Share on other sites

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.

 

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.

Link to comment
Share on other sites

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

 

What version did you download??

 

You need to download v3.2. It has the 2 missing files that are needed.

 

-gabbadude

Link to comment
Share on other sites

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

 

 

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?

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

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.

 

 

That is your printer margin settings, not a problem with the MOD.

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

That is your printer margin settings, not a problem with the MOD.

 

 

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

Link to comment
Share on other sites

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

 

 

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.

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

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

 

 

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.

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...