Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
I am new to Zen Cart and have installed it after considering many things. I am in love with the ease at which I am able to install and run things. One of my requirement is DropShipping and Supplier Interface.
There are various stores out there who would be the part of the main online shopping mall store. They should be able to manage their own products through there interface.
I have two questions:
1) Is the Drop Shipping/Supplier Interface (http://www.zen-cart.com/index.php?ma...roducts_id=327) uploaded in the year 2006 works secure with the current version ?
2) I have installed it in one of my website for testing purpose but getting the Internal Server error as I am not able to understand the changes that I need to make in the 4thstep to change the directory location.
define('DIR_WS_SUPPLIERINTERFACE', '/zencart1352/supplierinterface/');
define('DIR_FS_SUPPLIERINTERFACE', '/usr/local/apache2/htdocs/zencart1352/supplierinterface/');
Here is my website URL:
http://ghaziabadshoppingmalls.com/st...lierinterface/
Many thanks in advance,
Chris
Re: Drop Shipping Purchase Orders Module for v1.3.8
This thread is for a different drop ship mod. You'll need to find the thread for the supplier interface/drop shipper mod. This thread is for the drop ship PO mod.
Re: Drop Shipping Purchase Orders Module for v1.3.8
Could I put the quantity column on the purchases orders as the left most column? How would I do that?
Re: Drop Shipping Purchase Orders Module for v1.3.8
There's no easy way to do it.
Well, I suppose you could just swap out the variables fed into the functions that create the PDF file and change column headers, but even then, the right most column would be the one that is centered. It would sure look awkward to have quantity left justified. Furthermore, the size of the columns is more suited to work as presented. Changing the width of the columns would also be more work. You'd need a working knowledge of fpdf and how it works to make these changes look good.
Re: Drop Shipping Purchase Orders Module for v1.3.8
hello, i try this module (and i get this err:
Warning: fopen(packinglist.pdf) [function.fopen]: failed to open stream: Permission denied in /var/www/web4/web/admin/fpdf/fpdf.php on line 1044
FPDF error: Unable to create output file: packinglist.pdf
please tell me, where this module write packinglist.pdf (full path or relative path)?
or where is problem? Many thx.
Re: Drop Shipping Purchase Orders Module for v1.3.8
The path is your admin folder. This mod requires that the packlist can be created here. Try changing your admin folder to 755 permissions. That should fix your problem.
Re: Drop Shipping Purchase Orders Module for v1.3.8
I thought that I would share that I use this module to fax purchase orders in. I use Faxaway.com service so the system actually emails to a server that then faxes it to my sub contractors that drop ship for me. It is really wonderful set up for me and my suppliers.
Re: Drop Shipping Purchase Orders Module for v1.3.8
Latest test upgrade from 1.3.8a to 1.3.9b, on admin when you click on "P.Os send and recieve" and "P.Os send to unknown customer", "Edit subcontractors" the page goes blank.
I realize this module was written for 1.3.8a and may not be compatible.
Just checking if:
-Anyone has tried the upgrade to 1.3.9b and have this module working right (which means I may not have done a good job at upgrading)
-If this module is not compatible with 1.3.9b, is there any chance a new version will come out any soon?
Thanks!
Re: Drop Shipping Purchase Orders Module for v1.3.8
Haven't tried it yet, although I don't see an obvious reason why it wouldn't work. As soon as I have more experience with 1.3.9b I'll post my results.
Re: Drop Shipping Purchase Orders Module for v1.3.8
OK. I can confirm that this mod is not compatible with ZC 1.3.9. However, the edit subcontractor page seems to be working fine. Can you try it again to verify that it has problems?
As for the Send PO and Send PO for unknown customers page, you need to add this line of text before where the function zen_get_products_manufacfturers_name is defined:
Code:
if (!function_exists('zen_get_products_manufacturers_name')) {
Just search for "function zen_get_products_manufacturers_name" and add this before that line.
At the end of the function zen_get_products_manufacturers_name you will see a "}". After that "}" add another "}".
This needs to be done in admin/send_pos.php and admin/send_pos_nc.php
Can you check the edit_subcontractor page and confirm if there is a problem or not one more time?