Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

echolalia

Archived
  • Posts

    55
  • Joined

  • Last visited

Profile Information

echolalia's Achievements

  1. I downloaded the PayPal IPN fix in http://addons.oscommerce.com/info/4269. I'm using the fix for quantity discount - and works without any issues!
  2. I'm sorry to bringing back an old topic - however I didn't want to start a new one. Did anyone find a solution? Or did PayPal Website Payments Pro offer a fix? Thank you!
  3. Morning, I finally installed Sort Products by Dropdown. The installation was quite easy, however I am having problems with the crontab. I have set the Crontab in plesk (using plesk 8.1.0) HTTP Server: Apache/2.0.55 (Ubuntu) mod_python/3.1.4 Python/2.4.3 PHP/4.4.2-1build1 mod_ssl/2.0.55 OpenSSL/0.9.8a mod_perl/2.0.2 Perl/v5.8.7 PHP Version: 4.4.2-1build1 (Zend: 1.3.0) /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 1: ?php: No such file or directory /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 2: /bin: is a directory /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 5: osCommerce,: command not found /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 6: http://www.oscommerce.com: No such file or directory /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 8: 2006-06-10: command not found /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 10: Released: command not found /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 11: anon_ftp/: is a directory /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 13: syntax error near unexpected token `'includes/application_top.php'' /var/www/vhosts/domain.com.au/httpdocs/cron_update_bestsellers.php: line 13: ` require('includes/application_top.php');' This is my first time using crontab. Thanks in advance! Laurence
  4. Hey Mark, I am in the same boat as you. I am looking at installing this contrib for a client's site who is after sorting by price, date and title. Any luck combining the two contributions? I am still learning php / sql... I guess I will download the code and poke around. Just wondering if anyone has any luck yet? Thanks! Lau
  5. Thanks Dan! I would love to use this module for a live-site I am working on, however the number of bugs is a concern for myself and the client. I understand that it takes a lot of effort to work on a contribution and ironing out the bugs. Just wondering how you are going with all of it? It's a great module and would love to see it up and running. Cheers!
  6. I also have the same problems. I commented out the lines that has the errors just for a cosmetic fix (so the problem's still exist)... Hopefully someone with a understanding of the auction plugin will be able to give us some help.
  7. Thank you to Laurent and Steve for those fixes. I have made the changes as recommended and the site seems to work smoothly. Andy Ferriby - Did you have any luck? Did you try removing the SQL syntax that was throwing out that error? IE - removing "ENGINE = MYISAM AUTO_INCREMENT =9DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci"? I don't know much about SQL (just learning it atm) - and hopefully you could remove that line and insert the sql query. --- Has anyone fully tested it out? I am able to make a bit, and created a second testing account and out bidded myself. I was then notified on my first account telling me that I have been out bidded. On the product_info page, I am not sure if I am a fan of being able to see who placed the previous bids and for how much. Also, it would be nice if you can set a maximum bid (like ebay), where you can place a bit of $xx.xx and it would go to that ammount if the someone else makes an offer. Thanks!
  8. Are you getting this error while trying to insert the SQL? Or on a page when you are trying to generate something? What is the error? I am still having some issues as well. They are the ones mention above.
  9. I believe (but this is my own personal opinion) that you upload Catalog_NEW_FILES and then mod all the additional files that is outlined in the read me / text file documentation. Hope that helps
  10. Firstly thank you Dan for a great contribution. Let's hope we can get this forum back to the original topic - support for Auction v2.1. I just uploaded a out of the box package of OS Commerce and installed Auction v2.1. It works great, however for a few little bugs. The first being: Page - http://domain.com.au/auctions.php The error display twice, under the Starting Price and Highest Bid Warning: Missing argument 2 for display_price() in /var/www/vhosts/domain.com.au/httpdocs/includes/classes/currencies.php on line 72 I know there is no modifications for the currencies file. Line 72 is function display_price($products_price, $products_tax, $quantity = 1) { return $this->format($this->calculate_price($products_price, $products_tax, $quantity)); } The second error is in: http://domain.com.au/product_info.php?products_id=8 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/domain.com.au/httpdocs/product_info.php:142) in /var/www/vhosts/domain.com.au/httpdocs/product_info.php on line 160 Line 142 in product_info.php is <html <?php echo HTML_PARAMS; ?>> And line 160 is: 159 if ($casprodid==(int)$HTTP_GET_VARS['products_id']) { 160 header('Refresh: 90');} else { 161 echo '';} I haven't had a chance to go over the code fully to see what could be causing the errors. Like I said before, I am using the out of the box installation. The sql file was installed. The admin works without any problems. Thanks in advance! Lau
  11. Hello Amanda, I haven't had any luck. Been away for the a while so yet to see if there is another solution. I was hoping that someone on the forums would have some idea what's going on as I'm still learning OS Commerce / PHP. Anyone had any luck? Cheers! Echo
  12. Hello Zanx, I have the same issue as you - with editing an entry. In trying to fix it / find a solution I have reinstalled the module, remove tinymice, insert a fresh SQL query from the installation file, use an old information_manager.php / information_form.php from another catalog that works... done everything I could think of without editing the base code. I am puzzled to why it doesnt work! I have another site working with Information Pages. The only difference between the new site and the other one is OS Commerce. The new site that is having trouble with OS Commerce is running 2.2rc1. While the old site that works is using 2.2ms2-060817. Anyone else having the same problem or know of a solution? Cheers!
  13. Hello sprstudios, I had the same problems with the insert buttons a while back. I found out that it isnt the .php code yet an issue with the SQL database. For some reason when i inserted the code into the database it set the objects to auto lock. You need to go into the information_group table and delete everything in the "locked' field. Check if that helps!
  14. echolalia

    Thanks for the help!

  15. Hey again, Sorry to be a pain the arse! I just installed the latest version (Information Pages Unlimited v2.04 with patch). Got it up and running on first go. Pretty simple. Thank. Now for the however - I can create a new page without a problem. Its when i go back into that page to edit it comes up blank. Its def saving to the database. I can see the entry within MyPHPAdmin etc... and it comes up within the site. Its just not retreating the entry from the database to edit. Just wondering if anyone else has had this problem with 2.04? Thanks! P.S Love the TinyMCE detection script!
×
×
  • Create New...