Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fancier Invoice & Packingslip v1.0


PopTheTop

Recommended Posts

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

Link to comment
Share on other sites

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

 

I am using the same files that are in 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

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?

 

 

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.

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'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:-

 

 

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.

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

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

Link to comment
Share on other sites

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

 

 

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.

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

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.

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

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.

 

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>'); ?>

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

 

 

I do not know what you mean? The format is as follows...

 

First_name Last_name

123 Street

City, State ZIP

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

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.

Could not find any FAQ's in the instructions.

What version are you using?

 

Kunal

Link to comment
Share on other sites

Could not find any FAQ's in the instructions.

What version are you using?

 

Kunal

 

 

You need to download the latest version then. The FAQs are in there.

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

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.

Link to comment
Share on other sites

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.

 

invoice.gif

 

 

pack.gif

 

One look and you will see my problem...also logo is not showing...hmmmm.

 

 

Thanks for your help.

Link to comment
Share on other sites

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.

 

invoice.gif

pack.gif

 

One look and you will see my problem...also logo is not showing...hmmmm.

Thanks for your help.

 

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Yes Pop

Any chance of that happening as it would make a great contribution to be the greatest of them all

 

Kunal

Link to comment
Share on other sites

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.

 

 

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.

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

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

 

 

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.

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

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?

 

 

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

  • 4 weeks later...

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

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