Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

blessed

Archived
  • Posts

    84
  • Joined

  • Last visited

Profile Information

  • Real Name
    noella

blessed's Achievements

  1. I'm ready to just scrap this altogether. i've compared ALL the files, they are the same, with the exception of no right columns, which doesn't affect anything. I'm frustrated to the point of tears here, i've gone over everything with a fine tooth comb. compared each of the files in the ccgv(trad). The files are the same, but the error is still there! I've spent hours combing google to find a common error, I do find it, but the response there is always you've installed it wrong try again, which I've done 3 times. HOW? when all the files are identical? What am I missing?
  2. That's what I've been doing all morning is comparing the files, I've now compared each one and no luck. The ones you mentioned are identical. When I do a search for others with the error, it's usually a general.php and add_ccgvdc_application_top issue, this one is both in the add_ccgvdc_application_top so I really have no idea what the problem is or even find a fix, which I do do, I've been at this since 9:30 pm last night.
  3. Ok, that resolved, I copied and pasted a few files as opposed to uploading them and overwriting, not sure why that worked, but it did. However I'm getting this error: Fatal error: Cannot redeclare create_coupon_code() (previously declared in /home/cheyenne/public_html/includes/add_ccgvdc_application_top.php:35) in /home/cheyenne/public_html/includes/add_ccgvdc_application_top.php on line 35 I've checked but don't see any duplication. Can you indicate where the error lies? I've reviewed the file mentioned and am getting no where.
  4. Yes the CCGV(trad) the version posted november 2006
  5. the gift voucher model number is GIFT25 and doesn't appear.
  6. This is an older post, however it addresses what I'm experiencing :( I can send out a voucher and it can be redeemed, however when one is purchased, it doesn't queue, I checked the database, and it seems to have been created just fine, however, there are no vouchers appearing there. Nor is there a place to redeem them on the customer side of things. Can you direct me in the right direction to get this going? I'd really like ot be able to use this contribution, but each time I install I end up with this issue and just end up deleting it all. There has to be something I'm missing. I've just did an install of the contribution and a fresh osc, and it is not showing up. Help please.
  7. Add adown changes to following files ================================ ## ADMIN AREA ## includes/configure.php: // Module: Information Unlimited require(DIR_WS_MODULES . 'information/configure.php'); -------------------------------------------------------------- includes/application_top.php: // Module: Information Unlimited require(DIR_WS_INFORMATION . 'application_top.php'); ------------------------------------------------------------- includes/column_left.php: // Module: Information Unlimited require(DIR_WS_INFORMATION . 'boxes/information.php'); -------------------------------------------------------------- includes/languages/english: Add this: //INFORMATION define('BOX_HEADING_INFORMATION', 'Info system'); define('BOX_INFORMATION_MANAGER', 'Info manager'); // do this for every other language file in your "languages" folder. -------------------------------------------------------------- includes/application_top.php: // include local general functions used application-wide require(DIR_WS_INFORMATION . 'functions/information_html_output.php'); // include local language translations require(DIR_WS_INFORMATION . 'languages/' . $language . '.php'); //INFORMATION define('TABLE_INFORMATION', 'information'); define('FILENAME_INFORMATION_MANAGER', 'information_manager.php'); --------------------------------------------------------------------- includes/configure.php define('DIR_WS_INFORMATION', DIR_WS_MODULES . 'information/'); ---------------------------------------------------------------------- ## CATALOG AREA ## includes/application_top.php: // Module: Information Unlimited require(DIR_WS_MODULES . 'information.php'); =============================== The first 2 areas I'm not sure if I'm adding, changing, all I know is it causes errors. There's no mention of changes to the database_tables file, which I find off, am I missing files somehow?
  8. I tried installing this 3 times today, clean install and not once did it work, it causes errors in the admin. The changes in the files are a little ambiguous, can some one clear them up?
  9. I have no idea why it resolved. I thought it was due to using the 1234 instaed, but that isn't working.
  10. I realize that. That's fine(well not..lol.) But the function, isn't working as it should, new coupons are issued and a gv purchased, but there's no redeem areas or nothing queued. Since the files weren't changed, then the only difference is the database being fresh. It technically *should* be 100%(less all my customers and other products and previously issued coupons/gc). But it's not. I am have my server restore the old database, and hopefully that resolves, but I was wondering why it wouldn't work with the new database.
  11. HI Rhea, I'm not sure you'lll know how to direct me on this. I had the contribution working perfectly :) So I went to clean out my site, and accidently deleted my database. (back up was the wrong one :( dumb of me I know). So I re-installed the database, and ran the sql files. All my php files were untouched. I changed the database info in the configure.php files. The site is back up, however, now the ccgv isn't working now. Download is enabled, permissions set, and gc listed with GIFT in code. Is this a server issue? Database issue? Since the only thing different is the database. I'm going to drop those new tables and recreate them and see if it makes a difference. Do you think I should be looking at new hosting?
  12. Vger I replaced the products_id_string for products_id then it wouls allow for multiple of one product with the same attributes, but if I wanted to add another of the same product with different attributes it would delete the first. So was I to replace all of them? Or just particular ones?
  13. Ok, so got things going, using 1_2_3_4_5_6 now. So I was reading messages and some one said they can't add more than one of an item. So I decided to check. I'm having some issues, if there are no attributes and I can have add more and update, but if there are attributes, I can't. So I checked things out on a clean install, just to make sure that's not how it's supposed to work. And i can add more than one of an item. SO i thought let's not do update but add a second one iwth different attributes, and I can not. But on the clean install I can and it lists as 2 items. So it's perfect if your product doesn't require any attributes, but the moment there's a choice, now you can have only one not even a second in a different size. I check for the updates, compared the files, and the files i've installed are fine. Is there a setting somewhere that I'm unaware of?
  14. I've resolved the issue by removing the CCGV(trad)_1_2_3_4_5_6.zip version and installing the CCGV(trad)_1_2_3_4.zip version and it works 100%. I have NO idea what the differences are, only that the 1234 works fo rme and the 123456 doesn't and 4 different sites now. (tried on different servers to test if it would show to be queued and show up to redeem). Thought you might want to know. I also unzipped them fresh to make sure I hadn't accidently edited or deleted anything and it is the 1234 version that works for me. As long as I remember to change permissions on the download folder..lol
  15. No, i can't get to work at all, i've been trying to trouble shoot with a fresh install and compare the differences inthe files manually and it just isn't working.
×
×
  • Create New...