Discount Code
#1
Posted 03 February 2011, 15:57
#2
Posted 03 February 2011, 16:11
The release from February 1, 2011 looks complete to me. Follow the installation instructions.
Chris
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#3
Posted 03 February 2011, 16:21
#4
Posted 03 February 2011, 17:28
#5
Posted 03 February 2011, 17:45
#6
Posted 03 February 2011, 17:55
#7
Posted 03 February 2011, 18:11
Glad you found it. Sometimes the instructions assume more than most users do so you have to look around for things a little.
Chris
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#8
Posted 03 February 2011, 18:37
Discount Codes
Discount Code Applies to Discount Min Order Amt Expiry Orders Status Action
1054 - Unknown column 'dc.manufacturers_id' in 'field list'
select dc.discount_codes_id, dc.products_id, dc.categories_id, dc.manufacturers_id, dc.excluded_products_id, dc.orders_total, dc.order_info, dc.discount_codes, dc.discount_values, dc.minimum_order_amount, dc.expires_date, dc.number_of_orders, dc.number_of_use, dc.number_of_products, dc.status from discount_codes dc order by dc.discount_codes_id desc limit 0, 20
Anybody tell me what this means, looks like i still doing something wrong but getting there, i did the mods to the database !
#9
Posted 04 February 2011, 07:14
#10
Posted 04 February 2011, 09:10
Change the sort order in admin>modules>order_total so the discount is removed BEFORE the sub-total. Also, if you are using PayPal IPN, there are instructions in the contribution for changes to the PayPal file to accommodate the Discount Coupon Code.
Chris
Edited by DunWeb, 04 February 2011, 09:11.
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#11
Posted 04 February 2011, 13:47
The structure of the discount_codes table should be
CREATE TABLE discount_codes (
discount_codes_id int(11) NOT NULL auto_increment,
products_id text,
categories_id text,
manufacturers_id text,
excluded_products_id text,
customers_id text,
orders_total tinyint(1) NOT NULL default '0',
order_info tinyint(1) NOT NULL default '0',
discount_codes varchar(8) NOT NULL default '',
discount_values varchar(8) NOT NULL default '',
minimum_order_amount decimal(15,4) NOT NULL default '0.0000',
expires_date date NOT NULL default '0000-00-00',
number_of_orders int(4) NOT NULL default '0',
number_of_use int(4) NOT NULL default '0',
number_of_products int(4) NOT NULL default '0',
`status` tinyint(1) NOT NULL default '1',
PRIMARY KEY (discount_codes_id)
);
Hopefully now i can try out the addon and see if everything else functions ok
#12
Posted 04 February 2011, 18:54
-Cherry
DunWeb, on 04 February 2011, 09:10, said:
Change the sort order in admin>modules>order_total so the discount is removed BEFORE the sub-total. Also, if you are using PayPal IPN, there are instructions in the contribution for changes to the PayPal file to accommodate the Discount Coupon Code.
Chris
Edited by sormui, 04 February 2011, 18:54.
#13
Posted 05 February 2011, 13:19
#14
Posted 07 February 2011, 07:21
wijnendael, on 05 February 2011, 13:19, said:
#15
Posted 03 May 2011, 17:33
Maybe anyone know how to fix this problem.
#16
Posted 23 May 2011, 16:58
Thanks.
#17
Posted 24 May 2011, 16:13
[img]http://www.greatdiscounts4u.com/images/discount.jpg[/img]
And second, what I want is for discount to kick in when any order, regardless how many times it is used or how many customers, when order exceeds $500.00 they will automatically get a 7% discount and when orders exceeds $2000.00, they will receive get 10% discount. At present time, the way it works, they are getting the 7% even if order is below $500.00.
So can this module be set up for that or do i need to look at another module. Otherwise I will have to disabled module so as to get a fix for this.
Thanks.
#18
Posted 02 June 2011, 13:10
Thanks
#19
Posted 02 June 2011, 18:18
#20
Posted 16 June 2011, 19:20














