Page 5 of 8

Re: [vQmod] Apply coupon during checkout

Posted: Thu Jan 05, 2012 9:47 am
by scoobs001
Yeah, Changed the 2 files and put a new version of VQMOD in there.

I'm no expert, I just kept fiddling!

Give it a try! (Backup first)

Re: [vQmod] Apply coupon during checkout

Posted: Fri Jan 06, 2012 7:58 am
by albsim81
Hi, I've 1.5.1.3 italian version. I put xml file in vqmod/xml but when i go to check out I can't see coupon field.

Re: [vQmod] Apply coupon during checkout

Posted: Thu Jan 19, 2012 10:19 pm
by emilygraham
Does anyone know if this works with 1.5.1.3 as well?

Re: [vQmod] Apply coupon during checkout

Posted: Thu Jan 19, 2012 10:33 pm
by albsim81
Yes, It works. Open the xml file with notepad and change the word english with your language and the word default with your theme.

Re: [vQmod] Apply coupon during checkout

Posted: Fri Jan 20, 2012 11:10 am
by rocket
I've been trying to find this little addition after having manually set it up previously as my vQmod wasn't working.
Loaded it and works perfectly, many thanks

Re: [vQmod] Apply coupon during checkout

Posted: Tue Feb 14, 2012 9:12 am
by afonte
I have downloaded this but its not working. I hace OC 1.5.3 and the shoppica theme.

I have already tried/done:

1- Changing the theme folder names from default - > shoppica

2 - Removing and re-installing vqmod

3 - There is nothing in my vcache that says coupon

4 - diabled the shoppica theme and used the default. Its still not showing up.

5 - removing the area that is commented out on the xml file (as someone suggested)

6 - downloaded the version with the iE7 & 8 fix. Im using safari anyways.

Any other ideas? Thanks.

Re: [vQmod] Apply coupon during checkout

Posted: Wed Feb 15, 2012 6:49 am
by philbydevil
Most mods seem to need minor/major changes to work with the shoppica theme.

Re: [vQmod] Apply coupon during checkout

Posted: Thu Feb 16, 2012 3:06 am
by afonte
Thanks philbydevil. However, ist not working with the default theme either.

Re: [vQmod] Apply coupon during checkout

Posted: Thu Feb 16, 2012 3:28 am
by JNeuhoff
Try the one below, works fine on my Opencart 1.5.1.3 server with the default theme.

Re: [vQmod] Apply coupon during checkout

Posted: Thu Feb 16, 2012 3:39 am
by afonte
Nope :( Thats still not working.

Just for the sake of it not being something I am doing wrong with the install.

I change the theme to my theme, then I upload to the xml folder in the vqmod folder? right?

Re: [vQmod] Apply coupon during checkout

Posted: Wed Apr 04, 2012 1:42 pm
by visnetmedia
Hi is there a way to get this to add gift voucher as a payment as well? Some people don't go to shopping cart they go to checkout and the option isn't there.

Re: [vQmod] Apply coupon during checkout

Posted: Wed Apr 04, 2012 5:11 pm
by dbellinzani
good job

... only an error ... a "</ div>" more ...
... chrome forgive ... i.e. no!

wrong
<a id="button-coupon" class="button"><span><?php echo $button_coupon; ?></span></a></div><br />

correct
<a id="button-coupon" class="button"> <span> <? php echo $ button_coupon;?></ span></ a><br />

ciao

Re: [vQmod] Apply coupon during checkout

Posted: Sun Apr 08, 2012 7:30 pm
by jbblsb29
Any fixes for version 1.5.1.3 for the coupon code box at checkout? It does not display on default theme and everything is enabled properly.

Re: [vQmod] Apply coupon during checkout

Posted: Tue Apr 10, 2012 1:11 am
by jim_jay
hi has anyone got this working on 1.5.2.2 as only difference i can see between the files is on the catalog/view/theme/default/template/checkout/payment.tpl as it dont have same code ill add this manually but dont know if ive placed it right any help please

Code: Select all

<b><?php echo $text_comments; ?></b>
<textarea name="comment" rows="8" style="width: 98%;"><?php echo $comment; ?></textarea>
<br />
<br />
<div id="coupon">
  <b><?php echo $entry_payment_coupon; ?></b><br /><br />
  <?php echo $text_payment_coupon; ?>&nbsp;
  <input type="text" name="coupon" value="" />
  &nbsp;<a id="button-coupon" class="button"><span><?php echo $button_coupon; ?></span></a><br />
</div>
<?php if ($text_agree) { ?>
<div class="buttons">
  <div class="right"><?php echo $text_agree; ?>
    <?php if ($agree) { ?>
    <input type="checkbox" name="agree" value="1" checked="checked" />
    <?php } else { ?>
    <input type="checkbox" name="agree" value="1" />
    <?php } ?>
    <a id="button-payment" class="button"><span><?php echo $button_continue; ?></span></a></div>
</div>
<?php } else { ?>
<div class="buttons">
  <div class="right"><a id="button-payment" class="button"><span><?php echo $button_continue; ?></span></a></div>

Re: [vQmod] Apply coupon during checkout

Posted: Tue Apr 10, 2012 4:05 am
by JNeuhoff
jim_jay wrote:hi has anyone got this working on 1.5.2.2 as only difference i can see between the files is on the catalog/view/theme/default/template/checkout/payment.tpl as it dont have same code ill add this manually but dont know if ive placed it right any help please
I am working on a 1.5.2.1 version tonight, just testing it now, will upload to this forum in a few hours.

Re: [vQmod] Apply coupon during checkout

Posted: Tue Apr 10, 2012 5:17 am
by jim_jay
JNeuhoff wrote:
I am working on a 1.5.2.1 version tonight, just testing it now, will upload to this forum in a few hours.
cool thanks :)

Re: [vQmod] Apply coupon during checkout

Posted: Tue Apr 10, 2012 8:38 pm
by JNeuhoff
Here is a version tested for a standard Opencart 1.5.2.1.

Re: [vQmod] Apply coupon during checkout

Posted: Wed Apr 11, 2012 2:39 am
by jim_jay
JNeuhoff wrote:Here is a version tested for a standard Opencart 1.5.2.1.
thank you :)

Re: [vQmod] Apply coupon during checkout

Posted: Sat Apr 14, 2012 2:35 pm
by hmorris48
JNeuhoff wrote:Try the one below, works fine on my Opencart 1.5.1.3 server with the default theme.
Updated for my theme and installed - works fine except the "Success: Your coupon discount has been applied!" notification message appears if I go to the account page after using the discount coupon.

Re: [vQmod] Apply coupon during checkout

Posted: Fri Apr 20, 2012 7:45 pm
by albsim81
Some customers phone me because they can't see the payment step. The problem doesn't happen to everyone. In my pc with firefox or internet explorer it's everything ok.

May be that the problem is caused by this mod? Anyone has the same problem?