Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tskinner

Archived
  • Posts

    31
  • Joined

  • Last visited

Profile Information

  • Real Name
    Tabitha Skinner

tskinner's Achievements

  1. OKay I downloaded a MUCH better code comparison tool (Beyond Compare-was using Context) and was able to work out the problem. It works great now, just need to tweak a few things and I'll be all set. Thank you for creating this much needed contribution.
  2. I just installed Ultra Pics 2.4 lightbox version, and I have a problem now. 1-I don't have a preview of the new pictures in admin after I edit a product and 2- when a customer clicks on a product to see the full product info, it gives them a blank product with no picture, description or price. I've gone over and over and over the install, redoing it fresh (including using the manual install instructions from the nonlightbox version) and I can't seem to correct these problems. If someone knows or has an idea of what I'm doing wrong, please let me know. I also have Product Attributes-Option type feature installed, but I didn't have to edit any of the code for that in order to install this, so I don't think it's a compatibility problem. Please any help would be great. I did notice on the admin side there were all the new options for adding images AND the old one was still there right below it.
  3. okay so only the "user end" will work if you change it from RP to WS. The admin side will NOT show up (just lots of not found and fatal errors) in this case. When I switched it back to RP, again the user side did not work (just the fatal error) but the admin side did. with both the RP and WS activated like this: include(DIR_WS_LANGUAGES . $language . '/modules/shipping/' . $include_modules[$i]['file']); include(DIR_WS_MODULES . 'shipping/' . $include_modules[$i]['file']); // ship2pay start include(DIR_RP_LANGUAGES . $language . '/modules/shipping/' . $include_modules[$i]['file']); include(DIR_RP_MODULES . 'shipping/' . $include_modules[$i]['file']); // ship2pay end the front end will still work but the admin side gives tons of errors at the top of the page but at the bottom shows up and still seems to function. This is so weird......here are the errors on top of the admin page. Warning: shipping(includes/languages/english/modules/shipping/table.php): failed to open stream: No such file or directory in /.../catalog/includes/classes/shipping.php on line 35 Warning: shipping(includes/languages/english/modules/shipping/table.php): failed to open stream: No such file or directory in /.../catalog/includes/classes/shipping.php on line 35 Warning: shipping(): Failed opening 'includes/languages/english/modules/shipping/table.php' for inclusion (include_path='.:/usr/local/lib/php') in /.../catalog/includes/classes/shipping.php on line 35 Warning: shipping(includes/modules/shipping/table.php): failed to open stream: No such file or directory in /.../catalog/includes/classes/shipping.php on line 36 Warning: shipping(includes/modules/shipping/table.php): failed to open stream: No such file or directory in /.../catalog/includes/classes/shipping.php on line 36 Warning: shipping(): Failed opening 'includes/modules/shipping/table.php' for inclusion (include_path='.:/usr/local/lib/php') in /.../catalog/includes/classes/shipping.php on line 36 Warning: shipping(includes/languages/english/modules/shipping/pickup.php): failed to open stream: No such file or directory in /.../catalog/includes/classes/shipping.php on line 35 Warning: shipping(includes/languages/english/modules/shipping/pickup.php): failed to open stream: No such file or directory in /.../catalog/includes/classes/shipping.php on line 35 Warning: shipping(): Failed opening 'includes/languages/english/modules/shipping/pickup.php' for inclusion (include_path='.:/usr/local/lib/php') in /.../catalog/includes/classes/shipping.php on line 35 Warning: shipping(includes/modules/shipping/pickup.php): failed to open stream: No such file or directory in /.../catalog/includes/classes/shipping.php on line 36 Warning: shipping(includes/modules/shipping/pickup.php): failed to open stream: No such file or directory in /.../catalog/includes/classes/shipping.php on line 36 Warning: shipping(): Failed opening 'includes/modules/shipping/pickup.php' for inclusion (include_path='.:/usr/local/lib/php') in /.../catalog/includes/classes/shipping.php on line 36 All of those files exist.
  4. okay of course it figures it was something super easy....... Look in the installation instructions for catalog/includes/classes/shipping.php. Here is what it says: replace: old: +/- line 37-40: -------------------------------------------------------------------- include(DIR_WS_LANGUAGES . $language . '/modules/shipping/' . $include_modules[$i]['file']); include(DIR_WS_MODULES . 'shipping/' . $include_modules[$i]['file']); -------------------------------------------------------------------- new: -------------------------------------------------------------------- +/- line 48-51: // ship2pay start include(DIR_RP_LANGUAGES . $language . '/modules/shipping/' . $include_modules[$i]['file']); include(DIR_RP_MODULES . 'shipping/' . $include_modules[$i]['file']); // ship2pay end Notice in the "new" it says DIR_RP_LANGUAGES etc etc etc and DIR_RP_MODULES change that RP back to the WS and the mod will work. at least it did for me. Great contribution by the way.
  5. Okay I've been fishing around in both the files from 1.5 and the newest one. My error is that the class TABLE is not defined according to my error message in includes/classes/shipping.php. I compared what files were affected according to the install instructions in 1.5 vs 2.0.1. Tons of differences...like it's a completely different mod. Here are the ones affected by 1.5 - catalog/admin/ship2pay.php - catalog/admin/includes/classes/payment.php - catalog/admin/includes/classes/shipping.php - catalog/admin/includes/languages/dutch/ship2pay.php - catalog/admin/includes/languages/english/ship2pay.php - catalog/admin/includes/languages/german/ship2pay.php - catalog/includes/classes/ship2pay.php changes to files catalog/includes/application_top.php catalog/includes/classes/payment.php catalog/admin/includes/application_top.php catalog/admin/includes/boxes/modules.php catalog/admin/includes/languages/english.php Here are the ones affected by 2.0.1 /catalog/admin/includes/classes/payment.php /catalog/admin/includes/classes/shipping.php /catalog/admin/includes/languages/dutch/ship2pay.php /catalog/admin/includes/languages/english/ship2pay.php /catalog/admin/includes/languages/espanol/ship2pay.php /catalog/admin/includes/languages/german/ship2pay.php /catalog/admin/ship2pay.php /catalog/includes/classes/ship2pay.php /catalog/admin/includes/boxes/modules.php: /catalog/admin/includes/languages/english.php /catalog/includes/classes/payment.php /catalog/admin/includes/filename.php: /catalog/admin/includes/database_table.php: /catalog/admin/includes/configure.php /catalog/includes/database_table.php: /catalog/includes/configure.php, /catalog/includes/classes/shipping You'll see that application_top is no longer affected in the new version while there are 6 new files affected. One of them is includes/classes/shipping. I'm reading through a PHP manual at the moment (i'm a rookie) so hopefully it will give some answers. I've provided what I've done so far to see if this clicks with someone else. I'd love to have help as I'm running out of time to get this to work. I would use the old version but I need the multiple shipping methods.
  6. HI I just installed this mod and everything was ok until testing. It pulled up in admin just fine, I was able to set my shipping/payment rules...however, when I created a customer account and went to checkout, I got this error Fatal error: Cannot instantiate non-existent class: table in /home/content/f/e/a/featheraid1/html/catalog/includes/classes/shipping.php on line 43 line 43 looks like this: $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class']; any ideas?
  7. I'm using Multipickup MS1 Contribution http://www.oscommerce.com/community/contributions,1097 Forum Support http://www.oscommerce.com/forums/index.php?sho...c=38506&hl= Thanks for taking a peak on getting this to work correctly :)
  8. It depends on which template you are using on whether you can install OSCommerce directly from the template. I found when I installed, installing stock osc first and then adding the template files was easiest. It also helped me learn a little bit about the coding. As far as customizing osc, these boards are the best resource. You'll have to spend a lot of time reading and looking at code, but it's time well spent.
  9. I have Subzone tax working great for everything except for customer pickup. I need to have this option on here and I need it to charge taxes based on the store's address, not the customers. I installed multipickup but uninstalled it because it seemed to override subzone tax and stopped charging for subzones. Does anyone know how this is done? I have a million lines of code running through my head at the moment and I can't seem to focus on where to start.
  10. OKay I must have had something wrong with the original input of your mod, and then changing everything to the way your files were set up, and then completing the subzone tax instructions again has completely fixed every error I was having. Thanks again for reminding me to make sure I wasn't just a bonehead. lol :)
  11. I have the subzone tax mod installed as well. So if you select Colorado, it's supposed to refresh and bring up the options for County. It's actually kind of strange because before I made the changes I just made, it was working just fine...I'm double checking the changes for the subzone mod to see if it's in there, but so far, I haven't seen that I've reversed anything.
  12. okay after reading a few more posts I *believe* I have the solution. The page DOES refresh when country is changed. Just not state. I looked at the code and I can't find an onChange command for state. If it's something else, I'll post that here. Thanks again. Great job, btw...it's rare to see someone so dedicated to their mods.
  13. okay I checked the java console No errors Several warnings (none on create_account.php) A couple of messages about a security warning pages may not connect to../..../..../...green_bg.gif here is the site if you have a few moments to check www.feather-aid.com just go to create an account.
  14. Thank you for the tip. I just did that with Context. I went ahead and replaced everything I had different than the create_account file you provided in your mod with what you had. Even when I didn't see what the difference was. I no longer have that same problem. It just doesn't refresh. However, there were lots of posts here about not refreshing at all so that one shouldn't be a problem. Thank you for your time!!! :)
  15. Yeah that's what I was told. From the sound of it, it has to be something i've done or haven't done. I just wanted to find out exactly which file could be causing it. "Fresh eyes" kind of thing :) I've compiled 11 hours straight on this same problem Then again, it might even be SSL. I didn't create any test accounts in IE until after it was installed *shrugs* .... Thanks for the tip. I'll take a look.
×
×
  • Create New...