Hello all, it's me again.
I'm hoping to return the favour and help out with some issues on here soon but unfortunately I've ran into another problem, well it's more of a 'can it be done?' thing.
The site I'm building has a category for Airmail products, these are the only products they sell which will be delivered Worldwide. All the other products on the site are staying in the same country. So for this reason, is there a way to offer worldwide postage only on that Airmail category? I've created the various shipping options, I just need to assign them somehow.
f this wasn't possible I was wondering if a little if statement could be created that says
if category = airmail
{
show airmail shipping method
}
else
{
show the other shipping methods
}
Again, this is probably easier said than done.
Any help is greatly appreciated.
Thank you.
http://forum.virtuemart.net/index.php?topic=108063.0 (http://forum.virtuemart.net/index.php?topic=108063.0) ?