Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi I just installed this Contribution but when I wnt to the admin catalog there is no discount coupon listed, the only things that are in there are

Categories/Products

Products Attributes

Manufacturers

Reviews

Specials

Products Expected

 

No Discount coupon what do you this I didwrong and how shall I fix it

Cheers

Stan

Posted

Stan,

 

Usually you will find the discount coupon code configuration in the Order Total area and you will see the link to create them in the Catalog area.

 

Chris

Posted

Stan,

 

Usually you will find the discount coupon code configuration in the Order Total area and you will see the link to create them in the Catalog area.

 

Chris

 

Hi Chris Thanks for that I found it now and was able to configure it. But now when I look for the New Coupon button to create a new Discount Coupon Code I can't find it any where the in structions said to look in Catalog > Discount Couponsbut is not there or in Catalog > Modules > Discount Coupons any ideas as to where I might find it

Cheers and Thanks

Stan

Posted

Stan,

 

Verify all of the installation steps were completed. It sounds like some of the edits were skipped.

 

 

 

Chris

Posted

Stan,

 

Verify all of the installation steps were completed. It sounds like some of the edits were skipped.

 

 

 

Chris

 

hi Chris in ghe instructions it said "OPEN catalog/checkout_payment.php

FIND on line 320:

 

<tr>

<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">

<tr class="infoBoxContents">

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

<td><?php echo tep_draw_textarea_field('comments', 'soft', '60', '5'); ?></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr> "

 

but I couldnt file this anywhere in this document should I add this to line 320 before adding the

 

"ADD this code after:

 

<?php

/* kgt - discount coupons */

if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) {

?>

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

<td class="main"><b><?php echo TABLE_HEADING_COUPON; ?></b></td>

</tr>

</table></td>

</tr>

<tr>

<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">

<tr class="infoBoxContents">

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

<td class="main"><?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"'); ?></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<?php

}

/* end kgt - discount coupons */

?> "

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...