Hi,
component sounds very useful, but I am having trouble. It installed without hassle on both J1.5.9 + VM 1.1.3 and J1.5.15 + VM 1.1.4 test environments.
First error is in 'Coupons' where options should be (right hand side). Instead of options, code is there:
lists['function_type']?> lists['coupon_value_type']?> lists['discount_type']?> lists['published']?>
Second error is in New coupon form, all fields contain code:
Coupon Code: =$this->row->coupon_code?>
blank: lists['published']?>
Function Type: lists['function_type']?>
...and same for all
products and user fields contain code and instead of buttons at the bottom:
=JText::_('CLEAR')?>
I tried to save to see if I could save so to edit later but errors received are:
* DB function reports no errors
* Error trying to save the coupon
It's as if the table in database hasn't been created upon installation (or modified if using jos_vm_coupons).
Help getting it going would much appreciated.
thanks,
Robert
component sounds very useful, but I am having trouble. It installed without hassle on both J1.5.9 + VM 1.1.3 and J1.5.15 + VM 1.1.4 test environments.
First error is in 'Coupons' where options should be (right hand side). Instead of options, code is there:
lists['function_type']?> lists['coupon_value_type']?> lists['discount_type']?> lists['published']?>
Second error is in New coupon form, all fields contain code:
Coupon Code: =$this->row->coupon_code?>
blank: lists['published']?>
Function Type: lists['function_type']?>
...and same for all
products and user fields contain code and instead of buttons at the bottom:
=JText::_('CLEAR')?>
I tried to save to see if I could save so to edit later but errors received are:
* DB function reports no errors
* Error trying to save the coupon
It's as if the table in database hasn't been created upon installation (or modified if using jos_vm_coupons).
Help getting it going would much appreciated.
thanks,
Robert