

catscreations
Members-
Content count
42 -
Joined
-
Last visited
Profile Information
-
Real Name
catherine
-
Just a quick question... In the instructions it states: Where in the file do you add this line? I've tried several different spots and I'm getting this error: Thanks for your help
-
I find the instructions quite vague for a newbie, and while I've installed more complicated contributions than this, I have no idea how to do this one! The instructions read: Ok, so there is a .php file in the download. Where do I put this file?
-
By the way , this is the original file that came with the contribution, I uploaded the whole thing "as is" instead of editing. The only thing I changed afterwards was the 'Enter Coupon Code Here' to see if that made a difference and corrected the problem that existed with the original file, and it did not. I've even tried re-uploading it several times and no change.
-
I've checked the language file and all seems fine. I've even tried playing around with the wording from the default to custom working and nothing chages. Here is my file: <?php /* $Id: ot_gv.php,v 1.2.2.4 2003/05/14 22:52:59 wilt Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ define('MODULE_ORDER_TOTAL_GV_TITLE', 'Gift Vouchers'); define('MODULE_ORDER_TOTAL_GV_HEADER', 'Gift Vouchers/Discount Coupons'); define('MODULE_ORDER_TOTAL_GV_DESCRIPTION', 'Gift Vouchers'); define('SHIPPING_NOT_INCLUDED', ' [Shipping not included]'); define('TAX_NOT_INCLUDED', ' [Tax not included]'); define('MODULE_ORDER_TOTAL_GV_USER_PROMPT', 'Tick to use Gift Voucher account balance -> '); define('TEXT_ENTER_GV_CODE', 'Enter Coupon Code Here'); // Added by Rigadin in v5.13 to show module errors on checkout_payment page define('MODULE_ORDER_TOTAL_GV_TEXT_ERROR', 'Gift Voucher/Discount coupon'); ?> Can anyone see what's wrong with it?
-
This is the only thing left for me to work out after installing the CCGV contribution. It appears on Payment Information page where the customer is checking out and it redeem their coupon. Instead of saying "Enter Redeem Code" like it's suppose to, it says "TEXT_ENTER_GV_CODE". I've tried editing the ..\catalog\includes\languages\english\modules\order_total\ot_gv.php file but nothing happens. Nothing changes. Can you please help me fix this? I've searched all over the forums for the past two hours and tried everything I found. I must be missing something!
-
[Contribution] Credit Class/Gift voucher/Discount Coupon v5
catscreations replied to Ian's topic in General Add-Ons Support
I've installed the CCGV contribution successfully. All works fine except when payment is made and you click the button to "return to merchant", I get this error: Fatal error: Cannot redeclare class order_total in /hsphere/local/home/catscrea/catscreationsandcrafts.com/catalog/includes/classes/order_total.php on line 14 How do I fix it so my customers will get back to my store? -
Credit Class/Gift Vouchers/Discount Coupons 5.10
catscreations replied to Strider's topic in General Add-Ons Support
Nevermind, I figured it out. Now my only problem left is that the coupon/discout is not transferring to paypal. I modified the paypal_ipn.php file, but still no luck. -
Credit Class/Gift Vouchers/Discount Coupons 5.10
catscreations replied to Strider's topic in General Add-Ons Support
Hi I've just installed this contribution. I did it the "easy way" by installing all the files included and edited the few files in red by hand. All went smoothly except at the end I got this: Fatal error: Cannot redeclare create_coupon_code() (previously declared in /hsphere/local/home/catscrea/catscreationsandcrafts.com/catalog/includes/functions/general.php:17) in /hsphere/local/home/catscrea/catscreationsandcrafts.com/catalog/includes/add_ccgvdc_application_top.php on line 36 Anyone know what I can do to fix it? -
NEW! Complete Order Editing Tool!
catscreations replied to jhilgeman's topic in General Add-Ons Support
I've installed this contribution and it works great (I'm a newbie so the fact that I got it to work is amazing). Thanks for great instructions. One question though...how do you edit info if someone is paying via paypal? Say for example you have given them a "coupon" and they get $5 off their purchase. How do you edit the total owing BEFORE they pay? Will they be able to edit it themselves? -
I want to install this contribution but not sure where to start (I'm thinking the Dec 17th update is the full version plus any fixes up to date) I just want to make sure that that's the correct one I want to start with. Can someone let me know, and also let me know if there is anything extra I need to do after following the included instructions and installing it? Thanks