Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mrossi

Pioneers
  • Posts

    74
  • Joined

  • Last visited

Profile Information

  • Real Name
    Matthew

mrossi's Achievements

  1. just upgraded to 7.3.2 but for some reason I get error loading page when I click a header link. I didn't have a lot of free time to read the forums, so if this has already been answered I apologize. http://www.isorm.com/mobile/
  2. Upgraded to v7 from v5.4, all I can say is nice work! One problem I am having is my product images have vanished in mobile view. I tried changing the new settings in configure.php with no luck. I have TiM image cache installed. in case anyone has any clue any help much appreciated http://www.isorm.com/mobile/
  3. The parse time thing is strange so if I turn off parse time in the osc admin under configuration, logging, Store Page Parse Time it goes away. I like seeing that on the pages to see how fast my server is running. It seems to be coming from the iosc mobile/includes/application_bottom.php file: if (DISPLAY_PAGE_PARSE_TIME == 'true') { I just changed it to false and all good!
  4. Tried the image settings change but for some reason this one worked: tep_image(DIR_MOBILE_IMAGES. "home.png" . It was originally coded "tep_image(DIR_WS_HTTP_CATALOG . DIR_MOBILE_IMAGES. "home.png")"
  5. did some more digging for some reason my install of iosc 5.4 isn't showing any header images, even if I look in the source code from IE on the mobile page no reference to .png graphics or the main logo. I have seo 2.2d installed and haven't added the support yet but disable it with no avail.
  6. thanks for responding, link to mobile site: http://www.isorm.com/mobile_index.php
  7. installed 5.4rev1, seems to be working but how do I remove the parse time that keeps showing right below the header and make the index page go to products by default instead of sign in? PS great MOD just wish the colors weren't so ugly. Almost forgot changed the header image in header.php but that does not seem to work either.
  8. any idea on what this error is, just started getting it last week? getting this from my cron job running googlefeeder.php newest ver. Warning: require(includes/configure.php): failed to open stream: No such file or directory in /usr/www/users/osc/admin/includes/application_top.php on line 29 Fatal error: require(): Failed opening required 'includes/configure.php' (include_path='.:/usr/local/lib/php') in /usr/www/users/osc/admin/includes/application_top.php on line 29
  9. Using PayPal Website Payments Standard v1.0 by HPDL and installed Order IP Recorder v1.6. So when a customer used credit card or whatever the IP address is captured and added to the database. When they checkout using PayPal Website Standard no IP address is saved. The IP address is captured in checkout_process.php and I am guessing the PayPal module is bypassing this file? Any help or ideas would be appreciated.
  10. anyone know why I cant get more than 3 banners to rotate? when I added the 4th it ignores it. Thanks!
  11. After 4 days of work got the banner to center on my 100% width site. For anyone needing this same thing do the following on index.php go to the <TD> that contains the rotator module execution and add align="center" then go to includes/modules/banner_rotator.php and find <div id="bannerRotator"> and add align="left" All is well and this module rocks! PS: anyone know how to shrink the size of the navigation bar height? I noticed beacon9.ca navigation is much smaller and looks a bit better.
  12. thanks kymation for responding! I spent all day trying to make this thing center with no avail. My site is using 100% of the screen and the banner aligns to the left by default. I have modified the CSS, banner_rotator.php, and a few other things I cant remember. For some reason everytime I get the thing to center then the banner only shows the right corner. Im lost, I cant be the first person to want this thing centered but I get lost in CSS. -matt
  13. any answer to my center question? 3 posts above?
  14. This thing is exactually what I was looking for! QUESTION: 1. how to I get the banner displayed to be centered on the page? It aligns left by default and it aligns to the right if I add <td align="center"> in front of the code 2. If I have a banner thats 650x250 if cuts off the right corner unless I make it larger like 700x250. Besides those two issues im having this thing rocks!
  15. new to this module seems to have installed easily but i get this error in the admin Deprecated: Call-time pass-by-reference has been deprecated in /usr/www/users/osc/admin/includes/modules/seo_header.php on line 30 and Deprecated: Function eregi() is deprecated in /usr/www/users/osc/admin/includes/functions/seo_link_popularity.php on line 22 Think this module needs to be updates to PHP 5.3, process with caution. Thanks, Matt
×
×
  • Create New...