Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

memorylaneplates

Archived
  • Posts

    40
  • Joined

  • Last visited

Everything posted by memorylaneplates

  1. Thats right, i thinks its a bug, i have the same issue. unless i take it off the product page, submit, and then go edit the product to add it again, the changes aren't reflected. My guess its a bug ;-)
  2. Joey, I have used your sort order add-on. Now it seems to only work when your FIRST add them to the attributes area, now when you add them to your attribute sets. Also, found out that if you go back and edit the product, it messes up the attribute :-/ What i would like to see is another colum were i can enter the number, so that none of that happens. Thanks
  3. Is there a sorter that will work with this contribtution? Has anyone made one, but hasn't released it? Would love to have it! Thanks
  4. I WANT THIS TOO!!! ANYONE DONE THIS YET??? \/ \/ \/ \/ \/ Just and addition to my previous post. after some thinking would anyone know how configure the code of indvidual shipping to say that it should use the highest first product shipping rate and then the second shipping rate for all other products... so if Product A is 2.00 (first shipping rate) and 1.00 (second shipping rate) and Product B is 1.00 (first shipping rate) and 0.50 (second shipping rate) SO if i buy 1 product A and 1 Product B my shipping to say that Product A has the highest first rate and so it must use that and then the second rate for the other product SO it will look like 2.00 (product A first shipping) + 0.50 (Product B second shipping rate) Adding to that if Product C is 5.00 (first shipping rate) and 3.00 ( second shipping rate) then the calculation should be if i bought 1 product C , 2 product A's and 1 product B shipping should be Product C first as it is the highest = 5.00 then Product A's second rate ( 1.00 x 2 ) = 2.00 and then Product B = 0.50 SO the total shipping would be = 7.50 The calculation counts the higest first product only. this is the code to which i would like to adjust: CODE // mod indvship $this->shiptotal += ($products_ship_price); if ($qty > 1) { $this->shiptotal += ($products_ship_price_two * ($qty-1)); } // end indvship Hope anyone can assist me..
  5. TJ, that means in your config file or in your ftp files you don't have uploads either set to the correct path or don't have it created under /catalog/images/uploads or its not chmod to 777
  6. haha just ignore me :-D I got it, seems like i didn't delete all previous attributes, so once i did that my file upload worked :-D THANKS! BUT!!! I'm still looking for a way to sort in the sets not when i first create the attribute, b/c i have to add some later one and don't want them at the bottom on of my list i want them worked in where i want them to show up in the select... Thanks!
  7. Ok here is my issue..... I installed the file_feature .77 and well it works if i don't use the attribute sets. If i try and use the attribute sets, and make a set with only this "upload" option in it, and when i add it to my product and click on the update (after the preview screen) i run into this 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 ',,'')' at line 1 insert into products_attributes (products_id, options_id, options_values_id, options_values_price, price_prefix) values (11,,,,'') [TEP STOP] Now i have looked at the previous posts with this same error, but im not running over 255 charecters, but anyways i changed the products_attributes_sets_name to > text , in the products_attributes_sets_values table. Still nothing. Can i get some help on this? Thanks
  8. Ben thats already done...check the contributions page for the latest update. someone has redeisgned the attribute set to allow for delete and modify of the sets! works great!
  9. I get this error now Fatal error: Cannot pass parameter 3 by reference in /home/includes/modules/product_listing.php on line 13 This is line 13: $listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_SEARCH_RESULTS, 'p.products_id'); Do you have an uninstall for the database? I didn't realize this script worked with a paid service. I think my error contributes to the database. Thanks
  10. Can anyone help moonlitsun and myself? Thanks :-D
  11. Hello....I would like to be able to sort order this script or when i set-up a attribute set....the way i set it up, i would like for it to display in that order... I did read a few pages back that you had this...BUT this seems to only work from when you FIRST input the value in the attribute menu, not in the set. Is there an easy fix to this? I LOVE IT OTHERWISE! KEEP UP THE GOOD WORK!!
  12. ok sorry thats not quite what i need.... Looking for something like this: Have free shipping on select items ONLY when purchased with select items? Is that out? or can it be made?
  13. Is there such a contribution? I have a few products that i would like free shipping on but not all Thanks
  14. Can someone help me combine these? I like having the attributes on the product page, but don't like having the sort order on the attributes page. Anyone have this done already or can tell me how to do this? THANKS!
  15. Hey guys got this to work!!! YEAH!!! ok on the enhancement part...for the admin to click a view here linnk...its not working at all....can anyone help? Thanks
  16. I just can't do it anymore....its killing me....I'm wasting my days, when i could be making money. I know the potenial of OS thats why i want to use it. just suck at contributions!!
  17. Ok, I don't know HOW MANY time i've deleted OS and then re-installed, over 5 for that sure! maybe near 10 TIMES!!!! I CAN'T GET THIS! :-( Will some-one who has this or who can throw it together for me do it? Here are a list of contributions i would like. STS (simple template) File .77 (File Upload option) Edit Orders PWA (purchase without account) ----------------------------------------------------- THOSE ARE THE MAJOR MUSTS! ----------------------------------------------------- Here are the if you have time. Multiple images tracking number coupons I can't think of any more..... The only thing i don't understand is why do all the hacks have to act as stand-alones? (you overwrite and your done)..Most places that i go to for my other php stuff, tell you: find: (echo) add after: (print) or find: (echo) replace with: (echo=hi) Why don't the contributions have this? back to topic IF SOMEONE COULD DO THIS FOR ME!!! I WOULD APPERICATE IT!!! I'VE SPENT THE LAST 3 DAYS AND MANY RE-INSTALLS AND JUST CANT DO IT ANYMORE!! Thanks for your time!!!!!
  18. I just installed the 1.2 and get these errors.... Warning: main(includes/classes/cur9/20/2004rencies.php): failed to open stream: No such file or directory in /home/content/shop/admin/orders.php on line 15 Fatal error: main(): Failed opening required 'includes/classes/cur9/20/2004rencies.php' (include_path='.:/usr/local/lib/php') in /home/content/shop/admin/orders.php on line 15 Anyone know how to fix this? Thanks
  19. Just double checked my checkout_process....had an extra attribute line, thanks that worked for my emails :-D Still having problems with my admin area, and I can't get the link to show (click here to view) thanks for the help
  20. - Upload: TEXT (+$1.00) <-----sorry this is in the admin section. On the customers screen it shows up correctly the id. filename.ext but its my admin order screen that doesn't show. Thanks
  21. can you tell me what files i should look at? It looks like its showing up in the email twice, once with the name and once it says TEXT (but i only have one upload box) please help
×
×
  • Create New...