Wonderful job.. but still unhappy..

Joined: 10/15/2008
Juice: 35

I really do appreciate the work you guys doing.. its priceless ! both ubercart and the market place modules are one of its kind. sorry if i sound offensive but this is what has wasted my 48 hours. just because the proper documentation wasn't available.. infact this issue dont even need a very sophisticated .doc file..

Quote:

-Make necessary backups.
-Extract Ubercart Marketplace in your sites/all/modules folder in Drupal directory.
-Place packingslip.itpl in sites/all/modules/ubercart/uc_order/templates directory.
-Patch uc_shipping module using included (non contextual) patch or adding the following two lines manually:
~line 1225 (last line of uc_shipping_package_save()): module_invoke_all('package', 'save', $package->package_id);
~line 1235 (last line of uc_shipping_package_delete()): module_invoke_all('package', 'delete', $package_id);

points 1 and 2 are absolutely clear.. the line 1225 of uc_shipping module is

Quote:

if (count($types)) {

and is no way the 'last line of uc_shipping_package_save().. the last line of the particular function is at 1229.. which states '}'

same is the case with the uc_shipping_package_delete().. if you wouldve spent just a lil 2..3 minutes more on this wonderful module you developed.. there will not be much difficulty to noobs like me. I dont know where to insert the two lines so i downloaded cygwin to patch it.. but the patch file you provided isnt working and it says.. missing header for unified diff at line 1.

please dont make web developers suicide on such minor issues.. ;(

Ubercart Marketplace - Multiple Seller Support By: Turgrid (65 replies) Fri, 06/27/2008 - 12:35