Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dspeak

Pioneers
  • Posts

    107
  • Joined

  • Last visited

Everything posted by dspeak

  1. I version 2.3.3 installed. Using paypal websites payment standard. Just had an order come through that was not saved. Payment was made to paypal. Item sale was saved in database. Sale was not saved under customers name in database. Did not received confirmation email on sale. I am also using the same paypal account for another store that is version 2.2 rc2, (yes, I will upgrade soon) could this have anything to do with it? Thank you in advance.
  2. All right, got it to work so far: Had to make a change in template_top: <script type="text/javascript" src="ext/jquery/bxGallery/jquery.bxGallery.1.1.min.js"></script> <link rel="stylesheet" type="text/css" href="ext/jquery/fancybox/jquery.fancybox-1.3.4.css" /> <script type="text/javascript" src="ext/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script> and replace them with these: <script type="text/javascript" src="ext/photoset-grid/jquery.photoset-grid.min.js"></script> <link rel="stylesheet" type="text/css" href="ext/colorbox/colorbox.css" /> <script type="text/javascript" src="ext/colorbox/jquery.colorbox-min.js"></script> That fixed it.
  3. Ok, I just set everything back to the original and changed template_top back to the original. Now everything including admin is back to the light blue theme. Could template top have something to do with admin side. I renamed my original to template_top_new and uploaded template_top from your download. Any ideas?
  4. Thank you Kymation, I put back the original files and the same thing is still happening. I am thinking about starting all over and trying again.
  5. Nice contribution. I installed it and the new Redmond. Went to theme roller and downloaded blitzer. I can change from one to the other with no problem. I like it a lot. I have one small problem, that is on the admin side. Everything is now in text like there is no theme there anymore. I think it might have to do with admin/includes/template top.php but not sure. I use OSC ver 2.3.3 and theme switcher version 1.4.3 the jquery and jquery ui are both 1.10.4 Thank you Kymation for a wonderful add on. Please help,
  6. Ok, just about got the admin side working not happy with the placement of the discount table, but can live with it on that side. Problem I am having now is I have no search functionality on the admin side. When I search for a product it always comes back with nothing found. I know this has to be in the admin\catagories.php file. Any help to narrow it down would be greatly appreciated.
  7. @@dan, Thanks, looking back over the instructions and comparing both files I found where I had this statement in the wrong place, $pInfo->objectInfo($product); Now I will work on the catalog side. Thanks for the help.
  8. @@Dan Cole, The table is showing up to input the price breaks and it is showing in product info on the admin (have not done the catalog side yet). But when I go back to edit the same product the price breaks are not showing, its all blank like I never put anything in there?
  9. Ok, I checked the database and the price breaks are showing there, but why is it not showing in the admin/catagories edit a product. Also if I click on the admin/catagorie product I see the price break table. What did I miss?
  10. I use this contribution and love it. I am not a programmer and have no clue on how to do what I want. I would like to add a button to the customer order in admin that would allow me to view the vendor order email and print it. This would stream line from having to go back to the vendor orders to see the email. Any help is greatly appreciated.
  11. Hi, this looks like it is a fine contribution. I have manually changed the files and uploading to Admin. Everything seems to look fine except the admin catalog page. All the catagories names have shortened, but the biggest problem is that every single item in my store is listed at the bottom of the category page. I know the error has to be in the admin/category.php file, but I just cannot find it. Any help?
  12. I have a problem with this add on. I have used it for the past 2 years with no problems. Then one day it quit working, not completely but most of it. I can click on the edit and it carries me to the next screen. The only thing I can see is customer, shipping address and billing address blocks. They are populated with the customer info, but there is nothing under that. There product info, or no way to change anything. I re-installed the version 5.07 that I was using and still no better. Please help.
  13. I would like to add a vendor order button in the customer order window in admin. Can anyone help?
  14. I messed up, was looking at the wrong master_listing file.
  15. Thanks Gergely, I looked at the code last night, I am using RC2. I see some similarity in the code, but just can't quite get it all figured out. I will play with it some, hopefully I can get this working soon.
  16. Thank, I must run home now, but I will give it a try this evening. I really appreciate your help. Some day I would like to buy you a beer, of coffee whichever you prefer.
  17. I assume this would be in the product_info.php file. Would you suggest I add this in addition to code that is there or replace the dropdown code with this. Sorry to be such a bother.
  18. Does anyone know where the code is that controls the qty drop down box for the master product and for product_info. I am going to try and change this so it is a text input box.
  19. I am sure with all the great programmers out there, that someone can step up to the plate and figure out how to change the drop down box to a input box. Please someone. This is a wonderful contribution, and this is all that is needed to make it perfect.
  20. thank you. I don't have a problem if the product is a master or slave. The problem arises when a product that is not assigned as a slave is chosen. The drop down menu limits the customer to only 20. I sell parts for farmers. A few of my products, the customer may order 20, 40 or sometimes as many as 500.
  21. Let me rephrase the 1st problem I am having. When I go to product_info.php?products_id=xx, I have the text_quantity drop down box and limited to 20. Can I change this drop down box to a input box? Also when I am on the individual product page and enter a number in the drop down box, it will not update the shopping cart. Please help, I really like this contribution.
  22. I am back at trying to get this to work. I am going to take 1 problem at a time. Is there anyway to change the drop down qty box on the master to a qty input box?
  23. I have also noticed on the order listing page, the product only shows up if payment was made using paypal. If cc was used it will not show up.
×
×
  • Create New...