Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Snarg

Members
  • Posts

    189
  • Joined

  • Last visited

Everything posted by Snarg

  1. Thank you for the reply! I'll wait and see what you can come up with in regards to the USPS integration. Looking forward to it.
  2. Hello, I would like to thank you for developing this module as this may be just what I have been looking for. Before I install, allow me to explain what I would like to do. I hope that you may be able to guide me towards the correct settings. I have several categories and sub-categories that use table based shipping, based on the number of items. I do not wish to change those settings. I am adding a number of new categories/sub-categories that will be free shipping. I will also have at least one category/sub that will ship based upon USPS rates. Will this module work for those requirements and, if so, what settings should I use? Thank you for your time.
  3. Thanks for the reply Jack. I found the "Free Shipping Per Product" addon pretty much the same time you were replying I'll give that a shot first.
  4. Hello, I would like to have the ability to offer free shipping on select products. Is there a module that does this that is not horribly out of date and works on 2.3.4? Thank you for your time and any assistance you may provide.
  5. I see this message a lot but, I don't really understand what it means. Thank you in advance.
  6. (sigh) Sometimes it's the simple things that slip right past you... I didn't install the header tags. Thank you so much for your help. I puzzled over it for hours. Thank you and have a great day.
  7. My question is in reference to the module found here. To the best of my knowledge I have followed all of the install instructions to the letter. I have copied all required files and made the two file changes. The module installs just fine through the admin page and I am able to create an entry. However, upon checkout, an entry field for the discount code does not appear. I have no errors, but I also don't have a functioning discount code :( Does anyone have a screenshot of what it is supposed to look like? Please let me know what other information I may be able to give you. I am very much looking forward to this contrib. Any and all help would be greatly appreciated. Thank you in advance.
  8. Works awesome! Thank you so much burt. Please enjoy a strictly plutonic, between two good buddies, virtural hug.
  9. Thanks Burt :) In turn, I will award you a prize for the fastest repsonse. I'm assuming this chage goes in checkout_shipping.php in the stores root, as this is the only place I can find the line. Changing and testing now...
  10. Appoligies in advance for bumping such a horribly old topic. Please forgive me. I have burt's contribution currently installed, and it works fine. The problem is, I don't know how to make it mandatory that someone fill out a date. I have found this contrib. I know it is really old, but does anyone know if it would work with OSCommerce v2.3.3.1? Thank you for your time.
  11. Thank you so much Jack, the fix seems to be working great. I'll let you know if something goes awry. On a side note, I love how much support you give for a free product. Please, keep up the good work.
  12. Thank you for the quick reply Jack. Ummm..one question though, in what file would I make this change? Thanks in advance.
  13. I am having a similar issue. The site never loads, it just eventually goes to an error. I can load my admin screen and have disabled View Counter so the site will run. This is the error I get: Warning: file_get_contents(http://api.hostip.info/?ip=206.63.xxx.xxx): failed to open stream: Connection timed out in /homepages/25/d238487425/htdocs/includes/modules/view_counter_country_block.php on line 79 2006 - MySQL server has gone away select 1 from view_counter_block_list where name_to_block = '' [TEP STOP] 2006 - MySQL server has gone away select count(*) as total from sessions where sesskey = 'x2bx4b8xa6x3a1xx84x0e10xc83x13d77c' [TEP STOP]
  14. @@fur Thank you. The contib works great 'out of the box' :) Teeny, tiny, non-issue to most people, issue for me: I have FWR Media's KissER Error Handling contrib installed on my test site. When I bring up the report, I have about 17 of these type of errors: Error: Undefined index: count_by File: stats_keywords_searched.php Line: 17 I realize that these are not show stoppers, by any means however, if I could fix them (not suppress them) that would be awesome. I am not a coder, by any stretch of the imagination however, I did try and fix it. Failed miserably. I messed around with isset() with no success. Any chance you could point me in the right direction? Thank you for this contrib and your time.
  15. So far it looks good. Now I just need to have an error so I can see if it actually reports. Thank you @@greasemonkey :)
  16. @@greasemonkey Super fast test, failed. I get this error: Fatal error: Out of memory (allocated 27000832) (tried to allocate 32 bytes) in /htdocs/includes/functions/database.php on line 44 No clue what might be causing that problem.
  17. I am using a brand new, fresh out of the box, just broke the seal version of 2.3.3.4. KissER Error Handling & Debugging is the only contrib I have attempted to install. Once everything is uploaded and the files are edited, this is the error I get: http://img200.imageshack.us/img200/2913/ha14.jpg I sure hope FWR is still supporting this contrib.
  18. Awesome. Works perfect now. Thank you Jack, most appreciated.
  19. Thank you for the reply. Umm...any chance you would happen to know how I would change it? I am using XAMPP.
  20. Jack, I am attempting to set this up on a local computer, in anticipation of running it on my live site. The installation runs fine and I am able to see and manipulate all of the options. The trouble begins when I attempt to turn on View Counter. As soon as I do, I get the following error: Once I get that error, the site is dead. I have to roll back the database to fix it. Is this error due to this being on 'localhost' and not having a real IP? I would hate to not be able to test it out on my local computer prior to running it on my live site, especially if there is a chance of crashing the live site. Thank you for your work and I am looking forward to a reply. Have a great day.
  21. Well, with much fiddling, (yeah, that is a technical term), I have gotten the Sold Out contibution to work on 2.3.3. It's a great contrib, I just wish it was included in the original install.
  22. Hello, I am doing my best to install this addon to my store however I am running into a slight poblem. In catalog/product_info.php it instructs me to replace this: <span class="buttonAction">tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> With this: <!-- original<span class="buttonAction"> tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span>--> <!-- show-soldout-v1.0 for 2.3 --> <span class="buttonAction"><?php if($product_info['products_quantity'] <= 0 || $product_info['products_status']==0) echo tep_image_button('button_sold_out.gif', IMAGE_BUTTON_SOLD_OUT); else echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> <!-- end show-soldout-v1.0 for 2.3 --> The problem is, I don't have that section of code in my store. What I do have is this: <span class="buttonAction"><?php echo '<span class="text">' . TEXT_ENTER_QUANTITY . ' ' . tep_draw_input_field('cart_quantity', '1', 'size="5" style="vertical-align:middle;"') . '</span> ' . tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> I have tried my best to come up with the solution, and have come up with this section of code: <!-- original<span class="buttonAction"><?php echo '<span class="text">' . TEXT_ENTER_QUANTITY . ' ' . tep_draw_input_field('cart_quantity', '1', 'size="5" style="vertical-align:middle;"') . '</span> ' . tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span>--> <!-- show-soldout-v1.0 for 2.3 --> <span class="buttonAction"><?php if($product_info['products_quantity'] <= 0 || $product_info['products_status']==0) echo tep_image_button('button_sold_out.gif', IMAGE_BUTTON_SOLD_OUT); else echo '<span class="text">' . TEXT_ENTER_QUANTITY . ' ' . tep_draw_input_field('cart_quantity', '1', 'size="5" style="vertical-align:middle;"') . '</span> ' . tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> <!-- end show-soldout-v1.0 for 2.3 --> My question is, does this look even somewhat correct or am I way off track here? Thank you for your assistance.
  23. Works perfectly now! Thank you Peper.
  24. Hello, I would like to charge my shipping based upon the number of items the customer has ordered. When I had a 2.2x shop, the modified shipping table I had worked fine. However, it does not play well with 2.3.3. I was using the shipping table found here: http://addons.oscommerce.com/info/928/ When I run it with 2.3.3 and go to checkout, I get the following error: Deprecated: Function split() is deprecated in /includes/modules/shipping/table.php on line 62 Warning: Cannot modify header information - headers already sent by (output started at /includes/modules/shipping/table.php:62) in /includes/functions/general.php on line 49 Any help either getting this module to work or pointing me to a table based shipping module that uses the number of items to charge shipping would be greatly appreciated. Thank you for your time.
×
×
  • Create New...