Quote:
Originally Posted by dunhill
PHP Code:
<?php $sig = ($item->SKU == 'part1' or $item->SKU == 'part2' or $recipient->ebay_fees < 25?0:1)
|
Thanks for all the suggestions, this one worked in declaring sig as 1 but if sig is not 1 then it does not declare sig as anything, it should be declared as 0 if not 1, i think I can do this myself though
I did the not equals because sometimes there are multiple items and this was my way of troubleshooting it