Search found 1 match

Page 1 of 1

Search found 1 match

Re: Multiple Gift Voucher Redemption

Hi, It's reasonably simple. Modify catalog/controller/checkout/cart.php Find this code: if (isset($this->request->post['voucher']) && $this->validateVoucher()) { $this->session->data['voucher'] = $this->request->post['voucher']; Replace with: if (isset($this->request->post['voucher']) &&...

Jump to post
  • Wed Jun 20, 2012 5:07 pm
  • Replies 10
  • Views 8125

Page 1 of 1

Search found 1 match