tmcca 7 Posted September 11, 2017 I just submitted an update to CCGV for Bootstrap this does the following: Sell Gift Certificates. Send store credits Give sign up bonuses Create coupon codes Customers can redeem GCs online Customers can send GC Balances to friends via email More, more, more. Upcoming to work with Paypal App work in progress. Please submit any issues; bugs; suggestions; etc Enjoy 1 olet reacted to this Share this post Link to post Share on other sites
tmcca 7 Posted September 12, 2017 (edited) Some changes will put up Wednesday: Changes view Gift/Voucher balance in account.php Some other fixes found some bugs in gv_send.php Adding back button to gv_faq page Hopefully also add at least Paypal standard Edited September 12, 2017 by tmcca 1 olet reacted to this Share this post Link to post Share on other sites
♥raiwa 1,472 Posted September 12, 2017 your "new files" and "modified files" folders are empty. About Me: http://www.oscommerce.com/forums/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
tmcca 7 Posted September 12, 2017 Hmm ok I will fix that wed Share this post Link to post Share on other sites
tmcca 7 Posted September 12, 2017 Ok should be up now called Gift Voucher System; Working on paypal tnt should hopefully be up tm. Share this post Link to post Share on other sites
tmcca 7 Posted September 13, 2017 Help needed change box size for Coupon code to enter; Make a nicer button than currently. Share this post Link to post Share on other sites
tmcca 7 Posted September 13, 2017 Need help with paypal displaying coupon on receipt on paypal page. Anyone? Share this post Link to post Share on other sites
tmcca 7 Posted September 15, 2017 Ok Discount BS now works with Paypal standard looking into this soon for this addon. 1 olet reacted to this Share this post Link to post Share on other sites
austcoll 0 Posted September 20, 2017 Hi all Any idea why I am getting this error in my admin area; Gift Voucher Release Queue 1146 - Table 'mitchug_.TABLE_COUPON_GV_QUEUE' doesn't exist select c.customers_firstname, c.customers_lastname, gv.unique_id, gv.date_created, gv.amount, gv.order_id from customers c, TABLE_COUPON_GV_QUEUE gv where (gv.customer_id = c.customers_id and gv.release_flag = 'N')[TEP STOP] I already have this table in my sql, CREATE TABLE coupon_gv_queue ( unique_id int(5) NOT NULL auto_increment, customer_id int(5) NOT NULL default '0', order_id int(5) NOT NULL default '0', amount decimal(8,4) NOT NULL default '0.0000', date_created datetime DEFAULT '1970-01-01 00:00:01' NOT NULL, date_released datetime DEFAULT '1970-01-01 00:00:01' NOT NULL, ipaddr varchar(32) NOT NULL default '', release_flag char(1) NOT NULL default 'N', PRIMARY KEY (unique_id), KEY uid (unique_id,customer_id,order_id) ) CHARACTER SET utf8 COLLATE utf8_unicode_ci; So why am I still getting this error in almost every page of the module? Many thanks in advance Mitchell Share this post Link to post Share on other sites
austcoll 0 Posted September 20, 2017 These two files give me the error. gv_queue.php gv_queue_released.php Thanks Share this post Link to post Share on other sites
♥raiwa 1,472 Posted September 20, 2017 (edited) @austcoll, the table name constants have not been added to includes/database_tables.php But better to hardcode the table names: replace " ' . TABLE_COUPON_GV_QUEUE . ' " by "coupon_gv_queue" in both files Edited September 20, 2017 by raiwa About Me: http://www.oscommerce.com/forums/user/249059-raiwa/ Need help? How To Get The Help You Need Is your version of osC up to date? You'll find the latest osC community version CE Phoenix here. Public Phoenix Change Log Cheat Set on Google Sheets Share this post Link to post Share on other sites
austcoll 0 Posted September 20, 2017 (edited) Thank you for you r quick respond, it works like a charm. Edited September 20, 2017 by austcoll Share this post Link to post Share on other sites
CGhoST 3 Posted September 23, 2017 Hi. Good work on the contribution. Is this contribution working for Paypal or not yet? Share this post Link to post Share on other sites
CGhoST 3 Posted October 9, 2017 Hi. Is anyone else having the problem of sending an amount via mail in admin and it emails a code to the customer. When the customer enters the redeem code at checkout it comes up saying error this code is not valid? In admin under Vouchers Sent it shows the voucher there and also shows not redeemed but at customer side its invalid. Share this post Link to post Share on other sites
olet 0 Posted October 27, 2017 On 23.9.2017 at 3:49 AM, CGhoST said: Hi. Good work on the contribution. Is this contribution working for Paypal or not yet? Also want to know when will Paypal function available? Share this post Link to post Share on other sites
olet 0 Posted October 27, 2017 16 minutes ago, olet said: Also want to know when will Paypal function available? I found out , it already works with "Paypal Standard". But Paypal "Express" is still not working. Share this post Link to post Share on other sites