[Contribution] Discount Coupon Codes
#3241
Posted 29 November 2012 - 12:32 PM
#3242
Posted 03 December 2012 - 12:13 PM
I found this contribution because I use SPPC and desperately need a voucher discount system
as well, but it seems the latest history update for this contribution (that works with SPPC) is also for Oscommerce 2.3.
I couldn't find any confirmation in the text files so I thought I would check here. Sorry if this is a stupid question but I am running
out of time to get my discount system happening. I have already tried 3-4 contributions without success before restoring the site.
#3243
Posted 03 December 2012 - 12:14 PM
#3244
Posted 10 December 2012 - 10:05 AM
1. I want to apply minimum quantity AND minimum price on the coupon. Is that possible?
ie: I want the free shipping coupon applied when customers order 12 bottle (1 case) of wine with a minimum total of $120.
2. I found that with a product exclusions coupon, if I have a cart filled with some products that are excluded from the coupon, and some products that are included in the coupon, the coupons applies to all products. However, I only want the disount coupon to be applied to the included products. How can this be fixed?
Thank you!
#3245
Posted 23 December 2012 - 03:01 PM
I have about 12000 customers in which I would like to exclude about 11990 of them from using a coupon code. The problem is that it seems the limit is 10000 customers maximum maybe be excluded from using the coupon code. Is there a way to increase this limit?
#3246 ONLINE
Posted 04 January 2013 - 08:48 PM
/* kgt - discount coupons */
if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) {
?>
<h2><?php echo TABLE_HEADING_COUPON; ?></h2>
<div class="contentText">
</div>
<div class="contentText">
<?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"', $coupon); ?>
</div>
<?php
}
/* end kgt - discount coupons */
After this the field is there on the checkout page but i don't have a button to use it . Please help
Anyone who want to see please look , add a product and go to shopping cart . I think here is the problem because it redirects me always to shopping cart and from there i finalize the order . I don't have checkout button or anything else
my site is www.ecig-vapo.com
Edited by cretbogdan, 04 January 2013 - 08:48 PM.
#3247
Posted 07 March 2013 - 06:06 PM
I am using this module and like it.
Can someone tell me if its possible to select users by a specific article the bought.
I want to send a discont coupon to users who bought a specific article.
Now i have to manual select ech customer.
Can anybody tell me if this is possible, or perhaps the maker is willing to implement this (pm me please)
Henk Bartels
#3248
Posted 12 March 2013 - 12:39 PM
Is there a fix?
Any feedback is much appreciated.
#3249
Posted 20 March 2013 - 01:35 PM
I installed over a fresh copy of version 2.3.3
im getting this error:
1054 - Unknown column 'delivery_date' in 'field list'
insert into orders (customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, delivery_date, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, date_purchased, orders_status, currency, currency_value) values ('1', '##### ####', '', '4234 st nw', '', 'wker', '44', 'Michigan', 'United States', '415-853-4420', .com', '2', 'dos leld', '', '4234ard st nw', '', 'wer', '44', 'Michigan', 'United States', '2', '', 'dlefld', '', '42t nw', '', 'wer', '44', 'Michigan', 'United States', '2', 'Cash on Delivery', '', '', '', '', now(), '1', 'USD', '1.00000000')
[TEP STOP]
i deleted my personal info....
any ideas??!?
#3250
Posted 23 March 2013 - 04:23 AM
I was able to find the module under the "modules>order total" directory, and set it up. However, now the instructions are to go login to Admin, then go to Catalog>Discount Coupons to create the coupons. I'm totally stuck. Nowhere in my uploaded store (this is from a template) do I find any directory for Catalog. Any insights?
#3251
Posted 02 April 2013 - 03:43 AM
jvickers, on 23 March 2013 - 04:23 AM, said:
I was able to find the module under the "modules>order total" directory, and set it up. However, now the instructions are to go login to Admin, then go to Catalog>Discount Coupons to create the coupons. I'm totally stuck. Nowhere in my uploaded store (this is from a template) do I find any directory for Catalog. Any insights?
some stores use domain.com/catalog some don't, I use mydomain.com/loja , it doesnt matter since you put that files on your store root directory (where index.php product_info.php shopping_cart.php goes)
as far as I know, this is the best coupon contrib for oscommerce 2.2 but its not meant for 2.3 @dnl07 !
#3252
Posted 27 April 2013 - 04:48 AM
I have no problem with this contribution, but something in my mind, I cannot figure out.
Is it possible to offer different shipping discounts on item quantity, without an input of the customer?
I can do this for one code, but if there are more codes.
For example:
2 items 10% shipping discount code 1
3 items 20% shipping discount code 2 etc.
My idea was, would it be possible to get the quantity value of the shopping basket automaticly in the input field of the coupon.
So I can make a hidden field and the customer get automaticly his discount, depending on his order quantity.
I hope, my english is understandable.
It would nice, if somebody could reply, thank you.
Nico
#3253
Posted 02 May 2013 - 02:16 PM
#3254
Posted 17 May 2013 - 01:40 PM
Almost 400k rows in this table alone and over 7 mg... Our total DB is just over 40 mg.
We have approx. 200 coupon and most of these are "customer specific" - so we use customer exclusions to keep people from handing out their coupons friends and relatives or, for that matter, publishing these coupons on coupon sites.
Is there a better way to handle this maybe? What are others doing? I guess I could use SPPC...
Or are we doing something wrong with the exclusion... It looks to enter each customers who is excluded (we have over 10,000 customers) in 1 row per coupon...
Maybe I missing something in the logic, but I would have presumed ALL are excluded and add only those who are NOT?









