Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

scotch33

Pioneers
  • Posts

    161
  • Joined

  • Last visited

Everything posted by scotch33

  1. Hi,. I want to find a contribution that will alow me to easily export my customer database from within the admin section. Does anyone have any contributions that they would recommend? Thanks
  2. Hi there, I have a customer who runs a pharmacy and who (in addition to having the manufacturer's box) want to have a drop down with common ailments in that will allow a visitor to view products by the ailment (e.g. common cold, stomach upsets, etc). I have tried to find a contribution that will do this but have not yet had any luck - has anyone got any advice on a good product to use? Best Scotch
  3. Hi there, I have shop where we are selling topups to a product. The buyer can buy a set price topup and then they need to be able to input their unique ID code so that we know which product oner has bought a topup. Thus I need a way for the buyer to input their ID code when they buy the product. I only need it on certain products. Can anyone advise on any contribution available to accomplish this kind of thing? Thanks!
  4. Issue with % discounts and non existent discountcodes. I am experiencing some bugs with the contribution that I wondered if anyone could advise me on. 1. the development shop is - http://www.totalfx.webserverworld.co.uk/catalog/index.php at checkout when i apply a fixed number code (e.g. CTY5V) however if I try a % discount (e.g. RTKZQU) it fails and re-routes to the cart page. Also, if I oput in a non existent code it simply ignores it, whereas I expected to be getting a message saying something like - 'that is not a real discount code' Can anyone help me to solve this? Thanks! John.
  5. Hi, We have recently moved a site using worldpay to a new server. Since we have they have recieved callback failures on all transactions - as per the note below. Error reported: Callback to http://www.'sitename'.co.uk/catalog/wpcallback.php?osCsid=063443bf2b2f690aa0d72338b3009162%3Flanguage%3Den: NOT OK, recevied HTTP status: 302 Server Reference: mggaeq3a:callbackFailureEmail-5674162:MerchReq-6 The new server is ubuntu, running php5. Does anyone have any pointers about how we can solve this? Thanks!
  6. No - i don't think it is - it was the site owner who told me the issue - and he saw the same address in there on a different PC! Odd!
  7. Hi, I have a shop with purchase without account installed - www.motivationrecords.co.uk/catalog/ When I try to purchase though, the shop is remembering an address in the customer field at checkout. Whilst the address can then be edited to change that address it is not ideal for a customer to have to do that. I can't find where this address is being held, it is not in the orders or customers section. I would like to hunt it down and remove it, if anyone can help by giving me any pointers, that would be great. thanks John
  8. Hi there, I am looking at creating a site for a Marquee hire company, where they would want to hire stuff as well as sell it. Does anyone have any contribution suggestions that could help with this? Something that allows stock to be booked out / in etc. Thanks!
  9. Ok - I've just found 'wishlist 2.0' so thanks for help - but think this is the one for me!
  10. Sorry - I probably didn't explain myself. I am not looking for a contribution that 'adds to favorites' - as in Bookmarks. I am looking for a contribution that builds a shortlist of of user specified 'favorite items'. Thus the user can go into the list they have created at a later date and then choose those items to add to the cart. Perhaps 'add to shortlist' or 'add to wishlist' would be a better description. Theres something similar running on amazon. Thanks!
  11. I have a shop where the customers need to save to a favorites shortlist that they can refer to at a later date and perhaps purchase from. Is there a contribution that will accomplish this task for me? Thanks!
  12. HI, Yes I have assigned Vat class in the individual mopdules for each vendor - e.g. vendor A has table rate as his method of shipping and that has the VAT class set on it. When I get to chckout in the store however, the tax does not apply to0 the shipping. So to try and investigate - so far I have tried the following. install MVS on afresh install of the shop - to be sure that I could get it working with tax as it should - it worked. I am making the assumption this will cut out any issues potentially caused by php version of suchlike. compare of all files in my shop with the files in the latest release to confirm all code is in the right place - it is. this effectively leaves me with any contributions already added that may be causing conflist - however, no code on any of the other modules is in the same place as MVS so I haven't had any code issues with putting the files together. so basically I am stuck. For reference the contributions I have installed thus far are - seperate pricing per customer (though this did cause me an issue so I removed it), short description in product list, featured products, header tags, improved attribute manager and family products. Hope someone can help! Thanks! J
  13. Still stuck here - really need help. Is it perhaps possible to hard code tax in? I have tested switching off MVS tax and straight away the old system applies tax just like it should. Switch on MVS and all shipping methods are added without tax to the end price. Can anyone at least tell me how tax is added - if I could hard code a tax addition into checkout conf for example it would bypass the product. Help gratefully appreciated and really needed.
  14. Multi Vendor Shipping not applying tax. Has anyone else experienced a problem with the multivendor shipp applying tax? I am trying to get it to work for a UK site, but whilst it applies different shipping methods for different vendors etc, it will not take any notice of the 'vat' tax I am trying to apply to it. I don't really know what the best method would be to start investigating this issue. Any help would be appreciated. Thanks.
  15. Multi Vendor Shipping not applying tax. Has anyone else experienced a problem with the multivendor shipp applying tax? I am trying to get it to work for a UK site, but whilst it applies different shipping methods for different vendors etc, it will not take any notice of the 'vat' tax I am trying to apply to it. I don't really know what the best method would be to start investigating this issue. Any help would be appreciated. Thanks.
  16. Hi, I am getting a 1064 error as per above on a site where I am trying to install short desciptions in products. I have looked at the syntax as mentioned but have not successfully forn a solution. I am running php 5. Can anuone suggest what needs to change, or alternatively advise how I can just hardcode this a bit more - this is a uk language site so I think I can dispense with the language variable and make it a direct link to the english folde. Any ideas appreciated
  17. Ok - I have found the problem - looks like it is an issue in the instructions! - for a hand install, the instructions in for /admin/includes/database_tables.php below are not right. I got past the problem by using the info in instrctions for /includes/database tables. hope someone else finds this helpful ================================================================================ ================ ================================================================================ ================ admin/includes/database_tables.php =================================== ============== Find Line 5-8 ============== osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce ============== Replace With: ============== Modified for MVS V1.0 2006/03/25 JCK/CWG osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2006 osCommerce ============= Find Line 57 ============= define('TABLE_ZONES', 'zones'); ============================================ Add After Line 57 and before the closing ?> ============================================ //MVS Start define('TABLE_HEADING_PRODUCTS_VENDOR', 'Vendor'); define('TABLE_HEADING_QUANTITY', 'Qty'); define('TABLE_HEADING_VENDORS_SHIP', 'Shipper'); define('TABLE_HEADING_SHIPPING_METHOD', 'Method'); define('TABLE_HEADING_SHIPPING_COST', 'Ship Cost'); define('VENDOR_ORDER_SENT', 'Order Sent to '); //MVS End
  18. Hi there, I am trying to get MVS1.0 working on my shop. I have installed all the files and done the sql - however, I can't get the module pages to work - they can't see the database tables - e.g. application top in admin is causing this on all pages... 1146 - Table 'gatesdirect.TABLE_VENDOR_CONFIGURATION' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from TABLE_VENDOR_CONFIGURATION [TEP STOP] I have looked at the database and the table exists - 'vendor_configuration' - can anyone help me as to where the install may have gone wrong? Thanks!
  19. Hi there, Great contribution idea - just what i needed - but I am getting the following issue... however, i want to take off the price... e.g. if they buy the full product it is 100% of the price (i.e. no price change) if they buy a sample of the product it is 10% of the price. Is it possible to use the contrib in this way?
  20. Hi, I have a shop where customers will often want a sample of the material to be bought. For those products that may have samples I would like to add a 'order sample' button. This will be a small amount of the full price for the product. Is there any contribution that does this sort of thing that anyone can recommend? Thanks.
  21. Hi there, I have a customer store where they have a number of different shipping needs. The standard is simply a table rate which I have got working fine The second is for large items which will be shipped seperately by another company - thus I need to use a per product cost The third is for a number of large items shipped by a another company - here there is another table rate I need the shop to work out what will ship in what way, and then calculate the full final shipping. I don't want to give customers options - the different shipping should be cumulative and automatic. Can anyone recommend one(or a series) of the modules out there to do this sort of job Thanks!
  22. Hi, There is a link to a sitemap on the site I am building at http://www.onlinestopshopa.webserverworld.co.uk/ - it seems to be calling to a table that it doesn't see as existing as per below - does anyone know how I can get past this? Thanks! 1146 - Table 'onlinestopshopa.TABLE_PAGES' doesn't exist select p.pages_id, p.sort_order, p.status, s.pages_title, s.pages_html_text from TABLE_PAGES p LEFT JOIN TABLE_PAGES_DESCRIPTION s on p.pages_id = s.pages_id where p.status = 1 and s.language_id = '1' and p.sort_order > 0 order by p.sort_order, s.pages_title [TEP STOP]
  23. I need a contribution that will display the products in a category in columns so that there are 3 products per row with buttons to buy under them. has anyone got any recomendations? thanks! J
  24. Hi, I am trying to set up a store that has a trade and public area. I am using seperate pricing per customer to set different prices. I would also like to find a way to have different payment modules available to seperate customers (i.e. trade on account, public via payment gateway). Has anyone else tried anything like this or are there any modules that might help - I have taken a look, but have been unsuccessful hunting anything down. Thansk! John
  25. I am trying to find out if there is a way to change the standard 20 rows in 'low stock 2.01' as the customer wants to be able to see all stock items - the main reason for this is so they can do a complete stock take by setting the low stock level to far higher than any stock and thus produce a full stock list for printing' thus, having it on a single page will be essential. Thanks!
×
×
  • Create New...