Hi all this is an grate plug-in.
But is there a way to add my logo to the PDF packing slip?
Printable View
Hi all this is an grate plug-in.
But is there a way to add my logo to the PDF packing slip?
Sure, but it would require coding it yourself. I used FPDF to create the packing list in this mod. Check out the information about FPDF. It will have info about adding pictures using FPDF:
http://www.fpdf.org/
Hi,
Is there a way to make it so it will spit out tab delimited files. My supplier takes orders via FTP using tab delimited files. So it would go something like this
A | 2345 | Joe Somebody | 123 Street | Boise | ID | USPS1
PO Name Add City St Shipping
O | 23455662321 | 343455663 |
UPC UPC
The A indicates an address line and the O indicates the specific items ordered. There are no spaces in between I just put those there to show you how it works.
If this could be implemented I'd greatly appreciate it.
I'd try editing the three email files. You should be able to create any file you want like this. A tab-delimited file just has the data with tabs inbetween them, so you would edit the email files as follows:
I think that should work. Give it a shot.Code:{tag_for_something}(Press Tab Key){another_tag}(Press Tab Key){still_another_tag}
excellent, I will try that thank you. http://www.zen-cart.com/forum/images/smilies/smile.gif
:smile:
The more I thought about this, the more I think I may have given you bad advice. You wanted a tab delimited file, and I gave you a way to create a tab delimited email.
This could certainly be done, but it would require some changes to the mod.
Sorry!
1. How does this module differ with "Drop Shipping Purchase Orders w/ PDF Packing List" module?
http://www.zen-cart.com/index.php?ma...roducts_id=981
2. Which one is better?
3. Can this prevent customer from selecting "Cash on Delivery" payment method if atleast one ordered product is Drops Ship product?
Pic the number you have answare to :smile:
marksu
marksu -- The link you provided is for this mod. They are the same. As for preventing a product from shipping, that is not a problem as this mod will not automatically send any purchase orders. You need to go in and send the POs in Zen Cart Admin.
Thank you for your reply.
No the issue is not the shipping it is the payment issue I was asking for. Sorry if I was not clear enaff.
I want to force customer to make payment by credit card if he orders one or more dropship products.
Still like to keep "Cash on Delivery" feature for orders which product all are in own stock.
Ohhh. I see. This is not a feature of this mod. You would need to write the code to do that yourself if you desire this feature. Sorry.