![]() |
![]() |
Hi All
I am using minivend 3.14 on a linux
machine.
I am using two different prices in a catalog and I
could set up a price based on session logged_in with the
subroutine below, which is working fine. My problem
is, I also have two different pricing.asc ( commonadjust princing ) for each
category,
how can I associate each pricing.asc with the
corresponding price?
I appreciate your help
Soltan
Autoload <<Member;
[if session username =~ /mem/] [perl config] $Safe{config}{PriceField} = 'mem_price'; return; [/perl] [/if] Member |