Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kittmaster

Archived
  • Posts

    100
  • Joined

  • Last visited

Everything posted by kittmaster

  1. There are no defines in the general.php file, where is the define called from to create the fix that you mentioning. I've looked at your original post regarding why you put this fix in place but it seems that something doesn't make sense considering there are no other defines within general.php. I suspect that the fix may only affect something else. I've installed the 5.14 on my site and all the fixes and except for the stupid error I'm hunting about the total price not greater than the voucher value, it works exactly as it is supposed to on MS2. If you've installed it on a clean install, then I don't understand why this define is placed in an area where no other defines exist......? Chris
  2. For those waiting for the voucher fix, I'm still actively working on the solution. Part of the problem is finding where it passes the data to paypal module. I'm seeing most of error detects but nothing that points to If voucher < than total = dump data>check_success.php which is invalid. I'm still pluggin away to find the issue.
  3. I am now past this error by doing the following fix The reason it seems is that the code was altered from tep_output_warning to another format. I have the solution for MS2 and it works with all contribs installed. Use the code below and it should solve your issues and get the warning working as they were meant to. Works flawlessly on my site........:) // give the visitors a message that the website will be down at ... time if ( (WARN_BEFORE_DOWN_FOR_MAINTENANCE == 'true') && (DOWN_FOR_MAINTENANCE == 'false') ) { $messageStack->add('header', TEXT_BEFORE_DOWN_FOR_MAINTENANCE . PERIOD_BEFORE_DOWN_FOR_MAINTENANCE, 'warning'); } // this will let the admin know that the website is DOWN FOR MAINTENANCE to the public if ( (DOWN_FOR_MAINTENANCE == 'true') && (EXCLUDE_ADMIN_IP_FOR_MAINTENANCE == getenv('REMOTE_ADDR')) ) { $messageStack->add('header', TEXT_ADMIN_DOWN_FOR_MAINTENANCE, 'warning'); } // check session.auto_start is disabled Enjoy and Greets Chris
  4. The reason it seems is that the code was altered from tep_output_warning to another format. I have the solution for MS2 and it works with all contribs installed. Use the code below and it should solve your issues and get the warning working as they were meant to. Works flawlessly on my site........:) // give the visitors a message that the website will be down at ... time if ( (WARN_BEFORE_DOWN_FOR_MAINTENANCE == 'true') && (DOWN_FOR_MAINTENANCE == 'false') ) { $messageStack->add('header', TEXT_BEFORE_DOWN_FOR_MAINTENANCE . PERIOD_BEFORE_DOWN_FOR_MAINTENANCE, 'warning'); } // this will let the admin know that the website is DOWN FOR MAINTENANCE to the public if ( (DOWN_FOR_MAINTENANCE == 'true') && (EXCLUDE_ADMIN_IP_FOR_MAINTENANCE == getenv('REMOTE_ADDR')) ) { $messageStack->add('header', TEXT_ADMIN_DOWN_FOR_MAINTENANCE, 'warning'); } // check session.auto_start is disabled Greets Chris
  5. Do you have a link to your site so I can confirm my thoughts on what your saying. It seems as long as there is a voucher balance, if the order is below that value, the problem persists regardless if its checked or not Chris
  6. I found the fix for any contrib to work with this mod........use my code below for an example........someone should make this a sticky. This change is made is the catalog\admin\includes\header_navigation.php as needed for each contrib that is not being listed in the menu that you KNOW should be there i.e vouchers, vendor list........etc etc. (Typically mods that did NOT come with the vanilla cart) If the "BOX_HEADING_XXXXX" is set up correctly in the database (based on how the author wrote it), then the proper name of the link should be displayed within the DHTML menu system. If the "BOX_HEADING_XXXXX" is NOT set up correctly in the database, then the name of the link can be displayed by replacing "BOX_HEADING_XXXXX" with "WHATEVERNAMEYOUDECIDETOCALLIT" Just make sure that the double quotes (") are left in tact or else it will create a parse error. Greets, Chris $box_files_list = array( array('catalog' , 'catalog.php', BOX_HEADING_CATALOG), array('configuration' , 'configuration.php', BOX_HEADING_CONFIGURATION), array('customers' , 'customers.php' , BOX_HEADING_CUSTOMERS), array('Returns' , 'returns.php' , BOX_RETURNS_HEADING), array('gv_admin' , 'gv_admin.php' , 'Gifts/Vouchers'), array('localization' , 'localization.php' , BOX_HEADING_LOCALIZATION), array('taxes' , 'taxes.php' , BOX_HEADING_LOCATION_AND_TAXES), array('modules' , 'modules.php' , BOX_HEADING_MODULES), array('reports' , 'reports.php' , BOX_HEADING_REPORTS), array('ticket' , 'ticket.php' , 'Support Tickets'), array('tools' , 'tools.php' , BOX_HEADING_TOOLS), array('Vendors' , 'vendors.php' , 'Vendors'), );
  7. Nothing yet, but definetely not forgotten, a workaround is when the email is sent that you EMPHASIZE to who ever the receipient is, that they are made aware their purchase with the voucher added should be greater than the voucher value or the order will not process. It sucks for now, but until I can figure out what the hardcode error is doing this, it allows the contrib to be used if needed. My store doesn't send many vouchers out anyway do to the nature of our business. But this bug does need stompin I'll keep updating as I find more or the final fix Chris
  8. Having the same issue with mine as well.........
  9. Thought I had a fix, but it still kicking out, I've fixed the $product_query lines that deal with this but its still not updating the db properly Any guesses or thoughts???
  10. I still haven't heard back from the author.............does anyone have an idea on this??? Noone has installed this contrib? :-" Chris
  11. Any install this contrib? If so it seems to be missing defines and I looked through all the zips from first to last post of the contrib. I've emailed the author days ago with no response. this is what I sent: Hi I was wondering if you would know what the English defines should be for the following: TEXT_PAGING_FORMAT TEXT_HEADING_NEW_EXTRA_IMAGE TEXT_PRODUCTS 189 TEXT_NEW_INTRO I can?t find this information anywhere?? I added an image to one of my products and it previews in the admin for the prospective product but when in the catalog, there is no options for any extra images or links to added components........ Any ideas????? Chris
  12. The executable is to patch and repair a vanilla install. Use the 5.14 contrib, it works well Use the one that is described: Since the last 2 upgrade haven't been added, here is an update for ya'll labeled as CCGV 5.14, no major updated, but 5.13 was getting a little outdated. This is the FULL PACKAGE and included the PayPal fix and brettsg's 4 fixes. I don't take no credit for this, just re-packaged and included all of the replaced files for everybody to have the updated version. Enjoy! You'll need to add the redeem coupon fix after the fact Chris
  13. No its not your coding, its the same issue that I'm having. I'm looking into the payment module, but I'm not sure I have a final answer yet. It's a weird bug, but should be fairly easy to trace. Hopefully I can get an answer for us all, unless someone else gets it first......... :-"
  14. I wouldn't recommend this in the least. People could spam your accounts, they could use stolen CC numbers, and you could lose inventory without getting paid with no recouse against these people especially since there would be little way to track it down. Just my opinion
  15. I can't seem to find the right call to the DB for the date data, is the admin\categories.php the only place that the date available is called from within the admin area? I can't seem to hunt this sucker down.......:(....... :-" Any help would be great thanks Chris
  16. Ok, I found out that this contribe is not at fault for my issue, what the problem is I found is that if the CCGV contrib is installed and a voucher is outstanding for the client and they decide for whatever reason not to redeem during any session, that if something is ordered that is not GREATER than the value of the voucher value, it chokes on it. If the total order is larger even if voucher is not redeemed, then it will pass normally to paypal........it weird. This is a bizarre error but at least it is not the contrib. I verified this by using the oscommerce version of IPN and it does the same thing....... So I figured I'd pass along this update if it helps anyone out Chris
  17. Yep its not working, the redeem fix needs to be applied as well. I'd try the 5.14 upgrade. I have no experience with 5.13, but I install 5.14 on my site and it works flawlessly.........for the most part......LOL Chris
  18. FOUND AN INTERESTING BUG! Ok, I have 5.14 installed, I sent myself a $210.00 voucher, I purchase a product for $49.95 and I DO NOT use the voucher for this purchase........unchecked, I use paypal IPN to check out..........the problem is it goes directly to the checkout_success page........never goes to paypal......> congrats order processed???????????? But, if I order something or quantity 4 X 49.95 (+shipping > greater than $210.00) which is MORE than the $210 voucher value while it is still unchecked, the entire order and correct amount goes to paypal for normal processing. And returns to checkout_success.php I thought it was a coding or copy and paste error, but this is a very specific failure method. I then USED the $210.00 voucher for something that cost more than $210 just to get rid of it and the difference was applied, the difference passed normally to paypal no problem. I went BACK and repurchased a single $49.95 item with no voucher and it passed normally to paypal. So having a voucher balance without using it and purchasing something with shipping that does not exceed the voucher value causes the paypal IPN to malfunction. Any ideas? Its on my beta site now and you can email me for an account for real time testing if needed. I'd like to get this resolved asap. Any help or ideas?????????? Thanks Chris
  19. Even if I don't use easy populate, when I edit any of the products though the admin area and use the calender to populate the data field with something like 2005-12-03 and I go back to the same product I just updated, the data is null.........no zeros no nothing. But easy populate when it exports and brought into excel shows 0000-00-00 in the date_available fields. I'm sure its because of all the modding that has been done to the site. I tried to compare the vanilla site catalog\admin\catagories.php file to mine and I corrected on piece that had to do with the date empty null query, but other than that I couldn't find any other issues. I'm sure its something simple, just can't put my finger on it. Any other thoughts?
  20. With all the contribs, I just noticed that the dates are corrupted and always recall this value even when I use easy populate them with the correct dates. I seems to reset them back to zero. What can be done to repair this? I've search google and here, very few references to it. Thanks
  21. I posted in the announcement area, but that really isn't where it belongs so I'll put it here. I didn't see an official thread for this contrib unless I missed it. I've got a problem with this installation, no errors, just a functionality issue. when I press confirm order on the check_confirmation.php it should take me to paypal with the data for the final processing, it doesn't, it immediately goes to checkout_success without going to paypal at all thanking me for my order. I've tried installing it twice to see if I missed anything, but always the same result. I set the IPN to https://ssl.perfora.net/gforceperformanceau...out_process.php My paths were converted from catalog to shoppingbeta on purpose just substited the word for security. I've created the 3 new required in the localization area as required. I also have auto return on but the path is to the root of the site which is gforceperformanceaudio.com which doesn't seem to be causing the problem. I've uninstalled and reinstalled the module in the admin area to rebuild the database but always the same results....................what am I missing? I also don't see the images shown in the help files that 'look like" paypal when it processes payments......is there a link to that in the admin somewhere that I'm not seeing? Or is that the PWA? Any help would be appreciated Thanks Chris UPDATE: Ok I was using a price of $.01 for the test product and it choked on it with the errors above, but when I select my regular products $100 + it passed to paypal correctly........is there a threshold limit set somewhere? Min order amount setting that I'm missing? I've also tried a $49.00 product and it won't pass.......is there a place to set the minimum value that isn't documented? Interesting issue to say the least
  22. The site is sorted, I've put my original html file back and now have the Got your last message, now the site is 100%, and it all loads as you asked. Now I have the htdocs/GForce/shoppingbeta/pdf_catalogue_info.php on line 99 Downloadable catalogue (0.00 Mb) error. Will the lack of an auto thumbnailer cause the catalog to look screwy? And now I'm back to the same errors that I first posted about the GD library scripts........Warning: getimagesize
×
×
  • Create New...