Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[CONTRIBUTION] CCGV (trad)


Vger

Recommended Posts

Question for Vger and/or anyone who has "RMA Returns system" Contribution, the one initiated by David Howarth (http://www.oscommerce.com/community/contributions,1136/).

 

The system is alegedly made to work with CCGV. I am wondering if it takes into account teh current CCGV(trad), or the original one?

 

DOesn any one have experience with the issue?

 

I ask here because the official RMA Returns system thread is not very active ... I posted yesterday and yet to get a reply :(

Edited by Voland

People dont change, people realize.

Link to comment
Share on other sites

ok now it shows

 

Sub-Total: $11.50

Per Item (Best Way): $12.00

Discount Coupons:1001: -$5.00

Total: $18.50

 

and with account credited with gift voucher

 

Sub-Total: $11.50

Per Item (Best Way): $12.00

Discount Coupons:1001: -$5.00

Gift Vouchers: $5.00

Total: $13.50

Link to comment
Share on other sites

ok now it shows

 

Sub-Total: $11.50

Per Item (Best Way): $12.00

Discount Coupons:1001: -$5.00

Total: $18.50

 

and with account credited with gift voucher

 

Sub-Total: $11.50

Per Item (Best Way): $12.00

Discount Coupons:1001: -$5.00

Gift Vouchers: $5.00

Total: $13.50

 

what is wrong with this?

Link to comment
Share on other sites

It's just my guess that CCGV(trad) is proving to be very popular :D

Indeed, the other one was turning into a mish-mash of add-ons and falling apart because of the fixes that didn't fix anything.

 

Thanks for your wonderful work :thumbsup:

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Link to comment
Share on other sites

Indeed, the other one was turning into a mish-mash of add-ons and falling apart because of the fixes that didn't fix anything.

 

Thanks for your wonderful work :thumbsup:

 

Ditto. Also wanted to confirm previos praise ragarding the instructions - very easy, logical and straight to the point. Donno why foclks claim that CCGV is the hardest to install :thumbsup:

People dont change, people realize.

Link to comment
Share on other sites

what is wrong with this?

 

nothing, thanks.

 

1. just one recap question ,is there anything missing to check it's working fine or how do i check it

 

2. ah also i changed to sort order to 4 for discount coupon and 5 for gift voucher and at last 6 for total order , you mentione dosmehting like 900. will it harm chaning to 4.

 

Just making a point - this thread is already up to page 32 in just a few months. It took the original CCGV thread years to get up to page 70+

 

It's just my guess that CCGV(trad) is proving to be very popular

 

Vger

 

hi, vger, just to make a suggestion:

 

1. When a customer has already selected the check-box in the payment page and if a error occurs { invalid coupon code, no payment option selected. blah blah blah } , or the customer returns from confirmation to payment page, then the check-box is no longer selected unlike delivery/payment option, is there a way to do this.

 

2. i want to include a minus sign '-' in front of the gift voucher in the total in confirmation, have you not included it for any reason, or just kept it without that sign. am asking so as no other feature gets harmed.

Edited by virtualadz
Link to comment
Share on other sites

2. i want to include a minus sign '-' in front of the gift voucher in the total in confirmation, have you not included it for any reason, or just kept it without that sign. am asking so as no other feature gets harmed.

 

I was concerned about that particular issue as well. Since I have the Order editor COntrib ... the Vouchers and Discount coupons ammounts are added into the Order editor's Discount section, and in order for it to calculate properly the discount ammount has to be negative, otherwise it adds instead of subtracting.

 

So can you point out the file and peice of code where I can add the "-" sign before the Vouchers ammount if I wish? I dont suppose that will mess too much with the overall CCGV logic, will it?

 

Thanks,

 

Arkady

Edited by Voland

People dont change, people realize.

Link to comment
Share on other sites

Virtualadz - Look at the post by Phocea on May 22nd. This dealt with a fix for people who backtrack, or completed an order but didn't log out and went to make another order - and the fix deregistered the coupon id. The reason I haven't included this in the code is because I'm not 100% sure that it wouldn't let in a vulnerability with people being able to re-use the same coupon or voucher over and over again. Maybe someone can test it out.

 

Vger

Link to comment
Share on other sites

thanks for the info, but i didn't have any such issue.

 

 

1. just wanted to have another thing . in the payment option page, there are two buttons , redeem, and continue, the customer will sometimes get confused which one to press, is there a way to make the redeem button and the continue button one single button. i.e. remove the redeem button and have it's functions incorporated in the continue.

Link to comment
Share on other sites

thanks for the info, but i didn't have any such issue.

1. just wanted to have another thing . in the payment option page, there are two buttons , redeem, and continue, the customer will sometimes get confused which one to press, is there a way to make the redeem button and the continue button one single button. i.e. remove the redeem button and have it's functions incorporated in the continue.

 

yes my wife , test driving the site, had the same reaction. I just changed the button to a 'redeem & continue', leaving the one at the bottom as a single continue

Link to comment
Share on other sites

ah just noticed my question:

 

1.. i want to include a minus sign '-' in front of the gift voucher in the total in confirmation, have you not included it for any reason, or just kept it without that sign. am asking so as no other feature gets harmed.

 

2. also is there a feature that when passing the values to admin , a minus sign is auto added in discount coupon and gift voucher for order editor, so when updating it doesn't take the amount to be addedd extra.

Link to comment
Share on other sites

I'm sorry but I don't have the time to look into that at the moment. I suspect it won't be as simple as just slipping a minus sign in front of the value.

 

Vger

ah just noticed my question:

 

1.. i want to include a minus sign '-' in front of the gift voucher in the total in confirmation, have you not included it for any reason, or just kept it without that sign. am asking so as no other feature gets harmed.

 

2. also is there a feature that when passing the values to admin , a minus sign is auto added in discount coupon and gift voucher for order editor, so when updating it doesn't take the amount to be addedd extra.

Link to comment
Share on other sites

Here's one for you folks to ponder....

 

How difficult would it be to copy of the create coupon function and use it to make a create gv page?

 

Even if for security reasons the same code can't be used twice, how difficult would it be to create?

 

At present the GV send function exists but the create GV does not - any views?

Edited by chooch

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Link to comment
Share on other sites

hiya everyone, had a question. when i go to coupon_admin.php, the whole page does not load, it stops short.

I took a screenshot minus the left side and header to show what i mean. I have tried reuploading the files and such, but it isnt working

 

coupon_admin.php001.jpg

Link to comment
Share on other sites

hiya everyone, had a question. when i go to coupon_admin.php, the whole page does not load, it stops short.

I took a screenshot minus the left side and header to show what i mean. I have tried reuploading the files and such, but it isnt working

 

coupon_admin.php001.jpg

 

could you do a view source of that page and post the HTML code that is rendered?

Link to comment
Share on other sites

sure thing, here ya go

 

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>NWCoin</title>
<link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
<script language="javascript" src="includes/general.js"></script>
<link rel="stylesheet" type="text/css" href="includes/javascript/spiffyCal/spiffyCal_v2_1.css">
<script language="JavaScript" src="includes/javascript/spiffyCal/spiffyCal_v2_1.js"></script>
<script language="javascript">
 var dateAvailable = new ctlSpiffyCalendarBox("dateAvailable", "new_product", "products_date_available","btnDate1","",scBTNMODE_CUSTOMBLUE);
</script>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF">
<div id="spiffycalendar" class="text"></div>
<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td><img src="images/oscommerce.gif" border="0" alt="osCommerce" title=" osCommerce " width="204" height="50"></td>
<td align="right"><a href="http://www.oscommerce.com" target="_blank"><img src="images/header_support.gif" border="0" alt="Support Site" title=" Support Site " width="50" height="50"></a>  <a href="http://www.nwcoin.com/catalog/"><img src="images/header_checkout.gif" border="0" alt="Online Catalog" title=" Online Catalog " width="53" height="50"></a>  <a href="http://www.nwcoin.com/catalog/admin/index.php"><img src="images/header_administration.gif" border="0" alt="Administration" title=" Administration " width="50" height="50"></a>  </td>
 </tr>
 <tr class="headerBar">
<td class="headerBarContent">  <a href="http://www.nwcoin.com/catalog/admin/admin_account.php" class="headerLink">My Account</a> | <a href="http://www.nwcoin.com/catalog/admin/logoff.php" class="headerLink">Logoff</a></td>
<td class="headerBarContent" align="right"><a href="http://www.oscommerce.com" class="headerLink">Support Site</a>  |  <a href="http://www.nwcoin.com/catalog/" class="headerLink">Online Catalog</a>  |  <a href="http://www.nwcoin.com/catalog/admin/index.php" class="headerLink">Administration</a>  </td>
 </tr>
</table><!-- header_eof //-->

<!-- body //-->
<table border="0" width="100%" cellspacing="2" cellpadding="2">
 <tr>
<td width="125" valign="top"><table border="0" width="125" cellspacing="1" cellpadding="1" class="columnLeft">
<!-- left_navigation //-->
<!-- catalog //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=administrator'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=administrator" class="menuBoxHeadingLink">Administrator</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- catalog_eof //-->
<!-- configuration //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/configuration.php?gID=1&selected_box=configuration'"> <a href="http://www.nwcoin.com/catalog/admin/configuration.php?gID=1&selected_box=configuration" class="menuBoxHeadingLink">Configuration</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- configuration_eof //-->
<!-- catalog //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/categories.php?selected_box=catalog'"> <a href="http://www.nwcoin.com/catalog/admin/categories.php?selected_box=catalog" class="menuBoxHeadingLink">Catalog</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- catalog_eof //-->
<!-- modules //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/modules.php?set=payment&selected_box=modules'"> <a href="http://www.nwcoin.com/catalog/admin/modules.php?set=payment&selected_box=modules" class="menuBoxHeadingLink">Modules</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- modules_eof //-->
<!-- customers //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/customers.php?selected_box=customers'"> <a href="http://www.nwcoin.com/catalog/admin/customers.php?selected_box=customers" class="menuBoxHeadingLink">Customers</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- customers_eof //-->
<!-- taxes //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/countries.php?selected_box=taxes'"> <a href="http://www.nwcoin.com/catalog/admin/countries.php?selected_box=taxes" class="menuBoxHeadingLink">Locations / Taxes</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- taxes_eof //-->
<!-- localization //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/currencies.php?selected_box=localization'"> <a href="http://www.nwcoin.com/catalog/admin/currencies.php?selected_box=localization" class="menuBoxHeadingLink">Localization</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- localization_eof //-->
<!-- reports //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/stats_products_viewed.php?selected_box=reports'"> <a href="http://www.nwcoin.com/catalog/admin/stats_products_viewed.php?selected_box=reports" class="menuBoxHeadingLink">Reports</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- reports_eof //-->
<!-- tools //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/backup.php?selected_box=tools'"> <a href="http://www.nwcoin.com/catalog/admin/backup.php?selected_box=tools" class="menuBoxHeadingLink">Tools</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- tools_eof //-->
<!-- affiliates //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/affiliate_summary.php?selected_box=affiliate'"> <a href="http://www.nwcoin.com/catalog/admin/affiliate_summary.php?selected_box=affiliate" class="menuBoxHeadingLink">Affiliates</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- affiliates_eof //--><!-- reports //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=infobox'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=infobox" class="menuBoxHeadingLink">Infobox Admin</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- reports_eof //-->
<!-- faqdesk //-->

<tr>
	<td>

<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=faqdesk'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=faqdesk" class="menuBoxHeadingLink">FAQDesk</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>

	</td>
</tr>

<!-- faqdesk_eof //-->


<!-- newsdesk //-->

<tr>
	<td>

<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=newsdesk'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=newsdesk" class="menuBoxHeadingLink">NewsDesk</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>

	</td>
</tr>

<!-- newsdesk_eof //-->


<!-- information //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=information'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=information" class="menuBoxHeadingLink">Info system</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- information_eof //-->
<!-- reports //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=support'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=support" class="menuBoxHeadingLink">Support System</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- reports_eof //-->
<!-- user_tracking //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=user_tracking'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=user_tracking" class="menuBoxHeadingLink">User Tracking</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- user_tracking_eof //--><!-- newsletter //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=newsletter'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?page=0&cID=&action=new&selected_box=newsletter" class="menuBoxHeadingLink">Newsletter</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
		</td>
	  </tr>
<!-- newsletter_eof //-->
<!-- gv_admin //-->
	  <tr>
		<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://www.nwcoin.com/catalog/admin/coupon_admin.php?selected_box=gv_admin'"> <a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php?selected_box=gv_admin" class="menuBoxHeadingLink">Vouchers/Coupons</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="menuBoxContent"><a href="http://www.nwcoin.com/catalog/admin/coupon_admin.php" class="menuBoxContentLink">Coupon Admin</a><br><a href="http://www.nwcoin.com/catalog/admin/gv_queue.php" class="menuBoxContentLink">Gift Voucher Queue</a><br><a href="http://www.nwcoin.com/catalog/admin/gv_mail.php" class="menuBoxContentLink">Mail Gift Voucher</a><br><a href="http://www.nwcoin.com/catalog/admin/gv_sent.php" class="menuBoxContentLink">Gift Vouchers sent</a></td>
 </tr>
</table>
		</td>
	  </tr>
<!-- gv_admin_eof //--><!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
  <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2">
  <tr>
	<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td class="pageHeading">Discount Coupons</td>
		<td class="pageHeading" align="right"><img src="images/pixel_trans.gif" border="0" alt="" width="95" height="95"></td>
	  </tr>
	</table></td>
  </tr>
  <tr>
  <td>
<form name="coupon" action="http://www.nwcoin.com/catalog/admin/coupon_admin.php?action=update&oldaction=new&cid=" method="post">	  <table border="0" width="100%" cellspacing="0" cellpadding="6">
  <tr>
	<td align="left" class="main">Coupon Name</td>
	<td align="left"><input type="text" name="coupon_name[1]"> <img src="/catalog/includes/languages/english/images/icon.gif" border="0" alt="English" title=" English "></td>
	<td align="left" class="main" width="40%">A short name for the coupon</td>
  </tr>

  <tr>
	<td align="left" valign="top" class="main">Coupon Description</td>
	<td align="left" valign="top"><textarea name="coupon_desc[1]" wrap="physical" cols="24" rows="3"></textarea> <img src="/catalog/includes/languages/english/images/icon.gif" border="0" alt="English" title=" English "></td>
	<td align="left" valign="top" class="main">A description of the coupon for the customer</td>
  </tr>
  <tr>
	<td align="left" class="main">Coupon Amount</td>
	<td align="left"><input type="text" name="coupon_amount"></td>
	<td align="left" class="main">The value of the discount for the coupon, either fixed or add a % on the end for a percentage discount.</td>
  </tr>
  <tr>
	<td align="left" class="main">Coupon Minimum Order</td>
	<td align="left"><input type="text" name="coupon_min_order"></td>
	<td align="left" class="main">The minimum order value before the coupon is valid</td>
  </tr>
  <tr>
	<td align="left" class="main">Free Shipping</td>
	<td align="left"><input type="checkbox" name="coupon_free_ship"></td>
	<td align="left" class="main">The coupon gives free shipping on an order. Note. This overrides the coupon_amount figure but respects the minimum order value</td>
  </tr>
  <tr>
	<td align="left" class="main">Coupon Code</td>
	<td align="left"><input type="text" name="coupon_code"></td>
	<td align="left" class="main">You can enter your own code here, or leave blank for an auto generated one.</td>
  </tr>
  <tr>
	<td align="left" class="main">Uses per Coupon</td>
	<td align="left"><input type="text" name="coupon_uses_coupon"></td>
	<td align="left" class="main">The maximum number of times the coupon can be used, leave blank if you want no limit.</td>
  </tr>
  <tr>
	<td align="left" class="main">Uses per Customer</td>
	<td align="left"><input type="text" name="coupon_uses_user" value="1"></td>
	<td align="left" class="main">Number of times a user can use the coupon, leave blank for no limit.</td>
  </tr>
   <tr>
	<td align="left" class="main">Valid Product List</td>
	<td align="left"><input type="text" name="coupon_products"> <A HREF="validproducts.php" TARGET="_blank" ONCLICK="window.open('validproducts.php', 'Valid_Products', 'scrollbars=yes,resizable=yes,menubar=yes,width=600,height=600'); return false">View</A></td>
	<td align="left" class="main">A comma separated list of product_ids that this coupon can be used with. Leave blank for no restrictions.</td>
  </tr>
  <tr>
	<td align="left" class="main">Valid Categories List</td>
	<td align="left"><input type="text" name="coupon_categories"> <A HREF="validcategories.php" TARGET="_blank" ONCLICK="window.open('validcategories.php', 'Valid_Categories', 'scrollbars=yes,resizable=yes,menubar=yes,width=600,height=600'); return false">View</A></td>
	<td align="left" class="main">A comma separated list of cpaths that this coupon can be used with, leave blank for no restrictions.</td>
  </tr>
  <tr>
	<td align="left" class="main">Start Date</td>
	<td align="left">

Link to comment
Share on other sites

ok, well everything seems to be working ok except the checkout_payment.php. I cannot see any place for the voucher code to be put in, actually, i cant see anything about the ccgv

 

I do not have the attribute mod installed by linda, I seen this on one of the posts when i was looking for a solution for my problem, and i dont have the Qpro installed either.

 

I have all my settings correct I believe.

I am not selling them, I need the mod to create % coupons in the admin for different promo material etc

 

thoughts?

Link to comment
Share on other sites

hi again, ya ya, i have my tail between my legs, i am sorry, but i thought all was well.

 

on my checkout payment i see this

MODULE_ORDER_TOTAL_COUPON_HEADER

TEXT_ENTER_COUPON_CODE

 

 

but..in my english.php i have

require(DIR_WS_LANGUAGES . 'add_ccgvdc_english.php');  // CCGV

 

and the add_ccgvdc_english.php is in the languages directory

Link to comment
Share on other sites

The answer is quite simple - you haven't installed it correctly. You appear to have installed files which should be in the admin folder into the catalog folder - and misplaced other files.

 

Vger

Link to comment
Share on other sites

well that doesnt sound fun, i could have sworn things went where they should have, i mean i look on the ftp and cross reference with the files from the install and all looks to be right, man, I swear, it has been one of those weeks.

I will go through again and see what is going on, all else is fine, just that text

Link to comment
Share on other sites

The answer is quite simple - you haven't installed it correctly. You appear to have installed files which should be in the admin folder into the catalog folder - and misplaced other files.

 

Vger

 

 

:( ok, I swear, i just went through it with a fine tooth comb, uploaded all the new files again, double checked and uploaded all of the files that needed to be edited. I swear, i have done it all, and all looks ok, but i cant get that text to come up. I checked language files, made sure the file it was calling for the text was where it should be so on and so forth. I just dont know what to do from here, I swear, someone has it out for me :blush:

Link to comment
Share on other sites

:( ok, I swear, i just went through it with a fine tooth comb, uploaded all the new files again, double checked and uploaded all of the files that needed to be edited. I swear, i have done it all, and all looks ok, but i cant get that text to come up. I checked language files, made sure the file it was calling for the text was where it should be so on and so forth. I just dont know what to do from here, I swear, someone has it out for me :blush:

 

just create the defines in your english.php, with what you want, they will show up for sure

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...