seanvoss / easyshipper

WooCommerce integration for EasyPost
http://blog.seanvoss.com/product/easyshipper
MIT License
5 stars 9 forks source link

Code dumped to screen after enabling plugin #3

Open kyleboddy opened 10 years ago

kyleboddy commented 10 years ago

I am getting code dumped to the screen (looks like a header issue?) when I enable the plugin:

Really want to use the plugin, so I hope things can be resolved quickly! Running newest WP, WooCommerce, etc.

jackalopes commented 10 years ago

I get the same thing and posted it on the wordpress forum: http://wordpress.org/support/topic/installed-and-broke-site

It would be amazing to get this plugin to work.

seanvoss commented 10 years ago

Hey Guys, I'm releasing a change this weekend to update this, but try on easypost_shipping.php line 1 replacing <? with <?php

jackalopes commented 10 years ago

Thanks for the quick update Sean! the suggested changed resolved the error output! However, I do not see the label on the order. Although I think I need to enter the product dimensions.

I also noticed that the order shows "EastPost" instead of "EasyPost. The change can be made on line 39 of easyshipper.php to: add_meta_box( 'easypost_data', __( 'EasyPost', 'woocommerce' ), 'woocommerce_easypost_meta_box', 'shop_order', 'normal', 'low' );

I look forward to your update this weekend!

jackalopes commented 10 years ago

Hi Sean, Just wondering if you were able to work on this over the weekend? Thanks,

seanvoss commented 10 years ago

Hey Jackalopes,

I released a plugin update 0.5 at wordpress.

I'll backport it here this evening, otherwise you can check it out there.

Some users are reporting having issues with it on the ToCity parameter, so I may be updating further, but if you get a change I would appreciate seeing if it fixes your issue.

http://wordpress.org/plugins/easyshipper/

On Mon, Apr 7, 2014 at 9:25 AM, jackalopes notifications@github.com wrote:

Hi Sean, Just wondering if you were able to work on this over the weekend? Thanks,

Reply to this email directly or view it on GitHubhttps://github.com/seanvoss/easyshipper/issues/3#issuecomment-39751829 .

jackalopes commented 10 years ago

Thanks Sean! I'll take a look at it later today and report back my findings.

jackalopes commented 10 years ago

Sean,

I think we can close this issue as it appears to have been solved with the appropriate php tags.

seanvoss commented 10 years ago

sweet

On Mon, Apr 7, 2014 at 9:44 PM, jackalopes notifications@github.com wrote:

Sean,

I think we can close this issue as it appears to have been solved with the appropriate php tags.

Reply to this email directly or view it on GitHubhttps://github.com/seanvoss/easyshipper/issues/3#issuecomment-39811346 .