How to configure coupons so guest users can view them?
Ques: Everything looks great, but only way to see the coupons is to be logged in. Is there a setting to allow anyone just visiting the site to see the coupons? Ans: User can view all coupon if you made…
How to upgrade Coupon Manager to its latest version for Joomla 2.5?
Ques: I installed coupon manage a month and a half ago and just downloaded the recent version – is there an upgrade path? I have made changes to my original install, and have over 120 coupons entered – I installed…
How to make coupons disable automatically once Max Print limit is reached?
Ques: is there a feature for a coupon to disable itself when it expires or the maximum print number is reached? Or that is also the part of customization. I had a coupon which reached the maximum allowed prints and…
How to limit coupon submission for store owners?
Ques: i want to give the store owners max of 10 coupons at any time. I mean they can make 10 coupons and if they delete one then they have 9 coupons so now they can make new coupon. Ans:…
Captcha image not showing in Coupon Manager
Ques: I am running Coupon Manager 2.0.5 on a local installation. And in the registration form the Captcha image is not showing. It’s shows the broken image link. At first I was running Coupon Manager 2.0.2 and the captcha image…
How to translate Coupon Manager into Spanish?
Ques: I would like to make the correct translatiion for coupon manager into Spanish. The one that is given now does not do the trick. Could you give me a list of files to translate so I can do the…
Paypal payment pending in Coupon Manager
Ques: when the store owner paid me by paypal ,his order was in pending. after one week, I received the money and now how can i change this order “pending” to “active” for allowing store owner to add coupons? Ans:…
Cant see the coupon image when I open the print window
Ques: I dont know why i cant see the coupon image when i open the print window ? Ans: In file components/com_coupon/controllers/coupons.php Replace code on line no.407 if(!empty($item->img) and is_file(JPATH_SITE.’/images/coupons/’.$item->img)) $image = ‘images/coupons/’.$item->img; else $image = ‘components/com_coupon/assets/images/no_image_th.jpg’; with this if(!empty($item->img)…
Can I upload store logos in file extensions other than JPG?
Ques: store logos can only be in jpg, how do i allow for png? Ans: you can more image type for stores in administrator/components/com_coupon/models/store.php in line no.258 $allowed = array(‘.jpg’, ‘.jpeg’, ‘.gif’); add more type with same precision in single…
Parseerror when I ADD / EDIT store in Front. How to fix it?
Ques: Parsererror message when i ADD / EDIT store in Front. Ans: change the code below in file components/com_coupon/views/register/tmp/store.php on line no.41 from url: “”, to url: “”,