Zen Cart Logo
Forums / Addon Shipping Modules / Anyone Know what this Error could mean? Stamps.com

Anyone Know what this Error could mean? Stamps.com

Locked

Views: 8,122

Results 21 to 22 of 22
This thread is locked. New replies are disabled.
24 Sep 2010, 9:47 PM
#21
stampscom avatar

stampscom

New Zenner

Join Date:
Dec 2009
Posts:
54
Plugin Contributions:
0

Anyone Know what this Error could mean? Stamps.com

Jimmy,

I am glad to hear we were able to fix your problem! If you run into any more trouble, please be sure to let me know.

Thanks!
Chuck
Stamps.com

26 Sep 2010, 6:36 PM
#22
zhadica avatar

zhadica

New Zenner

Join Date:
Sep 2010
Posts:
3
Plugin Contributions:
0

Re: Anyone Know what this Error could mean? Stamps.com

jimmyz911 -

Here's what I had done that solved the issue for me:
There is a line of code in the orders.php file (located in the admin/includes/classes folder) which was causing the error. I commented out the line and then redefined the variable to something that was defined...

    //  $zc_coupon_link = '<a href="javascript:couponpopupWindow(\'' . zen_catalog_href_link(FILENAME_POPUP_COUPON_HELP, 'cID=' . $coupon_link->fields['coupon_id']) . '\')">';

      $zc_coupon_link = '<a href="www.mywebsite.com">';

Since doing this hardcode for the link - I've been able to pull in all orders from zencart into stamps without a problem. The integration works well and has been a time saver for shipping.

Thanks for the posting that there is a new version of the .php file for the zencart shipping file from Stamps.com - I'll try it out. :smile: