crazydiamond Posted February 10, 2007 Share Posted February 10, 2007 Anyone know of a module or update that's available that will allow you to restrict the number of of shipping options when using this particular module? (v 2.8d) This module works great for us, particularly on domestic shipping but with overseas shipping there are simply too many choices. We'd like to be able to restrict overseas to one or two choices at the very most. thanks Tim Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2007 Share Posted February 11, 2007 I dont know of one but you could easily add an if statement in the php of this mod to do just that $country == USA { echo 'yourlist you want to show'; }else{ echo 'yourlist you want to show': Anyone know of a module or update that's available that will allow you to restrict the number of of shipping options when using this particular module? (v 2.8d) This module works great for us, particularly on domestic shipping but with overseas shipping there are simply too many choices. We'd like to be able to restrict overseas to one or two choices at the very most. thanks Tim Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.