Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bubbasplitshot

Pioneers
  • Posts

    139
  • Joined

  • Last visited

Everything posted by bubbasplitshot

  1. GREAT TOOL and excellent time saver in processing orders. My shop also prints the main in-house invoice page so we have a paper copy of notes related to the order. Is there a way to set THAT up so we can batch print them too? Thanks! -Brian
  2. Thanks, but I'm not looking to replace PayPal's Virtual Terminal. I'm looking for a tool to pipe the order to the Virtual Terminal interface so I don't have to type in the sale informtion for each order.
  3. My store site has a bunch of blank alt=' ' and title=' ' entries, such as: <td><img src="images/pixel_trans.gif" border="0" alt=" " title=" " width="100%" height="1"></td> I'm having trouble finding what controls that and how to populate them with something a little more SEO friendly. I thought the admin routine functions/html_output.php handled this but I'm not having much luck getting them to change. What's the right way to do this?
  4. bump. Perhaps there is an outside way that I can have the contents of an order passed via POST to the PayPal Virtual Terminal URL? I was sure this must have been worked out but am not finding it in the archives.
  5. I use the PayPal Virtual Terminal to process all my orders. Not automated, I need a module that could populate virtual terminal page with a click from my OsCommerce orders page. Is there such a thing? I can fill in whatever doesn't get copied over, like the full CC. I just don't want to keep having to type in all the sale details into Virtual Terminal yet want to keep using that Merchant system. Thanks!
  6. Hi, I need help with the Google Analytics eCommerce setup. I've read Google help, my web host help and osCommerce trying to figure out why my Google Analytics install only shows (direct) / (none) and mysite.com / referral sources for eCommerce transations. No joy. These results are wrong: Source/Medium Visits Revenue Transactions Average Value Ecommerce Conversion Rate Per Visit Value 1. google / organic 4,615 $0.00 0 $0.00 0.00% $0.00 2. (direct) / (none) 670 $190.52 2 $95.26 0.30% $0.28 3. google / cpc 547 $0.00 0 $0.00 0.00% $0.00 4. yahoo / organic 416 $0.00 0 $0.00 0.00% $0.00 5. other_site.com / referral 199 $0.00 0 $0.00 0.00% $0.00 6. msn / organic 173 $0.00 0 $0.00 0.00% $0.00 7. my_site.com / referral 140 $1,408.70 31 $45.44 22.14% $10.06 There should be values for other Source/Mediums. I know that once the user goes to cart checkout my site routes them to a https:// address but these pages also have the Google Analytics code in them. How can I troubleshoot this problem? Thanks!
  7. Thanks Jack! i'll take a look at those contribs.
  8. We get about 20% of our store orders by phone. I'd like to be able to integrate those orders into our oscommerce system through an admistrator interface. I'd also like to be able to change an order for when a customer calls and wants to modify their order or needs a refund on all or part of an order. Can someone help me with pointers to modules which could help with these features? THANKS!! :)
  9. What if I want to take a phone order and put it in my cart... is this the contribution to use for that?
  10. I'm loading an Easy Populate .csv file with a structure like: v_categories_name_1,v_categories_image_1,v_categories_name_2,v_categories_image_ 2,v_categories_name_3,v_categories_image_3..... but I'm not seeing any category images for the categories. Can someone tell me what I might be missing to make this work? It seems pretty straightforward but I get no images, not even a missing image. Thanks!
  11. I have tried putting my 400,000 record (206MB) .csv file into the temp directory on my host server and loading. It doesn't do it. There is just a reply screen after a few minutes: Easy Populate 2.76e-MS2 - Default Language : english(1) Filename: united_csv.txt I am able to set php.ini (and the values show up in a phpinfo() call), so I've using these settings: ; Maximum allowed size for uploaded files. upload_max_filesize = 300M ; Maximum size of POST data that PHP will accept. post_max_size = 400M ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 900 ; brians, 30 Maximum execution time of each script, in seconds max_input_time = 900 ; brians, was 60 Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 256M ;brians 128M, Maximum amount of memory a script may consume (128MB) ----------------- In easypopulate.php I have these updated settings: set_time_limit(3600); //brians, 330 // if you are splitting files, this will set the maximum number of records to put in each file. // if you set your php.ini to a long time, you can make this number bigger define ('EP_SPLIT_MAX_RECORDS', 5000); Settings Temp Dir: /web/osc/temp/ Temp Dir is Writable Magic Quotes is: off Split files on: 5000 records Model Num Size: 32 Price with tax: false Calc Precision: 2 Replace quotes: false Field seperator: comma Excel safe output: true Preserve tab/cr/lf: true Category depth: 7 Enable attributes: true SEF Froogle URLS: false More Pics: false Unknown Pics: false HTC: false SPPC: false Extra Fields: false -------------------- At this point I seem to be unable to load the file through the easypopulate std load, load it via the temp directory, or split it into anything other than small sections which will take a long time to load up piece by piece. Is there something else I can try to get the file loaded? I need to do this quarterly so a strong solution now will be worth the time spent to figure this out! Thanks!
  12. If I set post_max_size = 400M in php.ini then load my 400,000 record .csv file (renamed .txt) into the ./temp directory and try to load it I get: Filename: EP_Split99united.txt Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 369 bytes) in C:\Inetpub\wwwroot\osc\admin\easypopulate.php on line 980 :huh: I'll try splitting the file into largish chunks... I thought i'd have full control to allow this large file to be loaded but I can't seem to get there.
  13. more fun.... after getting many things working I was still timing out. the latest was a CGI Timout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. With many thanks to http://www.murraymoffatt.com/software-problem-0002.html I found: The above instructions work for IIS 5.0, which ships with Windows 2000. If you have Windows XP then you've probably got IIS 5.1 and should follow these instuctions: Open IIS. Expand computer name. Right-click on "Web Sites" and choose Properties. Go to "Home Directory" tab. Click the "Configuration" button, brings up another window. Go to the "Process Options" tab. Set as your heart desires. Ok out. -------- But sadly, it doesn't appear to be helping. Even after an IIS reset. How hard would it be to use a backdoor batch method for loading up my 400,000 record .CSV file into the database on my local box? The client needs quarterly updates of this data and I doubt loading 50-100 SPLIT files is going to be smiled upon. How might I call the easypopulate routine from a batch and avoid the web interface entirely?
  14. Thanks!! It appears it was the POST size in php.ini. I updated it to 64M for my test to work. Actually, my complete max file is 266,000KB so I'll have to try the setting at 300M. ; Maximum size of POST data that PHP will accept. post_max_size = 64M ; was 8M
  15. Following up on the above.. it appears my localhost website is timing out after 5 minutes. I can't see why. My setting are longer. Anyone have a clue as to why a 10000 record database splits up in seconds yet a 25000 record table times out? Settings Temp Dir: c:/inetpub/wwwroot/osc/temp/ Temp Dir is Writable Magic Quotes is: off Split files on: 4000 records Model Num Size: 12 Price with tax: false Calc Precision: 2 Replace quotes: false Field seperator: comma Excel safe output: true Preserve tab/cr/lf: true Category depth: 7 Enable attributes: true SEF Froogle URLS: false More Pics: false Unknown Pics: false HTC: false SPPC: false Extra Fields: false >_<
  16. surfalot, i'm struggling with the timeout issue on a mondo database I'm trying to load up (400,000 records). i'm on my dev box (localhost on windoz) and using EP_v2_76e_MS2. I've done step#2 above as in: set_time_limit(900); // 330 i've also mucked with my c:\PHP\php.ini file to set ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 900 ; ,30 Maximum execution time of each script, in seconds max_input_time = 600 ; was 60 Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 256M ; Maximum amount of memory a script may consume (128MB) Yet I *still* can't get said large datafile to load up! I'm OK at 4000 records. Actually it's likity-split fast at that level. But 100,000 times out and so will 400,000. Also, when it fails and I go "back" a page I see this: Warning: require(includes/application_top.php) [function.require]: failed to open stream: Permission denied in C:\Inetpub\wwwroot\osc\admin\easypopulate.php on line 17 Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\osc\admin\easypopulate.php on line 17 Just want to confirm that that's normal. I get around it by clicking another admin link then back to easypopulate. This has be a bit stumped too: (include_path='.;C:\php5\pear') as I don't have a php5 directory, it's C:\php The easypopulate.php seems to time out in about 5 minutes in spite of the settings I have shown above. -------------------------------- Settings Temp Dir: c:/inetpub/wwwroot/osc/temp/ Temp Dir is Writable Magic Quotes is: off Split files on: 1000 records Model Num Size: 12 Price with tax: false Calc Precision: 2 Replace quotes: false Field seperator: comma Excel safe output: true Preserve tab/cr/lf: true Category depth: 7 Enable attributes: true SEF Froogle URLS: false More Pics: false Unknown Pics: false HTC: false SPPC: false Extra Fields: false ------------------------ PHP Version 5.2.3 System Windows NT HPLAPTOP 5.1 build 2600 Build Date May 31 2007 09:36:39 Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared" Server API CGI/FastCGI Virtual Directory Support enabled Configuration File (php.ini) Path C:\WINDOWS Loaded Configuration File C:\PHP\php.ini -------------------------------------------------- Any suggestions that I could try would be appreciated. -Brian
  17. Is there a contrib that will let me know on an order how many OTHER orders this customer placed? Ideally i'd like to know the previous order numbers, sale amount and dates when a repeat customers' order comes in. Is there any such contrib? Thanks!
  18. Hi, i'd like to be able to know if an order was generated from an affiliate link when I receive the order in my store. Is there an option to have that information? I ass-u-me it wouldn't be too hard to write but thought it might already be done somewhere? Can someone tell me if there is an feature in osCAffilate to notify that an order is from an affiliate sale? Thanks!
  19. i'm setting up a new site and have just installed EP 2.76e. I noticed at the end of easypopulate.php the note: // /////////////////////////////////////////////////////////////////////////////// // The following items are not complete and untested. Experiment at your own risk. // /////////////////////////////////////////////////////////////////////////////// // Separate Pricing Per Customer (SPPC) (***UNTESTED AND MAY NOT BE FUNCTIONAL***) define ('EP_SPPC_SUPPORT', false); // default is false But yesterday's post from surfalot mentions a fix: + Included pui30576's fix for SPPC (9 Apr 2007) Being new to both contributions I'm looking for insight as to what level of support for SPPC is now in EP. In other words, what will I have to look out for in using the contribs together? For example, I'm wondering if I should do an initial data load before installing SPPC...? Will I be able to rerun EP after installing SPPC? what else do I need to look out for with these two contribs? Many thanks for any insights.
  20. Sorry if this information is somewhere hidden in all the previous posts.... I'm wondering if this contribution would allow me to offer people with websites their "own" store on my site. Something like http://thestore.com/mystore/index.php I then want to automagically pay commissions for sales coming in. I can do the latter with osC Affiliate but that tool doesn't let me create "spin-off" stores with their own logos, etc. Help and pointers to the correct contributions are greatly appreciated. :D
  21. Just setup the oscommerce contrib for Google Checkout and I seem to have most of it going. On my store site though the items are showing the greyed out icon and "not available for these items" displayed. What can I do to get this working? THANKS!
  22. I'm getting this error from GOOGLE: We encountered an error trying to access your server at https://<mysitenameremoved>.com/catalog/googlecheckout/responsehandler.php -- the error we got is: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: basic constraints check failed: pathLenConstraint violated - this cert must be the last cert in the certification path and my oscommerce cart is giving me this when I try to update a order from Pending to Processing, and enter some text and attempt to have it notify the customer (it does not error if I do not enter text or do not notify the customer): Error 400: Bad request. The parameters passed to the service did not match as expected. The exact error is returned in the XML response. Can I get some hints/help on these two? THANKS!
  23. After installing GoogleCheckout I'm seeing these two warnings in my Admin / Modules / Payment screen: Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /hermes/web06/b798/pow.islandwest/htdocs/includes/modules/payment/googlecheckout.php on line 137 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /hermes/web06/b798/pow.islandwest/htdocs/includes/modules/payment/googlecheckout.php on line 147 should I be concerned about this? Where is my INI file? Thanks! :D
  24. BUMP Anybody? Surely I'm not the only one to ever have this problem? Or so I hope...
×
×
  • Create New...