[ic] Wildcard for discount on range of products?

Kevin Walsh kevin at cursor.biz
Sun Sep 4 10:00:56 EDT 2005


interchange at tvcables.co.uk wrote:
> I am trying to use a wildcard to give a range of products a discount eg:-
> 
> os0001, os0002, os0010
> 
> I have tried things like $Tag->discount(  { code => 'os00*'} but the * is
> not being picked up as a wildcard, also tried % ? and _, is there any way
> I can wildcard this?? 
> 
Discount item codes cannot be specified using wildcards.

You will need to block-load your discounts using some other method,
such as a database table or a new column in the products table.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list