Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

RS Designs

Pioneers
  • Posts

    33
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ryan
  • Gender
    Male
  • Location
    Canada

RS Designs's Achievements

  1. @@greasemonkey and @@joli1811 I just want to thank both of you for helping me (multiple times :) ) Your code fixed my problem :) and site working correctly now. Thanks again, Ryan
  2. Hello, Just installed your add-on (V2.8.13) in my store (V:2.3.4) and it is working great. Except one error (But it does not stop it from working) -It is on the product page just below the attribute manager Any idea how to fix it ? Thanks,
  3. Hello @@joli1811 That make the code look better is notepad++ BUT page is still broken :( I also tried finding my logs but the only ones I can seem to find are only show which page someone is on but doesnt list any issues. If you need to see anymore of my code just let me know. Thanks again.
  4. Hello @@joli1811 or @@greasemonkey , I was wondering if one of you could help me as I don't no a lot about code yet. I previous had this add-on working great on my store (V: 2.3.3.4) but I recently upgraded to (2.3.4) and when I re-installed the add-on my " Checkout payment " page return Internal server error. Here is what the code looks like: (it seems like something is acting weird but not sure what. <h2><?php echo TABLE_HEADING_COMMENTS; ?></h2> <div class="contentText"> <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?> </div> /* kgt - discount coupons */ if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?> <h2><?php echo TABLE_HEADING_COUPON; ?></h2> <div class="contentText"> </div> <div class="contentText"> <?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"', $coupon); ?> </div> <?php } /* end kgt - discount coupons */ Any help would be great :) Thanks in advance.
  5. Just to add to all the fun I listed above ^ I just notice something else that is acting up. -After creating a custom product and hit "add to cart" I get another "Internal server error" with this link: ....../catalog/builder_main.php/action/add_products -But if I go back to the main store the custom product has been built and is in my cart correctly. Any ideas?
  6. @@Nefandous I forgot to thank you for fixing all the errors for me. Everything worked great on my store (version 2.3.3.4) But I have run into another little error after updating to (2.3.4) and added some more add-ons. I think I know what is causing the issue but don't know how to fix it. This is what is happening: -Everything is working great the only issue is I get "internal server error" after I hit the update button on the dependences page (and only that page, all other update fine) and this is the link in browser: ..../catalog/admin/builder_dependences.php?action=update&page=&sort_by=&cID=&row_by_page=80&manufacturer=&d_manufacturer= -Now after looking at the code I am pretty sure the problem in my canada post sell online add-on because it change the manufacturers file a little. Here is what it changed in the manufacturer file Open admin/manufacturers.php Find: if ($manufacturers_image->parse() && $manufacturers_image->save()) { tep_db_query("update " . TABLE_MANUFACTURERS . " set manufacturers_image = '" . tep_db_input($manufacturers_image->filename) . "' where manufacturers_id = '" . (int)$manufacturers_id . "'"); } ADD AFTER: // Canada Post OST Start $countries_id = $HTTP_POST_VARS['countries_id']; tep_db_query("update " . TABLE_MANUFACTURERS . " set countries_id = '" . (int)$countries_id . "' where manufacturers_id = '" . (int)$manufacturers_id . "'"); // Canada Post OST End Find: $manufacturers_query_raw = "select manufacturers_id, manufacturers_name, manufacturers_image, date_added, last_modified from " . TABLE_MANUFACTURERS . " order by manufacturers_name"; In the same line after 'last_modified' ADD: , countries_id Find The FIRST occurance of: $contents[] = array('text' => '<br />' . TEXT_MANUFACTURERS_URL . $manufacturer_inputs_string); ADD AFTER: // Canada Post OST start $contents[] = array('text' => '<br />' . tep_draw_pull_down_menu('countries_id', tep_get_countries('Select Country'))); // Canada Post OST End Find the SECOND occurance of: $contents[] = array('text' => '<br />' . TEXT_MANUFACTURERS_URL . $manufacturer_inputs_string); ADD AFTER: // Canada Post OST start $contents[] = array('text' => '<br />' . tep_draw_pull_down_menu('countries_id', tep_get_countries('Select Country'), $mInfo->countries_id)); // Canada Post OST End
  7. Hello, I was wondering if you would be able to help me. I am having the same problem. But my situation is a little different. -I had to running perfectly on my store (2.3.3.4) -Just upgrade to (2.3.4) and re-installed -Everything works and values are being stored in SQL BUT they are not showing up in my product page.... Here is a link to the pastebin of my categories file. http://pastebin.com/FXeSnULb And help would be great :) EDIT: Got it working. So if anyone else has problem the attached categories file works correctly now :)
  8. @@mattjt83 Sorry forgot about that :) Here is link to the add-on: http://addons.oscommerce.com/info/8795
  9. Hello, I am not the creator of this add-on but just looking for some help to get it working because the original maker has not answered my email. Here is what I know: - It was created in english but has german descriptions in the language file. (I just translated it back to english) - I installed as per the instructions and everything seems to be working expect of one the pages "catalog/admin/new_attributes.php" which is the page that manages with product gets which attribute. The page for creating each attribute works fine. - The error I get from the page is: Internal server error - I am running this on version 2.3.3.4 Any help is appreciated.
  10. Hello, I am also getting the same error as "simple190" It is happening in the checkout when try to show sipping options. Also is there any way to make it print out the error code it is getting? I am running this on Version: 2.3.3.4 Thanks,
  11. @@Nefandous Hello Sir, Well we are almost out of the woods. Everything seems to be working good except when you try to preview the order. I have attached a picture of the error I get. Also I am just using standard currency $0.00 (Canada) Nothing fancy or custom.
  12. @@Aleman Jimmor I had the same problem. Did you go into your admin- Modules tab, Boxes, Then the top right should say install module and it should be in there.
  13. @@Nefandous Thank you very much for fixing all the errors. Seems to all be working, Will keep testing it and keep you posted.
  14. @@Nefandous Ok, Starting to make some progress now. I did get the box to show up on the website now but when I click it nothing happens. just seems to refresh the page. Any thoughts?
  15. @@Nefandous Ok, I might have spoken a little to soon. Everything seems to be working now BUT when I enable the builder the button never shows up on my website. Everything says it is enable but just no button..... Any ideas?
×
×
  • Create New...