Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

frankc420

Pioneers
  • Posts

    41
  • Joined

  • Last visited

Profile Information

frankc420's Achievements

  1. Can someone please tell me how the coupon discount is passwd to paypal express? I've been unable to find what variable it is putting the discount amount in so that I can modify my paypal express to work with CCGV. Running OSC 2.2 RC2. Thanks in advance!
  2. I've just updated to 2-2.2d-12 to take advantage of the added manufacturer name to the URL and when I go into admin and hit the update button to set the manufacturer display to true, the page reloads to a page with just headers. I've checked and double checked and am sure I followed the steps correctly. This happens on several of the pages within the SEO Url admin area. The header bar simply has columns labeled Title Value and Action with nothing under them. Any assistance is appreciated!
  3. Is it possible to use a KEYWORD in a function?
  4. Yeah, good many subcats mainly. The problem was there were 4 rogue categories that did not have a matching description or parent, so the category_path function was looping and only stopped once it hit the timeout. Deleted those 4 categories using phpmyadmin and all is well now. Still have no idea how they got there :)
  5. Your a champ, that works! I believe that I'm using the schema that came in the latest Feedmachine? I cannot be sure. I threw a php function in there as well to fancy it up, strtoupper()
  6. If you know how to use phpmyadmin and your host has it, login to it and look in your products table, see which field holds the actual image name. I'm guessing products_image is not the right field in your installation. Once you find the right field name, you should be able to change it to the right name in the template and it work as expected.
  7. This was my function: Here is what I put to define it (it is the last one): Here is the error I get: And to make life easy on you, 507 in feedmachine.php is: I tried using your function as well, same error as above. I'm defining the function in the template, I hope that is the right location?
  8. Is there any way to include the manufacturer name and product name in the same field? Example: Manufacturer is Zeagle - Product is RAPID DIVER - Would insert Zeagle Rapid Diver as the title? I tried putting in my own function to do this, but everything I try to call it, I get an error, even if I enable the test function that is included with the default google-simple. --Frank
  9. Down to the category_path function, troubleshooting it with a linux mailing list that I am a part of. It loops through 20 categories then freezes.
  10. I commented out the categories array area and the script ran clean, but I'm sure I'm missing some information in the output file. Any ideas what might be causing this area to freeze? I can execute the query that it uses to pull the categories through phpmyadmin and the query returns results.
  11. Script ran for 2400 seconds and timed out, increased to 10000 and running again. That's 45 minutes at 2400 seconds!
  12. Yeah, I just downloaded the latest release of php and compiled it standalone. Running the script from command line right now, been running for about 3 minutes, before it would crap out at about 1 minute, so far so good? :) Would it be possible, if this works, to have the admin section run a system command to do the generate instead of using the apache php version? I know I'm asking for alot.
  13. I've increased it to over a gig, no different unfortunately.
  14. If the contribution was installed correctly, you should be able to go into admin and flag the FTP field to yes, then fill in the information for the ftp site (which google provides). If you have not signed up for the account on google yet, the link is here: http://www.google.com/intl/en_us/products/submit.html Hope that helps!
  15. Feedmachine pulls the image name from the products_image field in the database. Not sure how your modification gets the image name. Not sure how technical you are, but what *I* would do is look at my product_info.php file, do a search for the image mod you have and figure out how to get the image query from there to work in the feedmachine.php file in admin/. Either way, I find it quite strange that the URL in the feed has that random looking stuff as the image name.
×
×
  • Create New...