Skip to content

Instantly share code, notes, and snippets.

@GreatPotato
Created August 1, 2012 11:18
Show Gist options
  • Save GreatPotato/3225912 to your computer and use it in GitHub Desktop.
Save GreatPotato/3225912 to your computer and use it in GitHub Desktop.
Set shipping method automatically in LemonStand
<?php
$default_method = Shop_ShippingOption::find_by_api_code('default');
Shop_CheckoutData::set_shipping_method($default_method->id);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment