Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

swtnhpy

Pioneers
  • Posts

    269
  • Joined

  • Last visited

Everything posted by swtnhpy

  1. I have installed this contribution to a heavily modified shop and am having problems integrating the code into product_info.php On products that do not have a master or any slaves, the add to cart button and wishlist button are not adding anything to the cart. I have compared it to my original product_info and the mod and can't find out where the problem is. Any ideas?
  2. You can add this where you want the box to show up. ie; column_right, column_left, footer, etc and these files are located in catalog/includes/...
  3. Anyone have an idea of how to integrate this contribution with Simple Visitor Newsletter. I have both of these great contributions installed and working seperately.
  4. A store selling linens. Blah blah comforter sold seperately from bedskirt, shams, etc. I want to add the bedskirt, shams, etc on the product_info page for them to add to cart right from the comforter set product info page. Which would be the best contribution for this?
  5. I installed your page cache contribution and I am also using STS. I get this error when I turn on page cache.. Fatal error: Call to a member function count_contents() on a non-object in /home/ckcollec/public_html/includes/sts_user_code.php on line 64 This is my line 64 $productno = $cart->count_contents(); Any ideas? I think it is where I have my cart showing in column_right1.php As soon as I turn page cache off, store works fine.
  6. You must also add an entry into new custom boxes in sts_display_output.php I have a different issue with this contrib. Once you enter an email address and push subscribe, it goes to visitoremail.php?action=process with a blank page. The email address is entered into the database just fine. Then you go to send a newsletter, I get this Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/admin/public_html/admin/includes/functions/database.php on line 99 This is my line 99 return mysql_fetch_array($db_query, MYSQL_ASSOC);
  7. What do you mean my FS path definition?
  8. Since moving the site to a new server, have not been able to get any cc modules to work with the exception of the regular cc module. I can get paypal one to work, money order one works, anything that sends the cc information to a processor is not working. I get Credit cArd error at the top of checkout_payment screen. Payment Information Credit Card Error! Billing Address Please choose from your ..... what could be causing this?? Anyone know
  9. I am having a weird problem with this contribution. Order emails go out fine with proper formatting using "n\". BUT...when I go to update the status of an order and it sends an email to the customer, the formatting of the email is with no line breaks at all and it actually shows up like this: ...................................Order Number: 81489Detailed Invoice: https://store.com/account_history_info.php?...er_id=81489Date Ordered: Monday 06 August, 2007Thank you for shopping at store.com. Your order has been updated to the following status: ShippedIf necessary, you may check the status of your order directly by following the link above and login to your account. If you have further questions or comments, please reply to this email or contact us via our contact page at http://www.store.com/contact.php.Again, we would like to take the time to thank you for shopping at store.com.Sincerely,Customer Service Department
  10. I am also using this module and keep getting a credit card error. Any ideas?
  11. I have just moved my store to a new server and moved all the files and everything and I'm getting this error Warning: require(STS_START_CAPTURE) [function.require]: failed to open stream: No such file or directory in /home/xxx/public_html/shop/includes/application_top.php on line 556 Warning: require(STS_START_CAPTURE) [function.require]: failed to open stream: No such file or directory in /home/xxx/public_html/shop/includes/application_top.php on line 556 Fatal error: require() [function.require]: Failed opening required 'STS_START_CAPTURE' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/shop/includes/application_top.php on line 556 What does this mean?
  12. Ok, I have added this contribution and this is what is happening.... Fatal error: Call to undefined function process_uploads() in /home/admin/public_html/shop/admin/categories.php on line 437 this is line 437 $add_images_error = process_uploads($image_subdirectory,'thumb_images','medium_images','popup_images',$sql_data_array,$messageStack); Anytime I try to add additional images, this is the error I get. I am certain this is happening because when I go to add an image, it says it is trying to upload the image to the directory when in fact the image is already there. It will try to upload it to say: public_html/images/ then the space below it inserts the category name. Also, on products that already had an additional image from the earlier version, I am getting problem below..no thumbnails are being created.
  13. I'm beginning to think that the upgrade to php5 is causing this problem with SEO URLS because I turned them off in my other shop and reset the category box and all is working fine there but not in the shop that I have the SEO URLS running on. any ideas to fix this?
  14. I am having a problem. All of the sudden, all of my categories are displaying a page not found error. If I turn of SEO URLS then it works fine. What could be the problem?
  15. Ok I looked at my error log and it says update zend optimizer as it is not supported by php5.2
  16. I have had my shop up and running now for a while and never had this problem before if someone cal give some insite. I go to download a complete text file and I get a page can't be displayed. What would cause it to hang up like this? I haven't added any more products or anything to make me think that it is because of the file size. Any ideas?
  17. Question for you, how do I go about upgrading to the most recent without loosing all of the mods I have done. We are talking probably 20+ contributions.
  18. I am having a problem with this contrib also. Everything is working correctly except the GV Queue. When I go to GV Queue in admin, I get the following error. 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-12, 12' at line 1 select c.customers_firstname, c.customers_lastname, gv.unique_id, gv.date_created, gv.amount, gv.order_id from customers c, coupon_gv_queue gv where (gv.customer_id = c.customers_id and gv.release_flag = 'N') limit -12, 12
  19. Do you happen to have a screenshot of this in use?
  20. I am unsure which contribution I need, someone talked about but I've looked around and can't seem to find the right one. This deals totally on the admin side and when you view or edit a product, the attributes were right there on the same page and you could just use check boxes or dropdowns to add the attributes. Any ideas?
  21. Thanks soooo much :) I thought I looked over that file too. Must have missed it.
  22. I only use a flat rate shipping for my store and in checkout there is text that I want to remove but can't seem to find. Flat Rate Best Way $6.00 I want to remove the best way part.
  23. I am also having this problem with order emails sent to the customer.
×
×
  • Create New...