Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

danthman

Pioneers
  • Posts

    189
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dan Snyder
  • Location
    Ft Lauderdale, FL

danthman's Achievements

  1. I added Discount codes to OSCommerce 2.2 and it totals fine but I get MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DISPLAY_CONFIG instead of the discount coupon that was used on the checkout page and on the order process email. Thinking it was a problem with the includes/languages/english/modules/order_total/ot_discount_coupon.php file I changed MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DISPLAY to MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DISPLAY_CONFIG and now I see Discount Coupon %s applied. Getting closer, bit it still does not display the actual discount code used. What have I done wrong? Thanks for the help, Dan
  2. I have Wishlist 3.5, how can I add a quantity box to it so that a person can indicate that they would like more than one of a particular item? Thanks Dan
  3. I installed InternetSecure_MerchantLink_with_ExportScripts_v1.9.2 and it seems to work fine during checkout, it charges my card and the transaction shows up in the admin of my shopping cart, but when I am returned to my site I get the following error message: Fatal error: Cannot redeclare class order_total in /home/megplus/public_html/includes/classes/order_total.php on line 13 what have I done wrong? Dan PS - I am adding this reply again because I prevously added it in the wrong area.
  4. I installed InternetSecure_MerchantLink_with_ExportScripts_v1.9.2 and it seems to work fine during checkout, it charges my card and the transaction shows up in the admin of my shopping cart, but when I am returned to my site I get the following error message: Fatal error: Cannot redeclare class order_total in /home/megplus/public_html/includes/classes/order_total.php on line 13 what have I done wrong? Dan
  5. I installed Imprint Text V 1.3.5 and it works fine except for one problem. The text option box only shows up when there are other options with the product. If there are no other standard product option with a drop down menu the text options do not show. I have checked and rechecked the code but can find no errors. Can someone point me in the right direction to fix this? Thanks, Dan
  6. I was not able to find mention of this issue earlier in the thread but I discovered that all popup images, large or small, were being reduced by 16 px in width and 32 px in height. I partially solved the problem by increasing the padding in jquery.fancybox.js from 10 to 30. I edited: $.fn.fancybox.defaults = { padding : 30, The pics are no longer distorted and appear the correct size but they are offset to the right and down. How can I center them without distorting them? Dan
  7. I'm speaking of the actual pop up image, not the thumbnail. I have all the width settings blank for the smail images, tiny images, etc.
  8. I just installed the v1.3.5 mod and it works fine except that the pop up images are coming out distorted. They are slightly smaller in height than the original and much narrower than the original, making them very distorted. What did I do wrong? Is there a way to edit this? Shouldn't they be the same size and proportion as the uploaded pics? Thanks, Dan
  9. I've had the same problem with v 3.32, tried everytihing and searche everywhere with no luck. It only shows up in checkout_confirmation.php if the page is refreshed. Is there a command line to make the page refresh automatically? Placing that in the code may solve the problem.
  10. I have installed Discount Coupons 3.32. The discount did not show up on the checkout confirmation page unless the customer refreshed the page. I put it in Debug mode and now it works correctly but in admin when I check the orders the order is cut off at the discount. I viewed source and get the debug message: <!-- Discount Coupons DEBUG order Object ( [info] => Array ( [order_status] => 1 [currency] => USD [currency_value] => 1.00000000 [payment_method] => Authorize.net AIM [cc_ty</td> I get it also with Paypal sales and only when a discount code is entered. I have looked through the code closely and cannot find any errors. What did I do wrong? Thanks, for your help, Dan
  11. After looking at this again I find that if I set the discount coupon module in debug mode it works fine but no error messages show up, as stated in the module. Perhaps this is a clue as to why it needs to be refreshed to show up as described above. Can I leave it in debug mode permanently and forget about the error code? Can I edit the code to get the error to show up in debug mode? Dan
  12. I added discount coupon codes 3.32 after removing discount coupon codes 1.4. it works fine as long as someone enters the correct code but if they enter an incorrect code, get the error message, then enter the correct code the discount does not show up on the checkout confirmation page unless they refresh the checkout confirmation page, which they do not know to do. I have looked all through the code, what could I have left out? Thanks for your help, Dan
  13. I installed this mod and it works great except for one thing. When I go to admin>orders.php and select an order, the customer's phone number does not show up. The delivery phone and billing phone shows up, but not the original number. This is bad if the customer does not enter a different shipping address, now we have no way of contacting them. I have 100's of customers who will be reordering, I need to get their home phone number. The numbers are still in the database in the customers table under customer_phone, but the new orders page seems to be taking all the numbers from the address book table in entry_telephone. Since this field was just created, it is empty for all the old customers. How do I get the customers phone number to show in the orders.php page? Dan
  14. I just installed One Page Checkout 1.06 and have a few problems. Using only one payment method I get a popup error "There was an error setting payment method..." . If I add an extra payment method I do not get the error but when I press Continue I get the following error: Fatal error: Call to a member function pre_confirmation_check() on a non-object in /home/gnherbs/public_html/includes/classes/onepage_checkout.php on line 644 Does anyone have any ideas how I can solve this? Thanks, Dan
  15. I have installed PDF Customer Invoice - Email PDF as Attachment and it works great. Is it supposed to also email a PDF invouce to admin? I do not get the attachment, only the customer does. If it is not supposed to email admin a PDF invoice attachment how can I alter it to do this? Thanks, Dan
×
×
  • Create New...