Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Proud

Archived
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Proud

  1. Any ideas? Is it something I didn't set up right after I installed and modified the files maybe?
  2. Thank you Safoo, I will wait for an answer from the support thread and see if they can help at all.
  3. Hi, I have been searching high and low. I have found a couple of contributions that sort of do what I want but am not sure if they are the best or not. What I have is an OSCommerce store (oodles of jewels), I currently use one dropshipper for that store, I want to add a second dropshipper. Of course the shipping will be different for the two dropshippers, so what I want is this. Someone orders 3 items from dropshipper #1 and 1 item from dropshipper # 2, I am going to be charged shipping from both dropshippers so I need to charge them shipping from both dropshippers. I don't really want to have to use two shopping carts because that is a bit of a pain for customers to have to check out twice, so what I need is a contribution that will make the checkout process recognize which dropshipper my customers are ordering from (1 or 2 or both) and charge them the correct shipping Dropshipper 1 shipping is $3.25 to the US, 6.50 to Canada and 9.50 international. Dropshipper 2 shipping is $6.99 to the US, 7.99 to Canada and $15.00 international. so if someone orders 2 items from dropshipper 1 and 2 items from dropshipper 2 and it's going to the US the shipping should be $10.24, but if they are only ordering from dropshipper 1 it's going to be 3.25 etc. is there a contribution that will do this? If so which one? I have looked at Multi-stores and that isn't exactly what I'm looking for. I've looked at Multi-Vendor shipping and installed it but can't get it to work with my admin controls for some reason, so I uninstalled it since my store is live I have to be able to use it. I have posted my questions about my problems in the support thread for multi vendor shipping and am waiting for a reply, but in the mean time I was wondering if that is even the contribution I want or not. Any help would be greatly appreciated.
  4. Hi, I have been searching high and low. I have found a couple of contributions that sort of do what I want but am not sure if they are the best or not. What I have is an OSCommerce store (oodles of jewels), I currently use one dropshipper for that store, I want to add a second dropshipper. Of course the shipping will be different for the two dropshippers, so what I want is this. Someone orders 3 items from dropshipper #1 and 1 item from dropshipper # 2, I am going to be charged shipping from both dropshippers so I need to charge them shipping from both dropshippers. I don't really want to have to use two shopping carts because that is a bit of a pain for customers to have to check out twice, so what I need is a contribution that will make the checkout process recognize which dropshipper my customers are ordering from (1 or 2 or both) and charge them the correct shipping Dropshipper 1 shipping is $3.25 to the US, 6.50 to Canada and 9.50 international. Dropshipper 2 shipping is $6.99 to the US, 7.99 to Canada and $15.00 international. so if someone orders 2 items from dropshipper 1 and 2 items from dropshipper 2 and it's going to the US the shipping should be $10.24, but if they are only ordering from dropshipper 1 it's going to be 3.25 etc. is there a contribution that will do this? If so which one? I have looked at Multi-stores and that isn't exactly what I'm looking for. I've looked at Multi-Vendor shipping and installed it but can't get it to work with my admin controls for some reason, so I uninstalled it since my store is live I have to be able to use it. I have posted my questions about my problems in the support thread for multi vendor shipping and am waiting for a reply, but in the mean time I was wondering if that is even the contribution I want or not. Any help would be greatly appreciated.
  5. Well shoot and darn, the 1146 error further up on this page wasn't the same as mine after all. The error I am getting in all my admin screens except configuration, vendors & modules is: 1146 - Table 'oodlesofjewels.TABLE_ADMIN_FILES' doesn't exist select admin_files_name from TABLE_ADMIN_FILES where FIND_IN_SET( '', admin_groups_id) or FIND_IN_SET( '', admin_id) and admin_files_is_boxes = '0' and admin_files_name = 'categories.php' (although the php file name is different for each section) also when I go into shipping/packaging in under configuration I have "enable vendor shipping", "use optional confirmation email" and "when to send the vendor email" 7 times each do I really have to put them all to true to make it work? :o
  6. ok now I'm sorry for the triple post I just realized that this problem was already dealt with at the top of this page..... :blush:
  7. It was in fact a conflict with Admin Access 2.2, so I removed that for now and it works fine. But now when I go into "catalog" in admin I am getting the following error any ideas on this.....sorry for the double post.
  8. I finally got all the changes put in to all the files, I took my time and used WinMerge hoping that it would help in not making any errors. I suppose I should have checked before hand but is there or has there been any conflict between this contribution and the "access with level account" contribution? The reason I'm asking is that is the only thing I can think is causing my errors...when I go to admin, usually I get a log in screen, but now I'm getting this error Parse error: syntax error, unexpected ';', expecting ')' in /mounted-storage/xxxx00/xxxxxx/xxxxxxx-XXXX/xxx.biz/admin/index.php on line 114 Here is the line of code in question. array('title' => TOOLS_FILES, 'link' => tep_href_link(FILENAME_FILE_MANAGER, 'selected_box=tools'))))); I have checked and double checked and compared and double compared the files and this line is the same in the contribution as it is in my file. Any ideas??
  9. Thank you so much....I don't know how many times I haven't asked questions like that and had to back track myself to make my store work again. I'm also very glad it isn't the silliest question you've seen. Thank you again for your help :D
  10. Ok this is likely going to be the award for silliest question ever asked on a support thread but here goes I am trying to install MVS 1.1 and I am looking at the Admin_Install.txt file and in the list of files to be added to admin it says ###### admin/includes/classes/vendor_order_data.php(added directly to classes/order.php for PHP compatibility)###### this is confusing me do I add this as a new file or do I open it and add it to classes/order.php????? Any help with this likely very ridiculous question would be appreciated. :blush:
  11. Hobbzilla, thank you for all your help, I am going to try to use the multi vendor contribution, because simply put I use dropshippers and I want to put items from two dropshippers up, and of course the shipping will be different depending on which items people order and from which dropshipper, so if I use the multi vendor shipping that should solve my problem I'm hoping. This is an awesome contribution and if the multi vendor shipping won't work I'll be using this one for sure. Again thank you for all your help with my questions. :thumbsup:
  12. Yes that does work, that's exactly what I was wondering. So I guess I would just put links of some sort from http://www.yourstore.com/ to http://www.yourstore.com/store1 and to http://www.yourstore.com/store2 ? Or would I have store 1 and store 2 being categories from the initial site? I'm sorry to be such a pain.
  13. Thank you Hobbzilla, but I guess what I'm looking for is to have only one site with two stores on it...and I'm wondering if this will work. This site has something like I want and I'm wondering if this contribution will allow me to do this. Importer Mall
  14. Thank you so much for those links, I'm wondering now though if anyone knows of a contribution where I can have two stores on one site....here's why, I use dropshippers for my jewelry site, and I have one which is based in New Mexico so I have that all set up...now I want to add some product from another drop shipper who is based in Washington. Obviously if a customer orders some product from one drop shipper and some from the other I need to charge them shipping for the products they ordered from each place.....is this doable do anyone know?
  15. I am looking for a live shop to see this contribution in action. I am not positive it is what I am looking for and am not willing to mod my site just to have to undo it all if it's not. Can SOMEONE, ANYONE pls post a link or something to a site that has this contribution in place...there are 45 pages of posts in this thread and I have not been able to find ONE that has an example. PLEASE!!!!
  16. That's wonderful Mike....wanna share? :P I'm having the same problem.
  17. I am having the same problem, except I don't have the gift certificate redemption on my site....it was working and now it's not...can anyone help??? :blink:
  18. I have just installed this contribution and it all seems to be working fine, except that in the admin panel I get an access denied error to Text Control and Fill Tags. It suggests that I contact my web administrator and since that is ME, I can't help myself, can you please help me!!!!!!!
  19. I have just installed Wishlist V3.5d, and I put everything in properly (I have double checked as have two other people). I am getting this error on my product_info.php page 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 ') and p.products_id = pf.products_id and p.products_id != '277' select distinct p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products_families pf, products p left join specials s on p.products_id = s.products_id where p.products_status = '1' and () and p.products_id = pf.products_id and p.products_id != '277' limit 9 [TEP STOP] I have looked through the 21 pages of this thread and for the life of me I couldn't find anything that would solve my problem. Any help would be appreciated!!!!!
  20. ok so for example if I want to use the USPS shipping module to calculate the shipping for everything, and I create a tax zone for United States and include Alaska and Hawaii for example (seeing as I can't charge tax on those as I am selling from Canada and shipping from New Mexico, the tax percentages don't come into effect) and then I create a tax zone for Canada and include all the provinces in it (again the tax percentages don't come into play) how do I make the USPS shipping module work? I'm sorry if this sounds or is confusing, but I am trying my hardest to explain myself clearly, I am relatively new to online selling and to oscommerce. Thank you for your quick response, and hopefully I will understand this without too much more trouble.
  21. ok well it seems I can't edit my last post, so I will post again. I was able to set up the shipping for the lower 48 states, now I just need to know if there is an easy way to set up the shipping to everywhere else... :blush: Do I have to use the USPS shipping module and set it up from New Mexico, can I get an account for the USPS when I live in Canada? What are my options, or do I have any at all?
  22. Hello, I am from Canada, and I am setting up a couple different oscommerce sites, both are drop ship sites and both drop shippers are in the US. One of them charges a straight shipping and handling fee for shipping to the "Lower 48 states". I understand what that means, and I found a tax zone contribution for the lower 48, what I am looking for is an easy way to set the lower 48 states into a shipping zone, and then I need a way to calculate the shipping for everywhere else. Seeing as I am in Canada, gettting a USPS account might be difficult. What are my options for these things? Any help or advice.....please and thank you in advance.
×
×
  • Create New...