Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

frankc420

Pioneers
  • Posts

    41
  • Joined

  • Last visited

Everything posted by frankc420

  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.
  16. Sweetness! I'm hoping you have a solution for large stores =) Glad I could help with the https thing, lech or someone with some experience with this script will have to chime in on your issue.
  17. Just remove the s from the https... no longer secure.
  18. After doing a good bit of pondering, I figured it had to be crashing out because of all of the products we have. So, I installed a default OSC store and installed the feedmachine solution, it successfully generated 27 products. So, this brings me to my next question, how can we get this to work with larger stores? Thanks, Frank
  19. I've tried installing your earlier script and was unable to get it to work for whatever reason, so I've tried installing it again and when trying to run from command line it gets a segmentation fault after building the countries array. I find this very strange and it may be the exact problem that I had last time I tried using this contribution. Our store has over 1000 products and there is nothing really special about the database that would cause the php session to crash out. Any suggestions?
  20. I can definitely confirm that your code does in fact fix the total addup issue when an order is in the 4 digits. Thank you so much!
  21. I'm having this exact same problem, but I did not realize it was on orders over $1000 until seeing your post. If you find a solution please please please send me a PM. Thanks!
  22. I found the solution to my problem by trial and error. What caused my problem was a bug in the minimum order value within the Points/Rewards configuration. Setting the value for it to nothing fixed it, but I wanted to use the minimum value, so the fix was to look at /includes/functions/redemptions.php - Look at line 336 and change it to read: global $cart, $currencies, $order; Thanks to the person that posted the above solutions to the minimum value bug.
×
×
  • Create New...