UK_Copsy Posted October 17, 2005 Share Posted October 17, 2005 Ok, i know that i'm a newbie to all this... but asking me to learn french aswell?.. a bit much isnt it? ;) I've just installed the CCGV contrib 5.14 (not the best one to have installed but that will teach me for not reading things<g>) everything seems to have gone well (so far) apart from one slight problem. In my admin>configuration>mystore section, at the bottom, where the 'welcome gift voucher amount' should be... it's in french? as are the atributes and instructions on the right when i click on it. :huh: Can anyone help me? before i go bald ;) Cheers Mark :) Quote Link to comment Share on other sites More sharing options...
Guest Posted October 17, 2005 Share Posted October 17, 2005 (edited) INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Welcome Gift Voucher Amount', 'NEW_SIGNUP_GIFT_VOUCHER_AMOUNT', '0', 'Welcome Gift Voucher Amount: If you do not wish to send a Gift Voucher in your create account email put 0 for no amount else if you do place the amount here i.e. 10.00 or 50.00 no currency signs', 1, 31, NULL, '2003-12-05 05:01:41', NULL, NULL); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Welcome Discount Coupon Code', 'NEW_SIGNUP_DISCOUNT_COUPON', '', 'Welcome Discount Coupon Code: if you do not want to send a coupon in your create account email leave blank else place the coupon code you wish to use', 1, 32, NULL, '2003-12-05 05:01:41', NULL, NULL); I would just edit the French to English using PHPMyadmin. Just compare these to the French file you installed and make the changes to the Configuration Table in your DB. Don't add this to the configuration table as you will then have duplicates and break you site, edit only. Edited October 17, 2005 by Java Roasters Quote Link to comment Share on other sites More sharing options...
UK_Copsy Posted October 17, 2005 Author Share Posted October 17, 2005 Thanks Peter, That did the trick!! I also visited your website. An absolute Gem of a website, colours are excellent, navigation is superb and the product is fantastic. It's the sort of site i strive to have one day. Anyway, thanks once again for your help. Regards Mark Quote Link to comment Share on other sites More sharing options...
Guest Posted October 17, 2005 Share Posted October 17, 2005 Np and thanks for the comments on the site :D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.